VirtualBox

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

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

wddm: miniport fixes + display dll stub

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.4 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
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]
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]
51VBoxVideoWddm.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
66HKR,, 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]
73AddService=VBoxVideoWddm, 0x00000002, VBoxVideo_Service_Inst, VBoxVideo_EventLog_Inst
74
75[VBoxVideo_Service_Inst]
76ServiceType=1 ; SERVICE_KERNEL_DRIVER
77StartType=3 ; SERVICE_DEMAND_START
78ErrorControl=0 ; SERVICE_ERROR_IGNORE
79LoadOrderGroup=Video
80ServiceBinary=%12%\VBoxVideoWddm.sys
81
82[VBoxVideo_EventLog_Inst]
83AddReg = VBoxVideo_EventLog_AddReg
84
85[VBoxVideo_EventLog_AddReg]
86HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideoWddm.sys"
87HKR,,TypesSupported,0x00010001,7
88
89; [VBoxVideo.OpenGLSoftwareSettings]
90
91[SourceDisksNames]
921 = %VBoxVideo.Disk%,,,""
93
94[SourceDisksFiles]
95VBoxVideoWddm.sys = 1
96;amd64 VBoxDispD3D64.dll = 1
97VBoxDispD3D.dll = 1
98
99[Strings]
100REG_SZ = 0x00000000
101REG_MULTI_SZ = 0x00010000
102REG_EXPAND_SZ = 0x00020000
103REG_BINARY = 0x00000001
104REG_DWORD = 0x00010001
105
106SUN = "Sun Microsystems, Inc."
107VBoxVideo.Disk = "VirtualBox Video Driver Disk"
108VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter (Microsoft Corporation - 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