VirtualBox

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

Last change on this file since 78408 was 78408, checked in by vboxsync, 6 years ago

Additions,GuestHost/OpenGL,HostServices/SharedOpenGL: Get rid of the individual SPU shared libraries and merge them into the VBoxSharedCrOpenGL shared libraries on the host and VBoxOGL{,-x86} shared libraries for the guest additions, bugref:9435

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.9 KB
Line 
1; $Id: VBoxWddm.inf 78408 2019-05-06 21:31:01Z vboxsync $
2;; @file
3; VirtualBox Video Wddm driver
4;
5
6;
7; Copyright (C) 2011-2019 Oracle Corporation
8;
9; This file is part of VirtualBox Open Source Edition (OSE), as
10; available from http://www.virtualbox.org. This file is free software;
11; you can redistribute it and/or modify it under the terms of the GNU
12; General Public License (GPL) as published by the Free Software
13; Foundation, in version 2 as it comes in the "COPYING" file of the
14; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16;
17
18[Version]
19Signature="$WINDOWS NT$"
20Provider=%ORACLE%
21ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
22Class=Display
23DriverPackageType=PlugAndPlay
24;edit-DriverVer=02/26/2010,1.00.0000
25;cat CatalogFile = VBoxWddm.cat
26
27[DestinationDirs]
28DefaultDestDir=11
29VBoxVideo.Miniport = 12 ; drivers
30VBoxVideo.Display = 11 ; system32
31;amd64 VBoxVideo.Display_wow64 = 10,SysWow64 ; SysWow64
32VBoxVideo.GL = 11 ; system32
33;amd64 VBoxVideo.GL_wow64 = 10,SysWow64 ; SysWow64
34
35[Manufacturer]
36;x86 %ORACLE%=Model, NTx86.6.0
37;amd64 %ORACLE%=Model, NTamd64.6.0
38
39;amd64 [Model.NTamd64.6.0]
40;x86 [Model.NTx86.6.0]
41%VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
42
43[VBoxVideo]
44FeatureScore = F8
45Include = msdv.inf
46;x86 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display, VBoxVideo.GL
47;amd64 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display, VBoxVideo.Display_wow64, VBoxVideo.GL, VBoxVideo.GL_wow64
48AddReg = VBoxVideo_SoftwareDeviceSettings
49;todo: clear XPDM driver settings: DelReg = VBoxVideo_RemoveDeviceSettings
50RegisterDlls = VBoxVideo_RegisterDlls
51
52[VBoxVideo.Miniport]
53VBoxWddm.sys
54
55[VBoxVideo.Display]
56;dispd3d VBoxDispD3D.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
57;mesa3d VBoxNine.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
58;mesa3d VBoxSVGA.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
59;mesa3d VBoxICD.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
60;mesa3d VBoxGL.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
61
62;amd64 [VBoxVideo.Display_wow64]
63;amd64 ;dispd3d VBoxDispD3D-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
64;amd64 ;mesa3d VBoxNine-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
65;amd64 ;mesa3d VBoxSVGA-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
66;amd64 ;mesa3d VBoxICD-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
67;amd64 ;mesa3d VBoxGL-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
68
69[VBoxVideo.GL]
70;gl VBoxOGL.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
71;gl VBoxD3D9wddm.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
72;gl wined3dwddm.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
73
74;amd64 [VBoxVideo.GL_wow64]
75;amd64 ;gl VBoxOGL-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
76;amd64 ;gl VBoxD3D9wddm-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
77;amd64 ;gl wined3dwddm-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
78
79[VBoxVideo_SoftwareDeviceSettings]
80;dispd3d HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDispD3D
81;dispd3d HKR,, UserModeDriverName, %REG_MULTI_SZ%, VBoxDispD3D.dll
82;amd64 ;dispd3d HKR,, UserModeDriverNameWow, %REG_MULTI_SZ%, VBoxDispD3D-x86.dll
83;icd HKR,, OpenGLDriverName, %REG_MULTI_SZ%, VBoxICD
84;amd64 ;icd HKR,, OpenGLDriverNameWoW, %REG_MULTI_SZ%, VBoxICD-x86
85;icd HKR,, OpenGLFlags, %REG_DWORD%, 0x00000001
86;amd64 ;icd HKR,, OpenGLFlagsWoW, %REG_DWORD%, 0x00000001
87;icd HKR,, OpenGLVersion, %REG_DWORD%, 0x00000001
88;amd64 ;icd HKR,, OpenGLVersionWoW, %REG_DWORD%, 0x00000001
89HKR,, VgaCompatible, %REG_DWORD%, 0
90
91[VBoxVideo_RegisterDlls]
92
93
94[VBoxVideo.Services]
95AddService=VBoxWddm, 0x00000002, VBoxVideo_Service_Inst, VBoxVideo_EventLog_Inst
96
97[VBoxVideo_Service_Inst]
98ServiceType=1 ; SERVICE_KERNEL_DRIVER
99StartType=3 ; SERVICE_DEMAND_START
100ErrorControl=0 ; SERVICE_ERROR_IGNORE
101LoadOrderGroup=Video
102ServiceBinary=%12%\VBoxWddm.sys
103
104[VBoxVideo_EventLog_Inst]
105AddReg = VBoxVideo_EventLog_AddReg
106
107[VBoxVideo_EventLog_AddReg]
108HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxWddm.sys"
109HKR,,TypesSupported,0x00010001,7
110
111[SourceDisksNames]
1121 = %VBoxVideo.Disk%,,,""
113
114[SourceDisksFiles]
115VBoxWddm.sys = 1
116;amd64 ;dispd3d VBoxDispD3D-x86.dll = 1
117;amd64 ;mesa3d VBoxNine-x86.dll = 1
118;amd64 ;mesa3d VBoxSVGA-x86.dll = 1
119;amd64 ;mesa3d VBoxICD-x86.dll = 1
120;amd64 ;mesa3d VBoxGL-x86.dll = 1
121;dispd3d VBoxDispD3D.dll = 1
122;mesa3d VBoxNine.dll = 1
123;mesa3d VBoxSVGA.dll = 1
124;mesa3d VBoxICD.dll = 1
125;mesa3d VBoxGL.dll = 1
126;amd64 ;gl VBoxOGL-x86.dll = 1
127;gl VBoxOGL.dll = 1
128;amd64 ;gl VBoxD3D9wddm-x86.dll = 1
129;gl VBoxD3D9wddm.dll = 1
130;amd64 ;gl wined3dwddm-x86.dll = 1
131;gl wined3dwddm.dll = 1
132
133[Strings]
134REG_SZ = 0x00000000
135REG_MULTI_SZ = 0x00010000
136REG_EXPAND_SZ = 0x00020000
137REG_BINARY = 0x00000001
138REG_DWORD = 0x00010001
139
140ORACLE = "Oracle Corporation"
141VBoxVideo.Disk = "VirtualBox Video Driver Disk"
142VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter (WDDM)"
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