]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/inf/lpc18xx-vcom.inf
715179f16eafbba084f43dbcad14a70a3f8d3047
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC / ThirdParty / USB_CDC / inf / lpc18xx-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%=LPC18xxUSB, USB\VID_1FC9&PID_2002 
26
27 ;------------------------------------------------------------------------------
28 ;  Windows 2000/XP Sections
29 ;------------------------------------------------------------------------------
30
31 [LPC18xxUSB.nt] 
32 include=mdmcpq.inf
33 CopyFiles=DriverCopyFiles
34 AddReg=LPC18xxUSB.nt.AddReg 
35
36 [DriverCopyFiles]
37 usbser.sys,,,0x20
38
39 [LPC18xxUSB.nt.AddReg] 
40 HKR,,DevLoader,,*ntkern 
41 HKR,,NTMPDriver,,usbser.sys 
42 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" 
43
44 [LPC18xxUSB.nt.Services] 
45 include=mdmcpq.inf
46 AddService=usbser, 0x00000002, DriverService
47
48
49 [LPC18xxUSB.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="LPC18xx USB VCom Port"