Updated test firmware
[hackover2013-badge-firmware.git] / lpc134x-vcom.inf
1 ;
2 ; Keil - An ARM Company Comunication Device Class driver installation file
3 ; (C)2007 Copyright
4 ;
5
6 [Version]
7 Signature="$Windows NT$"
8 Class=Ports
9 ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
10 Provider=%Keil%
11 ;LayoutFile=layout.inf
12 DriverVer=01/06/07
13
14 [Manufacturer]
15 %Keil%=DeviceList
16
17 [DestinationDirs]
18 DefaultDestDir=12
19
20 [SourceDisksFiles]
21
22 [SourceDisksNames]
23
24 [DeviceList]
25 %DESCRIPTION%=LPC134xUSB, USB\VID_239A&PID_1002
26
27 ;------------------------------------------------------------------------------
28 ; Windows 2000/XP Sections
29 ;------------------------------------------------------------------------------
30
31 [LPC134xUSB.nt]
32 include=mdmcpq.inf
33 CopyFiles=DriverCopyFiles
34 AddReg=LPC134xUSB.nt.AddReg
35
36 [DriverCopyFiles]
37 usbser.sys,,,0x20
38
39 [LPC134xUSB.nt.AddReg]
40 HKR,,DevLoader,,*ntkern
41 HKR,,NTMPDriver,,usbser.sys
42 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
43
44 [LPC134xUSB.nt.Services]
45 include=mdmcpq.inf
46 AddService=usbser, 0x00000002, DriverService
47
48
49 [LPC134xUSB.nt.HW]
50 include=mdmcpq.inf
51
52 [DriverService]
53 DisplayName=%DESCRIPTION%
54 ServiceType=1
55 StartType=3
56 ErrorControl=1
57 ServiceBinary=%12%\usbser.sys
58
59 ;------------------------------------------------------------------------------
60 ; String Definitions
61 ;------------------------------------------------------------------------------
62
63 [Strings]
64 NXP="NXP - Founded by Philips"
65 DESCRIPTION="LPC134x USB VCom Port"
This page took 0.045612 seconds and 5 git commands to generate.