VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf@ 31863

Last change on this file since 31863 was 28800, checked in by vboxsync, 15 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1;
2; VirtualBox Video miniport driver
3;
4; Copyright (C) 2006-2007 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=%SUN%
18ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
19Class=Display
20;edit-DriverVer=08/26/2008,2.00.0000
21;cat CatalogFile = VBoxVideo.cat
22
23[DestinationDirs]
24DefaultDestDir=11
25VBoxVideo.Miniport = 12 ; drivers
26VBoxVideo.Display = 11 ; system32
27
28[Manufacturer]
29;x86 %SUN%=Model
30;amd64 %SUN%=Model, NTamd64, NTamd64.6.0
31
32;x86 [Model]
33;amd64 [Model.NTamd64]
34%VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
35
36;amd64 [Model.NTamd64.6.0]
37;amd64 %VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
38
39[VBoxVideo]
40;amd64 FeatureScore = F8
41CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display
42
43[VBoxVideo.Miniport]
44VBoxVideo.sys,,,0x100
45
46[VBoxVideo.Display]
47VBoxDisp.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME
48
49[VBoxVideo.Services]
50AddService=VBoxVideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst
51
52[vboxvideo_Service_Inst]
53ServiceType=1 ; SERVICE_KERNEL_DRIVER
54StartType=1 ; SERVICE_SYSTEM_START
55ErrorControl=0 ; SERVICE_ERROR_IGNORE
56LoadOrderGroup=Video
57ServiceBinary=%12%\VBoxVideo.sys
58
59[vboxvideo_EventLog_Inst]
60AddReg = vboxvideo_EventLog_AddReg
61
62[vboxvideo_EventLog_AddReg]
63HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideo.sys"
64HKR,,TypesSupported,0x00010001,7
65
66[VBoxVideo.SoftwareSettings]
67AddReg = vboxvideo_SoftwareDeviceSettings
68
69[vboxvideo_SoftwareDeviceSettings]
70HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDisp
71; Set 'Full' hardware acceleration up. On W2003 the level is by default None=5, leading to software mouse cursor
72HKR,, Acceleration.Level, %REG_DWORD%, 0
73HKR,, VgaCompatible, %REG_DWORD%, 0
74
75[VBoxVideo.OpenGLSoftwareSettings]
76
77;x86 [SourceDisksNames]
78;amd64 [SourceDisksNames.amd64]
791 = %VBoxVideo.Disk%,,,""
802 = %VBoxVideo.Disk%,,,""
81
82[SourceDisksFiles]
83VBoxVideo.sys = 1
84VBoxDisp.dll = 2
85
86[Strings]
87REG_SZ = 0x00000000
88REG_MULTI_SZ = 0x00010000
89REG_EXPAND_SZ = 0x00020000
90REG_BINARY = 0x00000001
91REG_DWORD = 0x00010001
92
93SUN = "Sun Microsystems, Inc."
94VBoxVideo.Disk = "VirtualBox Video Driver Disk"
95VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter"
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