VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.inf@ 26833

Last change on this file since 26833 was 26833, checked in by vboxsync, 15 years ago

wddm: .inf basic impl

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.0 KB
Line 
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]
20Signature="$WINDOWS NT$"
21Provider=%SUN%
22ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
23Class=Display
24;edit-DriverVer=02/26/2010,1.00.0000
25;cat CatalogFile = VBoxVideoWddm.cat
26
27[DestinationDirs]
28DefaultDestDir=11
29VBoxVideo.Miniport = 12 ; drivers
30VBoxVideo.Display = 11 ; system32
31VBoxVideo.Display_x86 = 11 ; system32
32VBoxVideo.Display_amd64 = 11 ; system32
33VBoxVideo.Display_wow64 = 10,SysWow64 ; SysWow64
34
35[Manufacturer]
36%SUN%=Model, NTx86.6.0, NTamd64.6.0
37
38[Model.NTamd64.6.0]
39%VBoxVideo.SvcDesc% = VBoxVideo_amd64, PCI\VEN_80EE&DEV_BEEF
40
41[Model.NTx86.6.0]
42%VBoxVideo.SvcDesc% = VBoxVideo_x86, PCI\VEN_80EE&DEV_BEEF
43
44[VBoxVideo_x86]
45FeatureScore = F8
46Include = msdv.inf
47CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display_x86
48AddReg = VBoxVideo_SoftwareDeviceSettings_x86
49DelReg = VBoxVideo_RemoveDeviceSettings
50;uncomment RegisterDlls = VBoxVideo_RegisterDlls_x86
51
52[VBoxVideo_amd64]
53FeatureScore = F8
54Include = msdv.inf
55CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display_amd64, VBoxVideo.Display_wow64
56AddReg = VBoxVideo_SoftwareDeviceSettings_amd64
57DelReg = VBoxVideo_RemoveDeviceSettings
58;uncomment RegisterDlls = VBoxVideo_RegisterDlls_amd64
59
60[VBoxVideo.Miniport]
61VBoxVideoWddm.sys
62
63[VBoxVideo.Display_x86]
64;uncomment VBoxDispD3D.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
65
66[VBoxVideo.Display_amd64]
67;uncomment VBoxDispD3D64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
68
69[VBoxVideo.Display_wow64]
70;uncomment VBoxDispD3D.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
71
72[VBoxVideo_SoftwareDeviceSettings_x86]
73;uncomment HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDispD3D
74;uncomment HKR,, UserModeDriverName, %REG_MULTI_SZ%, VBoxDispD3D.dll
75HKR,, VgaCompatible, %REG_DWORD%, 0
76HKR,, CapabilityOverride, %REG_DWORD%, 0x8
77
78[VBoxVideo_SoftwareDeviceSettings_amd64]
79;uncomment HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDispD3D64 VBoxDispD3D
80;uncomment HKR,, UserModeDriverName, %REG_MULTI_SZ%, VBoxDispD3D64.dll
81;uncomment HKR,, UserModeDriverNameWow, %REG_MULTI_SZ%, VBoxDispD3D.dll
82HKR,, VgaCompatible, %REG_DWORD%, 0
83HKR,, CapabilityOverride, %REG_DWORD%, 0x8
84
85;uncomment [VBoxVideo_RegisterDlls_x86]
86;uncomment 11,,VBoxVideoD3D.dll,1
87
88;uncomment [VBoxVideo_RegisterDlls_amd64]
89;uncomment 11,,VBoxVideoD3D.dll,1
90;uncomment 11,,VBoxVideoD3D64.dll,1
91
92[VBoxVideo.Services]
93AddService=VBoxVideoWddm, 0x00000002, VBoxVideo_Service_Inst, VBoxVideo_EventLog_Inst
94
95[VBoxVideo_Service_Inst]
96ServiceType=1 ; SERVICE_KERNEL_DRIVER
97StartType=3 ; SERVICE_DEMAND_START
98ErrorControl=0 ; SERVICE_ERROR_IGNORE
99LoadOrderGroup=Video
100ServiceBinary=%12%\VBoxVideoWddm.sys
101
102[VBoxVideo_EventLog_Inst]
103AddReg = VBoxVideo_EventLog_AddReg
104
105[VBoxVideo_EventLog_AddReg]
106HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideoWddm.sys"
107HKR,,TypesSupported,0x00010001,7
108
109; [VBoxVideo.OpenGLSoftwareSettings]
110
111[SourceDisksNames]
1121 = %VBoxVideo.Disk%,,,""
113
114[SourceDisksFiles]
115VBoxVideoWddm.sys = 1
116;amd64 VBoxDispD3D64.dll = 1
117VBoxDispD3D.dll = 1
118
119[Strings]
120REG_SZ = 0x00000000
121REG_MULTI_SZ = 0x00010000
122REG_EXPAND_SZ = 0x00020000
123REG_BINARY = 0x00000001
124REG_DWORD = 0x00010001
125
126SUN = "Sun Microsystems, Inc."
127VBoxVideo.Disk = "VirtualBox Video Driver Disk"
128VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter (Microsoft Corporation - WDDM)"
Note: See TracBrowser for help on using the repository browser.

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