VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxVideoW8.inf@ 58181

Last change on this file since 58181 was 42120, checked in by vboxsync, 12 years ago

wddm: win8 driver .inf file fixes, better device description, etc.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.4 KB
Line 
1;
2; VirtualBox Video Wddm driver
3;
4; Copyright (C) 2012 Oracle Corporation
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
15[Version]
16Signature="$WINDOWS NT$"
17Provider=%ORACLE%
18ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
19Class=Display
20DriverPackageType=PlugAndPlay
21;edit-DriverVer=02/26/2010,1.00.0000
22;cat CatalogFile = VBoxVideoW8.cat
23
24[DestinationDirs]
25DefaultDestDir=11
26VBoxVideo.Miniport = 12 ; drivers
27VBoxVideo.Display = 11 ; system32
28;amd64 VBoxVideo.Display_wow64 = 10,SysWow64 ; SysWow64
29VBoxVideo.GL = 11 ; system32
30;amd64 VBoxVideo.GL_wow64 = 10,SysWow64 ; SysWow64
31
32[Manufacturer]
33;x86 %ORACLE%=Model, NTx86.6.2
34;amd64 %ORACLE%=Model, NTamd64.6.2
35
36;amd64 [Model.NTamd64.6.2]
37;x86 [Model.NTx86.6.2]
38%VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
39
40[VBoxVideo]
41FeatureScore = F8
42Include = msdv.inf
43;x86 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display, VBoxVideo.GL
44;amd64 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display, VBoxVideo.Display_wow64, VBoxVideo.GL, VBoxVideo.GL_wow64
45AddReg = VBoxVideo_SoftwareDeviceSettings
46;todo: clear XPDM driver settings: DelReg = VBoxVideo_RemoveDeviceSettings
47RegisterDlls = VBoxVideo_RegisterDlls
48
49[VBoxVideo.Miniport]
50VBoxVideoW8.sys
51
52[VBoxVideo.Display]
53;dispd3d VBoxDispD3D.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
54
55;amd64 [VBoxVideo.Display_wow64]
56;amd64 ;dispd3d VBoxDispD3D-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
57
58[VBoxVideo.GL]
59;gl VBoxOGL.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
60;gl VBoxD3D9wddm.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
61;gl wined3dwddm.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
62;gl VBoxOGLarrayspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
63;gl VBoxOGLcrutil.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
64;gl VBoxOGLerrorspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
65;gl VBoxOGLfeedbackspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
66;gl VBoxOGLpackspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
67;gl VBoxOGLpassthroughspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
68
69;amd64 [VBoxVideo.GL_wow64]
70;amd64 ;gl VBoxOGL-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
71;amd64 ;gl VBoxD3D9wddm-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
72;amd64 ;gl wined3dwddm-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
73;amd64 ;gl VBoxOGLarrayspu-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
74;amd64 ;gl VBoxOGLcrutil-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
75;amd64 ;gl VBoxOGLerrorspu-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
76;amd64 ;gl VBoxOGLfeedbackspu-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
77;amd64 ;gl VBoxOGLpackspu-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
78;amd64 ;gl VBoxOGLpassthroughspu-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
79
80[VBoxVideo_SoftwareDeviceSettings]
81;dispd3d HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDispD3D
82;dispd3d HKR,, UserModeDriverName, %REG_MULTI_SZ%, VBoxDispD3D.dll
83;amd64 ;dispd3d HKR,, UserModeDriverNameWow, %REG_MULTI_SZ%, VBoxDispD3D-x86.dll
84;icd HKR,, OpenGLDriverName, %REG_MULTI_SZ%, VBoxOGL.dll
85;amd64 ;icd HKR,, OpenGLDriverNameWoW, %REG_MULTI_SZ%, VBoxOGL-x86.dll
86;icd HKR,, OpenGLFlags, %REG_DWORD%, 0x00000001
87;amd64 ;icd HKR,, OpenGLFlagsWoW, %REG_DWORD%, 0x00000001
88;icd HKR,, OpenGLVersion, %REG_DWORD%, 0x00000001
89;amd64 ;icd HKR,, OpenGLVersionWoW, %REG_DWORD%, 0x00000001
90HKR,, VgaCompatible, %REG_DWORD%, 0
91
92[VBoxVideo_RegisterDlls]
93
94
95[VBoxVideo.Services]
96AddService=VBoxVideoW8, 0x00000002, VBoxVideo_Service_Inst, VBoxVideo_EventLog_Inst
97
98[VBoxVideo_Service_Inst]
99ServiceType=1 ; SERVICE_KERNEL_DRIVER
100StartType=3 ; SERVICE_DEMAND_START
101ErrorControl=0 ; SERVICE_ERROR_IGNORE
102LoadOrderGroup=Video
103ServiceBinary=%12%\VBoxVideoW8.sys
104
105[VBoxVideo_EventLog_Inst]
106AddReg = VBoxVideo_EventLog_AddReg
107
108[VBoxVideo_EventLog_AddReg]
109HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideoW8.sys"
110HKR,,TypesSupported,0x00010001,7
111
112[SourceDisksNames]
1131 = %VBoxVideo.Disk%,,,""
114
115[SourceDisksFiles]
116VBoxVideoW8.sys = 1
117;amd64 ;dispd3d VBoxDispD3D-x86.dll = 1
118;dispd3d VBoxDispD3D.dll = 1
119;amd64 ;gl VBoxOGL-x86.dll = 1
120;gl VBoxOGL.dll = 1
121;amd64 ;gl VBoxD3D9wddm-x86.dll = 1
122;gl VBoxD3D9wddm.dll = 1
123;amd64 ;gl wined3dwddm-x86.dll = 1
124;gl wined3dwddm.dll = 1
125;amd64 ;gl VBoxOGLarrayspu-x86.dll = 1
126;gl VBoxOGLarrayspu.dll = 1
127;amd64 ;gl VBoxOGLcrutil-x86.dll = 1
128;gl VBoxOGLcrutil.dll = 1
129;amd64 ;gl VBoxOGLerrorspu-x86.dll = 1
130;gl VBoxOGLerrorspu.dll = 1
131;amd64 ;gl VBoxOGLfeedbackspu-x86.dll = 1
132;gl VBoxOGLfeedbackspu.dll = 1
133;amd64 ;gl VBoxOGLpackspu-x86.dll = 1
134;gl VBoxOGLpackspu.dll = 1
135;amd64 ;gl VBoxOGLpassthroughspu-x86.dll = 1
136;gl VBoxOGLpassthroughspu.dll = 1
137
138[Strings]
139REG_SZ = 0x00000000
140REG_MULTI_SZ = 0x00010000
141REG_EXPAND_SZ = 0x00020000
142REG_BINARY = 0x00000001
143REG_DWORD = 0x00010001
144
145ORACLE = "Oracle Corporation"
146VBoxVideo.Disk = "VirtualBox Video Driver Disk"
147VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter for Windows 8"
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette