Sync with trunk head (part 1 of 2)
[reactos.git] / media / inf / xboxdisp.inf
1 ; xboxdisp.inf
2
3 ; Installation file for the Xbox display card
4
5 [Version]
6 Signature = "$Windows NT$"
7 ;Signature = "$ReactOS$"
8 LayoutFile = layout.inf
9 Class = Display
10 ClassGUID = {4D36E968-E325-11CE-BFC1-08002BE10318}
11 Provider = %ReactOS%
12 DriverVer = 11/11/2005,1.00
13
14 [DestinationDirs]
15 DefaultDestDir = 12
16
17 [Manufacturer]
18 %nVidiaMfg% = nVidiaMfg
19
20 [nVidiaMfg]
21 %PCI\VEN_10DE&DEV_02A0.DeviceDesc% = XboxVmp_Inst,PCI\VEN_10DE&DEV_02A0
22
23 ;---------------------------- XboxVmp DRIVER ----------------------------
24
25 [XboxVmp_Inst.NT]
26 CopyFiles = XboxVmp_CopyFiles.NT
27
28 [XboxVmp_CopyFiles.NT]
29 xboxvmp.sys
30
31 [XboxVmp_Inst.NT.Services]
32 AddService = xboxvmp, 0x00000002, xboxvmp_Service_Inst
33
34 [xboxvmp_Service_Inst]
35 ServiceType = 1
36 StartType = 1
37 ErrorControl = 0
38 ServiceBinary = %12%\xboxvmp.sys
39 LoadOrderGroup = Video
40
41 [xboxvmp.SoftwareSettings]
42 AddReg = xboxvmp_SoftwareDeviceSettings
43
44 [xboxvmp_SoftwareDeviceSettings]
45 HKR,,InstalledDisplayDrivers,0x00010000,framebuf
46
47 ;-------------------------------- STRINGS -------------------------------
48
49 [Strings]
50 ReactOS = "ReactOS Team"
51
52 nVidiaMfg = "nVidia Corporation"
53 PCI\VEN_10DE&DEV_02A0.DeviceDesc = "NV2A Xbox Graphics Processing Unit"