VirtualBox

Ticket #12048: VBoxVideoW8OGL.inf

File VBoxVideoW8OGL.inf, 3.6 KB (added by entalpia2, 9 years ago)
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
21DriverVer = 07/10/2015,4.3.30
22CatalogFile = VBoxVideoW8.cat
23
24[DestinationDirs]
25DefaultDestDir=11
26VBoxVideo.Miniport = 12 ; drivers
27VBoxVideo.Display = 11 ; system32
28VBoxVideo.GL = 11 ; system32
29
30[Manufacturer]
31%ORACLE%=Model, NTx86.6.2
32
33[Model.NTx86.6.2]
34%VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
35
36[VBoxVideo]
37FeatureScore = F8
38Include = msdv.inf
39CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display, VBoxVideo.GL
40AddReg = VBoxVideo_SoftwareDeviceSettings
41;todo: clear XPDM driver settings: DelReg = VBoxVideo_RemoveDeviceSettings
42RegisterDlls = VBoxVideo_RegisterDlls
43
44[VBoxVideo.Miniport]
45VBoxVideoW8.sys
46
47[VBoxVideo.Display]
48VBoxDispD3D.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
49
50
51[VBoxVideo.GL]
52VBoxOGL.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
53VBoxD3D9wddm.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
54wined3dwddm.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
55VBoxOGLarrayspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
56VBoxOGLcrutil.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
57VBoxOGLerrorspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
58VBoxOGLfeedbackspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
59VBoxOGLpackspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
60VBoxOGLpassthroughspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
61
62
63[VBoxVideo_SoftwareDeviceSettings]
64HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDispD3D
65HKR,, UserModeDriverName, %REG_MULTI_SZ%, VBoxDispD3D.dll
66HKR,, OpenGLDriverName, %REG_MULTI_SZ%, VBoxOGL.dll
67HKR,, OpenGLFlags, %REG_DWORD%, 0x00000001
68HKR,, OpenGLVersion, %REG_DWORD%, 0x00000001
69HKR,, VgaCompatible, %REG_DWORD%, 0
70
71[VBoxVideo_RegisterDlls]
72
73
74[VBoxVideo.Services]
75AddService=VBoxVideoW8, 0x00000002, VBoxVideo_Service_Inst, VBoxVideo_EventLog_Inst
76
77[VBoxVideo_Service_Inst]
78ServiceType=1 ; SERVICE_KERNEL_DRIVER
79StartType=3 ; SERVICE_DEMAND_START
80ErrorControl=0 ; SERVICE_ERROR_IGNORE
81LoadOrderGroup=Video
82ServiceBinary=%12%\VBoxVideoW8.sys
83
84[VBoxVideo_EventLog_Inst]
85AddReg = VBoxVideo_EventLog_AddReg
86
87[VBoxVideo_EventLog_AddReg]
88HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideoW8.sys"
89HKR,,TypesSupported,0x00010001,7
90
91[SourceDisksNames]
921 = %VBoxVideo.Disk%,,,""
93
94[SourceDisksFiles]
95VBoxVideoW8.sys = 1
96VBoxDispD3D.dll = 1
97VBoxOGL.dll = 1
98VBoxD3D9wddm.dll = 1
99wined3dwddm.dll = 1
100VBoxOGLarrayspu.dll = 1
101VBoxOGLcrutil.dll = 1
102VBoxOGLerrorspu.dll = 1
103VBoxOGLfeedbackspu.dll = 1
104VBoxOGLpackspu.dll = 1
105VBoxOGLpassthroughspu.dll = 1
106
107[Strings]
108REG_SZ = 0x00000000
109REG_MULTI_SZ = 0x00010000
110REG_EXPAND_SZ = 0x00020000
111REG_BINARY = 0x00000001
112REG_DWORD = 0x00010001
113
114ORACLE = "Oracle Corporation"
115VBoxVideo.Disk = "VirtualBox Video Driver Disk"
116VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter for Windows 8"

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