vanity-convert: add Makefile
[hackover2013-badge-firmware.git] / lpc134x-vcom_64.inf
1 ;---------------------------------------------------------------------------------------
2 ; Windows USB CDC Driver Setup File for ATMEL AT91SAM products
3 ; Improved by Pavel K, pasha_nik@mail.ru
4 ;---------------------------------------------------------------------------------------
5
6 [Version]
7 Signature= "$Windows NT$"; Windows 200 and later versions
8 Class= Ports; This is a serial port driver
9 ClassGuid= {4D36E978-E325-11CE-BFC1-08002BE10318}
10 Provider= %Keil%
11 DriverVer= 09/25/2009,1.0.0.0; Driver version 1.0.0.0 published on 25 September 2009
12
13 [Manufacturer]
14 %DriverProvider%= DeviceList, NT, NTia64, NTamd64
15
16 [DestinationDirs]
17 DefaultDestDir= 12; Default install directory is \drivers or \IOSubSys
18
19 [DeviceList.NT]
20 %Description%= DriverInstall,USB\VID_03EB&PID_6124
21 %Description%= LPC134xUSB, USB\VID_239A&PID_1002
22
23 [DeviceList.NTia64]
24 %Description%= DriverInstall,USB\VID_03EB&PID_6124
25 %Description%= LPC134xUSB, USB\VID_239A&PID_1002
26
27 [DeviceList.NTamd64]
28 %Description%= DriverInstall,USB\VID_03EB&PID_6124
29 %Description%= LPC134xUSB, USB\VID_239A&PID_1002
30
31
32 ;---------------------------------------------------------------------------------------
33 ; 32 bit section for Windows 2000/2003/XP/Vista/7
34 ;---------------------------------------------------------------------------------------
35
36 [LPC134xUSB.nt]
37 include=mdmcpq.inf
38 CopyFiles=DriverCopyFiles
39 AddReg=LPC134xUSB.nt.AddReg
40
41 [DriverCopyFiles]
42 usbser.sys,,,0x20
43
44 [LPC134xUSB.nt.AddReg]
45 HKR,,DevLoader,,*ntkern
46 HKR,,NTMPDriver,,usbser.sys
47 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
48
49 [LPC134xUSB.nt.Services]
50 include=mdmcpq.inf
51 AddService=usbser, 0x00000002, DriverService
52
53 [LPC134xUSB.nt.HW]
54 include=mdmcpq.inf
55
56 [DriverService]
57 DisplayName=%DESCRIPTION%
58 ServiceType=1
59 StartType=3
60 ErrorControl=1
61 ServiceBinary=%12%\usbser.sys
62
63
64
65 ;---------------------------------------------------------------------------------------
66 ; 64 bit section for Intel Itanium based systems
67 ;---------------------------------------------------------------------------------------
68
69 [DriverInstall.NTia64]
70 include= mdmcpq.inf
71 CopyFiles= DriverInstall.NTia64.Files
72 AddReg= DriverInstall.NTia64.AddReg
73
74 [DriverInstall.NTia64.Files]
75 usbser.sys,,,0x20
76
77 [DriverInstall.NTia64.AddReg]
78 HKR,,DevLoader,,*ntkern
79 HKR,,NTMPDriver,,usbser.sys
80 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
81
82 [DriverInstall.NTia64.Services]
83 AddService=usbser,0x00000002,usbser_sys_service
84
85
86 ;---------------------------------------------------------------------------------------
87 ; 64 bit section for AMD64 and Intel EM64T based systems
88 ;---------------------------------------------------------------------------------------
89
90 [DriverInstall.NTamd64]
91 include= mdmcpq.inf
92 CopyFiles= DriverInstall.NTamd64.Files
93 AddReg= DriverInstall.NTamd64.AddReg
94
95 [DriverInstall.NTamd64.Files]
96 usbser.sys,,,0x20
97
98 [DriverInstall.NTamd64.AddReg]
99 HKR,,DevLoader,,*ntkern
100 HKR,,NTMPDriver,,usbser.sys
101 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
102
103 [DriverInstall.NTamd64.Services]
104 AddService= usbser,0x00000002,usbser_sys_service
105
106 ;---------------------------------------------------------------------------------------
107 ; usbser.sys service
108 ;---------------------------------------------------------------------------------------
109
110 [usbser_sys_service]
111 DisplayName= %ServiceDescription%
112 ServiceType= 1; SERVICE_KERNEL_DRIVER, Service kernel driver
113 StartType= 3; SERVICE_DEMAND_START, Driver is started by the PnP manager
114 ErrorControl= 1; SERVICE_ERROR_NORMAL, Warn about errors
115 ServiceBinary= %12%\usbser.sys
116 LoadOrderGroup = Base
117
118 ;---------------------------------------------------------------------------------------
119 ; strings
120 ;---------------------------------------------------------------------------------------
121
122 [Strings]
123 DriverProvider= "Microsoft"
124 NXP="NXP - Founded by Philips"
125 DESCRIPTION="LPC134x USB VCom Port"
126
127 ;---------------------------------------------------------------------------------------
This page took 0.081799 seconds and 5 git commands to generate.