; TxnwLedLm3643.INF ; Copyright (c) 2016 Texas Instruments Inc. ; Contact : daniel.jeong@ti.com ; [Version] Signature = "$WINDOWS NT$" Class = HIDClass ClassGUID = {745A17A0-74D3-11D0-B6FE-00A0C90F57DA} Provider = %Provider_Name% DriverVer = 05/17/2016,1.0 CatalogFile = KmdfSamples.cat [DestinationDirs] DefaultDestDir = 12 [SourceDisksNames] 1 = %Installation_Disk%,,,"" [SourceDisksFiles] TxnwLedLm3643.sys = 1,, [Manufacturer] %Manufacturer_Name% = Standard,NTARM [Standard.NTARM] %LedDriver_Device_Desc% = LedDriver_Device.NT, ACPI\OEM_LED ;***************************************** ; LedDriver client driver Install Section ;***************************************** [LedDriver_Device.NT] CopyFiles = LedDriver_Device.NT.CopyFiles [LedDriver_Device.NT.CopyFiles] TxnwLedLm3643.sys ;-------------- Service installation [LedDriver_Device.NT.Services] AddService = TxnwLedLm3643, %SPSVCINST_ASSOCSERVICE%, LedDriver_Service_Inst ; ------------- LedDriver driver install section [LedDriver_Service_Inst] DisplayName = %LedDriver_Service_Desc% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\TxnwLedLm3643.sys LoadOrderGroup = Base ; ------------- Strings section [Strings] Provider_Name = "Texas Instruments Inc." Manufacturer_Name = "Texas Instruments Inc." Installation_Disk = "LED Driver Installation Disk" LedDriver_Device_Desc = "Dual LED Flash LM3643 Driver" LedDriver_Service_Desc = "Dual LED Flash LM3643 Service" ; ------------- non-localizable strings SPSVCINST_ASSOCSERVICE = 0x00000002 SERVICE_KERNEL_DRIVER = 1 SERVICE_BOOT_START = 0 SERVICE_SYSTEM_START = 1 SERVICE_DEMAND_START = 3 SERVICE_ERROR_NORMAL = 1 SERVICE_ERROR_IGNORE = 0 SERVICE_ERROR_CRITICAL = 3