VirtualBox

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

Last change on this file since 4758 was 4071, checked in by vboxsync, 17 years ago

Biggest check-in ever. New source code headers for all (C) innotek files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1;
2; VirtualBox Video miniport driver
3;
4; Copyright (C) 2006-2007 innotek GmbH
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 as published by the Free Software Foundation,
10; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
11; distribution. VirtualBox OSE is distributed in the hope that it will
12; be useful, but WITHOUT ANY WARRANTY of any kind.
13
14[Version]
15Signature="$WINDOWS NT$"
16Provider=%Provider%
17ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
18Class=Display
19;cat DriverVer = 05/17/2007,1.04.0000
20;cat CatalogFile = VBoxVideo.cat
21
22[DestinationDirs]
23DefaultDestDir=11
24VBoxVideo.Miniport = 12 ; drivers
25VBoxVideo.Display = 11 ; system32
26
27[Manufacturer]
28%Provider%=Model
29
30[Model]
31%VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
32
33[VBoxVideo]
34CopyFiles=VBoxVideo.Miniport, VBoxVideo.Display
35
36[VBoxVideo.Miniport]
37VBoxVideo.sys
38
39[VBoxVideo.Display]
40VBoxDisp.dll
41
42[VBoxVideo.Services]
43AddService=vboxvideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst
44
45[vboxvideo_Service_Inst]
46ServiceType=1 ; SERVICE_KERNEL_DRIVER
47StartType=1 ; SERVICE_SYSTEM_START
48ErrorControl=0 ; SERVICE_ERROR_IGNORE
49LoadOrderGroup=Video
50ServiceBinary=%12%\VBoxVideo.sys
51
52[vboxvideo_EventLog_Inst]
53AddReg = vboxvideo_EventLog_AddReg
54
55[vboxvideo_EventLog_AddReg]
56HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideo.sys"
57HKR,,TypesSupported,0x00010001,7
58
59[VBoxVideo.SoftwareSettings]
60AddReg = vboxvideo_SoftwareDeviceSettings
61
62[vboxvideo_SoftwareDeviceSettings]
63HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDisp
64; Set 'Full' hardware acceleration up. On W2003 the level is by default None=5, leading to software mouse cursor
65HKR,, Acceleration.Level, %REG_DWORD%, 0
66HKR,, VgaCompatible, %REG_DWORD%, 0
67
68[VBoxVideo.OpenGLSoftwareSettings]
69
70[SourceDisksNames]
711 = %VBoxVideo.Disk%,,,""
72;cat 2 = %VBoxVideo.Disk%,,,""
73
74[SourceDisksFiles]
75;cat VBoxVideo.sys = 1
76;cat VBoxDisp.dll = 2
77
78[Strings]
79REG_SZ = 0x00000000
80REG_MULTI_SZ = 0x00010000
81REG_EXPAND_SZ = 0x00020000
82REG_BINARY = 0x00000001
83REG_DWORD = 0x00010001
84
85Provider = "innotek GmbH"
86VBoxVideo.Disk = "VirtualBox Video Driver Disk"
87VBoxVideo.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