msmouse.inf: Change some section names to be able to install the vmware mouse driver...
[reactos.git] / reactos / media / inf / netrtpnt.inf
1 ; NETRTPNT.INF
2
3 ; Installation file for 8029 compatible netcards
4
5 [Version]
6 Signature = "$Windows NT$"
7 ;Signature = "$ReactOS$"
8 LayoutFile = layout.inf
9 Class = Net
10 ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
11 Provider = %ReactOS%
12 DriverVer = 11/14/2005,1.00
13
14 [DestinationDirs]
15 DefaultDestDir = 12
16
17 [Manufacturer]
18 %RealtekMfg% = RealtekMfg
19
20 [RealtekMfg]
21 %PCI\VEN_10EC&DEV_8029.DeviceDesc% = NE2000_Inst,PCI\VEN_10EC&DEV_8029
22
23 ;---------------------------- NE2000 DRIVER -----------------------------
24
25 [NE2000_Inst.NT]
26 AddReg = NE2000_AddReg.NT
27 CopyFiles = NE2000_CopyFiles.NT
28
29 [NE2000_AddReg.NT]
30 HKR,,Characteristics,0x00010001,0x00000000
31 HKR,,BusType,0x00000000,"5"
32 HKR,,Port,0x00000000,"c100"
33 HKR,,Irq,0x00000000,"B"
34 HKR,,NetworkAddress,0x00000000,"001122334455"
35
36 [NE2000_CopyFiles.NT]
37 ne2000.sys
38
39 [NE2000_Inst.NT.Services]
40 AddService = ne2000, 0x00000002, ne2000_Service_Inst
41
42 [ne2000_Service_Inst]
43 ServiceType = 3
44 StartType = 3
45 ErrorControl = 1
46 ServiceBinary = %12%\ne2000.sys
47 LoadOrderGroup = NDIS
48
49 ;-------------------------------- STRINGS -------------------------------
50
51 [Strings]
52 ReactOS = "ReactOS Team"
53
54 RealtekMfg = "Realtek Semiconductor Co., Ltd."
55 PCI\VEN_10EC&DEV_8029.DeviceDesc = "RTL-8029(AS)"