git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@36 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
107 lines
2.6 KiB
INI
107 lines
2.6 KiB
INI
[Version]
|
|
Signature = "$Chicago$"
|
|
provider = %manufacturer%
|
|
DriverVer = 10/14/2005,0.1.10.2
|
|
CatalogFile = USBPDI.cat
|
|
|
|
Class = LibUsbDevices
|
|
ClassGUID = {EB781AAF-9C70-4523-A5DF-642A87ECA567}
|
|
|
|
[ClassInstall]
|
|
AddReg=ClassInstall.AddReg
|
|
|
|
[ClassInstall32]
|
|
AddReg=ClassInstall.AddReg
|
|
|
|
[ClassInstall.AddReg]
|
|
HKR,,,,"LibUSB-Win32 Devices"
|
|
HKR,,Icon,,"-20"
|
|
|
|
[Manufacturer]
|
|
%manufacturer%=Devices
|
|
|
|
;--------------------------------------------------------------------------
|
|
; Files
|
|
;--------------------------------------------------------------------------
|
|
|
|
[SourceDisksNames]
|
|
1 = "Libusb-Win32 Driver Installation Disk",,
|
|
|
|
[SourceDisksFiles]
|
|
libusb0.sys = 1,,
|
|
libusb0.dll = 1,,
|
|
LibusbWin.dll = 1,,
|
|
|
|
[DestinationDirs]
|
|
LIBUSB.Files.Sys = 10,System32\Drivers
|
|
LIBUSB.Files.Dll = 10,System32
|
|
LIBUSB.Files.Dll2 = 10,System32
|
|
|
|
[LIBUSB.Files.Sys]
|
|
libusb0.sys
|
|
|
|
[LIBUSB.Files.Dll]
|
|
libusb0.dll
|
|
|
|
[LIBUSB.Files.DllJNI]
|
|
LibusbWin.dll
|
|
|
|
;--------------------------------------------------------------------------
|
|
; Device driver
|
|
;--------------------------------------------------------------------------
|
|
|
|
[LIBUSB_DEV]
|
|
CopyFiles = LIBUSB.Files.Sys, LIBUSB.Files.Dll, LIBUSB.Files.DllJNI
|
|
AddReg = LIBUSB_DEV.AddReg
|
|
|
|
[LIBUSB_DEV.NT]
|
|
CopyFiles = LIBUSB.Files.Sys, LIBUSB.Files.Dll, LIBUSB.Files.DllJNI
|
|
|
|
[LIBUSB_DEV.HW]
|
|
DelReg = LIBUSB_DEV.DelReg.HW
|
|
AddReg = LIBUSB_DEV.AddReg.HW
|
|
|
|
[LIBUSB_DEV.NT.HW]
|
|
DelReg = LIBUSB_DEV.DelReg.HW
|
|
AddReg = LIBUSB_DEV.AddReg.HW
|
|
|
|
[LIBUSB_DEV.NT.Services]
|
|
AddService = libusb0, 0x00000002, LIBUSB.AddService
|
|
|
|
[LIBUSB_DEV.AddReg]
|
|
HKR,,DevLoader,,*ntkern
|
|
HKR,,NTMPDriver,,libusb0.sys
|
|
|
|
[LIBUSB_DEV.DelReg.HW]
|
|
HKR,,LowerFilters
|
|
HKR,,UpperFilters
|
|
|
|
[LIBUSB_DEV.AddReg.HW]
|
|
HKR,,libusb_is_device_driver, 0x00010001 ,1
|
|
|
|
;--------------------------------------------------------------------------
|
|
; Services
|
|
;--------------------------------------------------------------------------
|
|
|
|
[LIBUSB.AddService]
|
|
DisplayName = "LibUsb-Win32 - Kernel Driver 10/14/2005, 0.1.10.2"
|
|
ServiceType = 1
|
|
StartType = 3
|
|
ErrorControl = 0
|
|
ServiceBinary = %12%\libusb0.sys
|
|
|
|
;--------------------------------------------------------------------------
|
|
; Devices
|
|
;--------------------------------------------------------------------------
|
|
|
|
[Devices]
|
|
"USB Programming and Debugging Interface"=LIBUSB_DEV, USB\VID_8235&PID_0100
|
|
|
|
|
|
;--------------------------------------------------------------------------
|
|
; Strings
|
|
;--------------------------------------------------------------------------
|
|
|
|
[Strings]
|
|
manufacturer = "NTB"
|