91 lines
4.4 KiB
INI
91 lines
4.4 KiB
INI
; lpc_dfu.inf
|
|
; Copyright (c) 2015 ShareBrained Technology, Inc. (GNU LGPL)
|
|
|
|
[Strings]
|
|
ProviderName = "ShareBrained Technology, Inc."
|
|
DeviceName = "LPC DFU"
|
|
VendorName = "NXP Semiconductors"
|
|
SourceName = "LPC DFU Install Disk"
|
|
ClassName = "Universal Serial Bus devices"
|
|
DeviceID = "VID_1FC9&PID_000C"
|
|
DeviceGUID = "{6a2464ec-0f36-499e-b3d1-63f91c3b940e}"
|
|
WinUSB_SvcDesc = "WinUSB - Kernel Driver 10/08/2015 0.0.0.0"
|
|
|
|
[Version]
|
|
Signature = "$Windows NT$"
|
|
Class = %ClassName%
|
|
ClassGuid = {88bae032-5a81-49f0-bc3d-a4ff138216d6}
|
|
Provider = %ProviderName%
|
|
DriverVer = 10/08/2015, 1.0.0.0
|
|
CatalogFile.NTx86 = lpc_dfu_x86.cat
|
|
CatalogFile.NTamd64 = lpc_dfu_amd64.cat
|
|
|
|
[ClassInstall32]
|
|
Addreg = WinUSBDeviceClassReg
|
|
|
|
[WinUSBDeviceClassReg]
|
|
HKR,,,0,%ClassName%
|
|
HKR,,Icon,,-1
|
|
|
|
[Manufacturer]
|
|
%ProviderName% = Device_WinUSB,NTx86,NTamd64
|
|
|
|
[Device_WinUSB.NTx86]
|
|
%DeviceName% = USB_Install, USB\%DeviceID%
|
|
|
|
[Device_WinUSB.NTamd64]
|
|
%DeviceName% = USB_Install, USB\%DeviceID%
|
|
|
|
[USB_Install]
|
|
Include = winusb.inf
|
|
Needs = WINUSB.NT
|
|
|
|
[USB_Install.Services]
|
|
Include = winusb.inf
|
|
AddService = WinUSB,0x00000002,WinUSB_ServiceInstall
|
|
|
|
[WinUSB_ServiceInstall]
|
|
DisplayName = %WinUSB_SvcDesc%
|
|
ServiceType = 1
|
|
StartType = 3
|
|
ErrorControl = 1
|
|
ServiceBinary = %12%\WinUSB.sys
|
|
|
|
[USB_Install.Wdf]
|
|
KmdfService = WINUSB, WinUsb_Install
|
|
|
|
[WinUSB_Install]
|
|
KmdfLibraryVersion = 1.11
|
|
|
|
[USB_Install.HW]
|
|
AddReg = AddDeviceInterfaceGUID
|
|
|
|
[AddDeviceInterfaceGUID]
|
|
HKR,,DeviceInterfaceGUIDs,0x10000,%DeviceGUID%
|
|
|
|
[USB_Install.CoInstallers]
|
|
AddReg = CoInstallers_AddReg
|
|
CopyFiles = CoInstallers_CopyFiles
|
|
|
|
[CoInstallers_AddReg]
|
|
HKR,,CoInstallers32,0x00010000,"WdfCoInstaller01011.dll,WdfCoInstaller","WinUSBCoInstaller2.dll"
|
|
|
|
[CoInstallers_CopyFiles]
|
|
WinUSBCoInstaller2.dll
|
|
WdfCoInstaller01011.dll
|
|
|
|
[DestinationDirs]
|
|
CoInstallers_CopyFiles = 11
|
|
|
|
[SourceDisksNames]
|
|
1 = %SourceName%,,,\x86
|
|
2 = %SourceName%,,,\amd64
|
|
|
|
[SourceDisksFiles.x86]
|
|
WinUSBCoInstaller2.dll = 1
|
|
WdfCoInstaller01011.dll = 1
|
|
|
|
[SourceDisksFiles.amd64]
|
|
WinUSBCoInstaller2.dll = 2
|
|
WdfCoInstaller01011.dll = 2
|