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