mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
55 lines
1.3 KiB
INI
55 lines
1.3 KiB
INI
; Copyright 2015 Pololu Corporation
|
|
|
|
[Strings]
|
|
DriverPackageDisplayName="USB Test Device A Serial Port Driver"
|
|
ManufacturerName="Pololu Corporation"
|
|
ServiceName="USB RS-232 Emulation Driver"
|
|
pDA01.Port.Name="USB Test Device A Port"
|
|
|
|
[DefaultInstall]
|
|
CopyINF=usb_test_a_serial.inf
|
|
|
|
[Version]
|
|
Class=Ports
|
|
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
|
|
Signature="$Windows NT$"
|
|
Provider=%ManufacturerName%
|
|
CatalogFile=pololu.cat
|
|
DriverVer=07/09/2015,1.0.1.0
|
|
DriverPackageDisplayName=%DriverPackageDisplayName%
|
|
|
|
[Manufacturer]
|
|
%ManufacturerName%=DeviceList, NTamd64
|
|
|
|
[DestinationDirs]
|
|
FakeModemCopyFileSection=12
|
|
DefaultDestDir=12
|
|
|
|
[DeviceList]
|
|
%pDA01.Port.Name%=DriverInstall, USB\VID_1FFB&PID_DA01&MI_02
|
|
|
|
[DeviceList.NTamd64]
|
|
%pDA01.Port.Name%=DriverInstall, USB\VID_1FFB&PID_DA01&MI_02
|
|
|
|
[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
|