1 | ;
|
---|
2 | ; VirtualBox Video Wddm driver
|
---|
3 | ;
|
---|
4 | ; Copyright (C) 2010 Sun Microsystems, Inc.
|
---|
5 | ;
|
---|
6 | ; This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
7 | ; available from http://www.virtualbox.org. This file is free software;
|
---|
8 | ; you can redistribute it and/or modify it under the terms of the GNU
|
---|
9 | ; General Public License (GPL) as published by the Free Software
|
---|
10 | ; Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
11 | ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
12 | ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
13 | ;
|
---|
14 | ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
|
---|
15 | ; Clara, CA 95054 USA or visit http://www.sun.com if you need
|
---|
16 | ; additional information or have any questions.
|
---|
17 | ;
|
---|
18 |
|
---|
19 | [Version]
|
---|
20 | Signature="$WINDOWS NT$"
|
---|
21 | Provider=%SUN%
|
---|
22 | ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
|
---|
23 | Class=Display
|
---|
24 | ;edit-DriverVer=02/26/2010,1.00.0000
|
---|
25 | ;cat CatalogFile = VBoxVideoWddm.cat
|
---|
26 |
|
---|
27 | [DestinationDirs]
|
---|
28 | DefaultDestDir=11
|
---|
29 | VBoxVideo.Miniport = 12 ; drivers
|
---|
30 | VBoxVideo.Display = 11 ; system32
|
---|
31 | ;amd64 VBoxVideo.Display_wow64 = 10,SysWow64 ; SysWow64
|
---|
32 |
|
---|
33 | [Manufacturer]
|
---|
34 | ;x86 %SUN%=Model, NTx86.6.0
|
---|
35 | ;amd64 %SUN%=Model, NTamd64.6.0
|
---|
36 |
|
---|
37 | ;amd64 [Model.NTamd64.6.0]
|
---|
38 | ;x86 [Model.NTx86.6.0]
|
---|
39 | %VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
|
---|
40 |
|
---|
41 | [VBoxVideo]
|
---|
42 | FeatureScore = F8
|
---|
43 | Include = msdv.inf
|
---|
44 | ;x86 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display
|
---|
45 | ;amd64 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display, VBoxVideo.Display_wow64
|
---|
46 | AddReg = VBoxVideo_SoftwareDeviceSettings
|
---|
47 | ;todo: clear XPDM driver settings: DelReg = VBoxVideo_RemoveDeviceSettings
|
---|
48 | RegisterDlls = VBoxVideo_RegisterDlls
|
---|
49 |
|
---|
50 | [VBoxVideo.Miniport]
|
---|
51 | VBoxVideoWddm.sys
|
---|
52 |
|
---|
53 | ;x86 [VBoxVideo.Display]
|
---|
54 | ;amd64 [VBoxVideo.Display_wow64]
|
---|
55 | ;dispd3d VBoxDispD3D.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
|
---|
56 |
|
---|
57 | ;amd64 [VBoxVideo.Display]
|
---|
58 | ;amd64 ;dispd3d VBoxDispD3D64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
|
---|
59 |
|
---|
60 | [VBoxVideo_SoftwareDeviceSettings]
|
---|
61 | ;x86 ;dispd3d HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDispD3D
|
---|
62 | ;x86 ;dispd3d HKR,, UserModeDriverName, %REG_MULTI_SZ%, VBoxDispD3D.dll
|
---|
63 | ;amd64 ;dispd3d HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDispD3D64 VBoxDispD3D
|
---|
64 | ;amd64 ;dispd3d HKR,, UserModeDriverName, %REG_MULTI_SZ%, VBoxDispD3D64.dll
|
---|
65 | ;amd64 ;dispd3d HKR,, UserModeDriverNameWow, %REG_MULTI_SZ%, VBoxDispD3D.dll
|
---|
66 | HKR,, VgaCompatible, %REG_DWORD%, 0
|
---|
67 |
|
---|
68 | [VBoxVideo_RegisterDlls]
|
---|
69 | ;dispd3d 11,,VBoxDispD3D.dll,1
|
---|
70 | ;amd64 ;dispd3d 11,,VBoxDispD3D64.dll,1
|
---|
71 |
|
---|
72 | [VBoxVideo.Services]
|
---|
73 | AddService=VBoxVideoWddm, 0x00000002, VBoxVideo_Service_Inst, VBoxVideo_EventLog_Inst
|
---|
74 |
|
---|
75 | [VBoxVideo_Service_Inst]
|
---|
76 | ServiceType=1 ; SERVICE_KERNEL_DRIVER
|
---|
77 | StartType=3 ; SERVICE_DEMAND_START
|
---|
78 | ErrorControl=0 ; SERVICE_ERROR_IGNORE
|
---|
79 | LoadOrderGroup=Video
|
---|
80 | ServiceBinary=%12%\VBoxVideoWddm.sys
|
---|
81 |
|
---|
82 | [VBoxVideo_EventLog_Inst]
|
---|
83 | AddReg = VBoxVideo_EventLog_AddReg
|
---|
84 |
|
---|
85 | [VBoxVideo_EventLog_AddReg]
|
---|
86 | HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideoWddm.sys"
|
---|
87 | HKR,,TypesSupported,0x00010001,7
|
---|
88 |
|
---|
89 | ; [VBoxVideo.OpenGLSoftwareSettings]
|
---|
90 |
|
---|
91 | [SourceDisksNames]
|
---|
92 | 1 = %VBoxVideo.Disk%,,,""
|
---|
93 |
|
---|
94 | [SourceDisksFiles]
|
---|
95 | VBoxVideoWddm.sys = 1
|
---|
96 | ;amd64 VBoxDispD3D64.dll = 1
|
---|
97 | VBoxDispD3D.dll = 1
|
---|
98 |
|
---|
99 | [Strings]
|
---|
100 | REG_SZ = 0x00000000
|
---|
101 | REG_MULTI_SZ = 0x00010000
|
---|
102 | REG_EXPAND_SZ = 0x00020000
|
---|
103 | REG_BINARY = 0x00000001
|
---|
104 | REG_DWORD = 0x00010001
|
---|
105 |
|
---|
106 | SUN = "Sun Microsystems, Inc."
|
---|
107 | VBoxVideo.Disk = "VirtualBox Video Driver Disk"
|
---|
108 | VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter (Microsoft Corporation - WDDM)"
|
---|