VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxVideo.inf

Last change on this file was 103601, checked in by vboxsync, 3 months ago

Additions/*.inf: Fix naming of .SoftwareSettings and .OpenGLSoftwareSettings section, must be associated with the install one.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
Line 
1; $Id: VBoxVideo.inf 103601 2024-02-28 21:00:32Z vboxsync $
2;; @file
3; VirtualBox Video miniport driver, XP+ edition.
4;
5
6;
7; Copyright (C) 2011-2023 Oracle and/or its affiliates.
8;
9; This file is part of VirtualBox base platform packages, as
10; available from https://www.virtualbox.org.
11;
12; This program is free software; you can redistribute it and/or
13; modify it under the terms of the GNU General Public License
14; as published by the Free Software Foundation, in version 3 of the
15; License.
16;
17; This program is distributed in the hope that it will be useful, but
18; WITHOUT ANY WARRANTY; without even the implied warranty of
19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20; General Public License for more details.
21;
22; You should have received a copy of the GNU General Public License
23; along with this program; if not, see <https://www.gnu.org/licenses>.
24;
25; SPDX-License-Identifier: GPL-3.0-only
26;
27
28[Version]
29Signature="$WINDOWS NT$"
30Provider=%ORACLE%
31ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
32Class=Display
33DriverPackageType=PlugAndPlay
34;edit-DriverVer=08/26/2008,2.00.0000
35;cat CatalogFile = VBoxVideo.cat
36
37[DestinationDirs]
38DefaultDestDir=11
39VBoxVideo.Miniport = 12 ; drivers
40VBoxVideo.Display = 11 ; system32
41
42[Manufacturer]
43;x86 %ORACLE%=VBoxVideo@COMMA-NT-ARCH@
44;amd64 %ORACLE%=VBoxVideo@COMMA-NT-ARCH@@COMMA-NT-ARCH@.6.0
45
46[VBoxVideo@DOT-NT-ARCH@]
47%VBoxVideo.SvcDesc% = VBoxVideo_Install, PCI\VEN_80EE&DEV_BEEF
48
49;amd64 [VBoxVideo@DOT-NT-ARCH@.6.0]
50;amd64 %VBoxVideo.SvcDesc% = VBoxVideo_Install, PCI\VEN_80EE&DEV_BEEF
51
52[VBoxVideo_Install]
53;amd64 FeatureScore = F8
54CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display
55
56[VBoxVideo.Miniport]
57VBoxVideo.sys,,,0x100
58
59[VBoxVideo.Display]
60VBoxDisp.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
61
62[VBoxVideo_Install.Services]
63AddService=VBoxVideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst
64
65[vboxvideo_Service_Inst]
66ServiceType=1 ; SERVICE_KERNEL_DRIVER
67StartType=1 ; SERVICE_SYSTEM_START (required, old non-PnP Windows versions need it)
68ErrorControl=0 ; SERVICE_ERROR_IGNORE
69LoadOrderGroup=Video
70ServiceBinary=%12%\VBoxVideo.sys
71
72[vboxvideo_EventLog_Inst]
73AddReg = vboxvideo_EventLog_AddReg
74
75[vboxvideo_EventLog_AddReg]
76HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\VBoxVideo.sys"
77HKR,,TypesSupported,0x00010001,7
78
79[VBoxVideo_Install.SoftwareSettings]
80AddReg = vboxvideo_SoftwareDeviceSettings
81
82[vboxvideo_SoftwareDeviceSettings]
83HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDisp
84; Set 'Full' hardware acceleration up. On W2003 the level is by default None=5, leading to software mouse cursor
85HKR,, Acceleration.Level, %REG_DWORD%, 0
86HKR,, VgaCompatible, %REG_DWORD%, 0
87
88[VBoxVideo_Install.OpenGLSoftwareSettings]
89
90;x86 [SourceDisksNames]
91;amd64 [SourceDisksNames.amd64]
921 = %VBoxVideo.Disk%,,,""
93
94[SourceDisksFiles]
95VBoxVideo.sys = 1
96VBoxDisp.dll = 1
97
98[Strings]
99REG_SZ = 0x00000000
100REG_MULTI_SZ = 0x00010000
101REG_EXPAND_SZ = 0x00020000
102REG_BINARY = 0x00000001
103REG_DWORD = 0x00010001
104
105ORACLE = "Oracle Corporation"
106VBoxVideo.Disk = "VirtualBox Video Driver Disk"
107VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter"
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use