-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathERD_RF_Power_Meter.inf
57 lines (44 loc) · 1.32 KB
/
ERD_RF_Power_Meter.inf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
; Modified and borrowed from Arduino project.
[Strings]
DriverPackageDisplayName="Enhanced Radio Devices RF Power Meter USB Driver"
ManufacturerName="Enhanced Radio Devices"
ServiceName="USB RS-232 Emulation Driver"
erd.name="ERD RF Power Meter V1.2"
[DefaultInstall]
CopyINF=ERD_RF_Power_Meter.inf
[Version]
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Signature="$Windows NT$"
Provider=%ManufacturerName%
DriverPackageDisplayName=%DriverPackageDisplayName%
DriverVer=01/08/2018,1.0.0.0
[Manufacturer]
%ManufacturerName%=DeviceList, NTamd64, NTia64
[DestinationDirs]
FakeModemCopyFileSection=12
DefaultDestDir=12
[DeviceList]
%erd.name%=DriverInstall, USB\VID_04D8&PID_EF5B
[DeviceList.NTamd64]
%erd.name%=DriverInstall, USB\VID_04D8&PID_EF5B
[DeviceList.NTia64]
%erd.name%=DriverInstall, USB\VID_04D8&PID_EF5B
[DriverInstall]
include=mdmcpq.inf,usb.inf
CopyFiles = FakeModemCopyFileSection
AddReg=DriverAddReg
[DriverAddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[DriverInstall.Services]
include=mdmcpq.inf
AddService=usbser, 0x00000002, DriverService
[DriverService]
DisplayName=%ServiceName%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\usbser.sys
LoadOrderGroup=Base