VirtualBox

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

Last change on this file since 89361 was 82968, checked in by vboxsync, 5 years ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.2 KB
Line 
1; $Id: VBoxWddm.inf 82968 2020-02-04 10:35:17Z vboxsync $
2;; @file
3; VirtualBox Video Wddm driver
4;
5
6;
7; Copyright (C) 2011-2020 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
32
33[Manufacturer]
34;x86 %ORACLE%=Model, NTx86.6.0
35;amd64 %ORACLE%=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]
42FeatureScore = F8
43Include = msdv.inf
44;x86 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display
45;amd64 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display, VBoxVideo.Display_wow64
46AddReg = VBoxVideo_SoftwareDeviceSettings
47;todo: clear XPDM driver settings: DelReg = VBoxVideo_RemoveDeviceSettings
48RegisterDlls = VBoxVideo_RegisterDlls
49
50[VBoxVideo.Miniport]
51VBoxWddm.sys
52
53[VBoxVideo.Display]
54;dispd3d VBoxDispD3D.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
55;mesa3d VBoxNine.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
56;mesa3d VBoxSVGA.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
57;mesa3d VBoxICD.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
58;mesa3d VBoxGL.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
59
60;amd64 [VBoxVideo.Display_wow64]
61;amd64 ;dispd3d VBoxDispD3D-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
62;amd64 ;mesa3d VBoxNine-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
63;amd64 ;mesa3d VBoxSVGA-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
64;amd64 ;mesa3d VBoxICD-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
65;amd64 ;mesa3d VBoxGL-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
66
67[VBoxVideo_SoftwareDeviceSettings]
68;dispd3d HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDispD3D
69;dispd3d HKR,, UserModeDriverName, %REG_MULTI_SZ%, VBoxDispD3D.dll
70;amd64 ;dispd3d HKR,, UserModeDriverNameWow, %REG_MULTI_SZ%, VBoxDispD3D-x86.dll
71;mesa3d HKR,, OpenGLDriverName, %REG_MULTI_SZ%, VBoxICD
72;amd64 ;mesa3d HKR,, OpenGLDriverNameWoW, %REG_MULTI_SZ%, VBoxICD-x86
73;mesa3d HKR,, OpenGLFlags, %REG_DWORD%, 0x00000001
74;amd64 ;mesa3d HKR,, OpenGLFlagsWoW, %REG_DWORD%, 0x00000001
75;mesa3d HKR,, OpenGLVersion, %REG_DWORD%, 0x00000001
76;amd64 ;mesa3d HKR,, OpenGLVersionWoW, %REG_DWORD%, 0x00000001
77HKR,, VgaCompatible, %REG_DWORD%, 0
78
79[VBoxVideo_RegisterDlls]
80
81
82[VBoxVideo.Services]
83AddService=VBoxWddm, 0x00000002, VBoxVideo_Service_Inst, VBoxVideo_EventLog_Inst
84
85[VBoxVideo_Service_Inst]
86ServiceType=1 ; SERVICE_KERNEL_DRIVER
87StartType=3 ; SERVICE_DEMAND_START
88ErrorControl=0 ; SERVICE_ERROR_IGNORE
89LoadOrderGroup=Video
90ServiceBinary=%12%\VBoxWddm.sys
91
92[VBoxVideo_EventLog_Inst]
93AddReg = VBoxVideo_EventLog_AddReg
94
95[VBoxVideo_EventLog_AddReg]
96HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\VBoxWddm.sys"
97HKR,,TypesSupported,0x00010001,7
98
99[SourceDisksNames]
1001 = %VBoxVideo.Disk%,,,""
101
102[SourceDisksFiles]
103VBoxWddm.sys = 1
104;amd64 ;dispd3d VBoxDispD3D-x86.dll = 1
105;amd64 ;mesa3d VBoxNine-x86.dll = 1
106;amd64 ;mesa3d VBoxSVGA-x86.dll = 1
107;amd64 ;mesa3d VBoxICD-x86.dll = 1
108;amd64 ;mesa3d VBoxGL-x86.dll = 1
109;dispd3d VBoxDispD3D.dll = 1
110;mesa3d VBoxNine.dll = 1
111;mesa3d VBoxSVGA.dll = 1
112;mesa3d VBoxICD.dll = 1
113;mesa3d VBoxGL.dll = 1
114
115[Strings]
116REG_SZ = 0x00000000
117REG_MULTI_SZ = 0x00010000
118REG_EXPAND_SZ = 0x00020000
119REG_BINARY = 0x00000001
120REG_DWORD = 0x00010001
121
122ORACLE = "Oracle Corporation"
123VBoxVideo.Disk = "VirtualBox Video Driver Disk"
124VBoxVideo.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