Imported Upstream version 3.0
[debian/gnuradio] / usrp / usrp.inf
1 [Version]
2 Signature = "$Chicago$"
3 provider  = %manufacturer%
4 DriverVer = 03/09/2005,0.1.10.1
5 CatalogFile = usrp.cat
6
7 Class = LibUsbDevices
8 ClassGUID = {EB781AAF-9C70-4523-A5DF-642A87ECA567}
9
10 [ClassInstall]
11 AddReg=ClassInstall.AddReg
12
13 [ClassInstall32]
14 AddReg=ClassInstall.AddReg
15
16 [ClassInstall.AddReg]
17 HKR,,,,"LibUSB-Win32 Devices"
18 HKR,,Icon,,"-20"
19
20 [Manufacturer]
21 %manufacturer%=Devices
22
23 ;--------------------------------------------------------------------------
24 ; Files
25 ;--------------------------------------------------------------------------
26
27 [SourceDisksNames]
28 1 = "Libusb-Win32 Driver Installation Disk",,
29
30 [SourceDisksFiles]
31 libusb0.sys = 1,,
32 libusb0.dll = 1,,
33
34 [DestinationDirs]
35 LIBUSB.Files.Sys = 10,System32\Drivers
36 LIBUSB.Files.Dll = 10,System32
37
38 [LIBUSB.Files.Sys]
39 libusb0.sys
40
41 [LIBUSB.Files.Dll]
42 libusb0.dll
43
44 ;--------------------------------------------------------------------------
45 ; Device driver
46 ;--------------------------------------------------------------------------
47
48 [LIBUSB_DEV]
49 CopyFiles = LIBUSB.Files.Sys, LIBUSB.Files.Dll
50 AddReg    = LIBUSB_DEV.AddReg
51
52 [LIBUSB_DEV.NT]
53 CopyFiles = LIBUSB.Files.Sys, LIBUSB.Files.Dll
54
55 [LIBUSB_DEV.HW]
56 DelReg = LIBUSB_DEV.DelReg.HW
57
58 [LIBUSB_DEV.NT.HW]
59 DelReg = LIBUSB_DEV.DelReg.HW
60
61 [LIBUSB_DEV.NT.Services]
62 AddService = libusb0, 0x00000002, LIBUSB.AddService
63
64 [LIBUSB_DEV.AddReg]
65 HKR,,DevLoader,,*ntkern
66 HKR,,NTMPDriver,,libusb0.sys
67
68 [LIBUSB_DEV.DelReg.HW]
69 HKR,,"LowerFilters"
70
71 ;--------------------------------------------------------------------------
72 ; Services
73 ;--------------------------------------------------------------------------
74
75 [LIBUSB.AddService]
76 DisplayName    = "LibUsb-Win32 - Kernel Driver 03/09/2005, 0.1.10.1"
77 ServiceType    = 1
78 StartType      = 3
79 ErrorControl   = 0
80 ServiceBinary  = %12%\libusb0.sys
81
82 ;--------------------------------------------------------------------------
83 ; Devices
84 ;--------------------------------------------------------------------------
85
86 [Devices]
87 "USRP filter"=LIBUSB_DEV, USB\VID_fffe&PID_0002
88
89 [Strings]
90 manufacturer = "GNU Radio folks"
91