VirtualBox

Ticket #12048: VBoxVideoW8.inf

File VBoxVideoW8.inf, 3.4 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,, VgaCompatible, %REG_DWORD%, 0
67
68[VBoxVideo_RegisterDlls]
69
70
71[VBoxVideo.Services]
72AddService=VBoxVideoW8, 0x00000002, VBoxVideo_Service_Inst, VBoxVideo_EventLog_Inst
73
74[VBoxVideo_Service_Inst]
75ServiceType=1 ; SERVICE_KERNEL_DRIVER
76StartType=3 ; SERVICE_DEMAND_START
77ErrorControl=0 ; SERVICE_ERROR_IGNORE
78LoadOrderGroup=Video
79ServiceBinary=%12%\VBoxVideoW8.sys
80
81[VBoxVideo_EventLog_Inst]
82AddReg = VBoxVideo_EventLog_AddReg
83
84[VBoxVideo_EventLog_AddReg]
85HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideoW8.sys"
86HKR,,TypesSupported,0x00010001,7
87
88[SourceDisksNames]
891 = %VBoxVideo.Disk%,,,""
90
91[SourceDisksFiles]
92VBoxVideoW8.sys = 1
93VBoxDispD3D.dll = 1
94VBoxOGL.dll = 1
95VBoxD3D9wddm.dll = 1
96wined3dwddm.dll = 1
97VBoxOGLarrayspu.dll = 1
98VBoxOGLcrutil.dll = 1
99VBoxOGLerrorspu.dll = 1
100VBoxOGLfeedbackspu.dll = 1
101VBoxOGLpackspu.dll = 1
102VBoxOGLpassthroughspu.dll = 1
103
104[Strings]
105REG_SZ = 0x00000000
106REG_MULTI_SZ = 0x00010000
107REG_EXPAND_SZ = 0x00020000
108REG_BINARY = 0x00000001
109REG_DWORD = 0x00010001
110
111ORACLE = "Oracle Corporation"
112VBoxVideo.Disk = "VirtualBox Video Driver Disk"
113VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter for Windows 8"

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