Changeset 8060 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Apr 16, 2008 6:44:14 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29741
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.rc
r6190 r8060 1 1 #include <windows.h> 2 #include <VBox/version.h> 2 3 3 4 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US … … 16 17 BLOCK "040904b0" 17 18 BEGIN 18 VALUE "CompanyName", "innotek GmbH\0"19 VALUE "FileDescription", " VirtualBox Display Driver\0"19 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 20 VALUE "FileDescription", "xVM VirtualBox Display Driver\0" 20 21 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 21 VALUE "InternalName", "VBoxDisp .dll\0"22 VALUE "LegalCopyright", "(C) 2004-2007 innotek GmbH\0"22 VALUE "InternalName", "VBoxDisp\0" 23 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 23 24 VALUE "OriginalFilename", "VBoxDisp.dll\0" 24 VALUE "ProductName", " VirtualBox Guest Tools\0"25 VALUE "ProductName", "xVM VirtualBox Guest Additions\0" 25 26 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 26 27 END -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpdd.inf
r5999 r8060 18 18 [Version] 19 19 Signature="$WINDOWS NT$" 20 Provider=% innotek%20 Provider=%Sun% 21 21 ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318} 22 22 Class=Display … … 32 32 33 33 [Manufacturer] 34 % innotek%=vrdpdd.Mfg,NT.5.134 %Sun%=vrdpdd.Mfg,NT.5.1 35 35 36 36 [vrdpdd.Mfg] … … 38 38 39 39 [vrdpdd.Mfg.NT.5.1] 40 %DevDesc% = vrdpdd, innotek_vrdpdd40 %DevDesc% = vrdpdd, sun_vrdpdd 41 41 42 42 ; … … 130 130 REG_DWORD = 0x00010001 131 131 SERVICEROOT = "System\CurrentControlSet\Services" 132 DevDesc = "innotekVirtualBox Mirror Driver"132 DevDesc = "Sun xVM VirtualBox Mirror Driver" 133 133 134 134 ; … … 136 136 ; 137 137 138 DiskId = " innotekMirror Driver Installation DISK (VIDEO)"138 DiskId = "Sun xVM Mirror Driver Installation DISK (VIDEO)" 139 139 GraphAdap = "Graphics Adapter" 140 innotek = "innotek"140 Sun = "Sun Microsystems, Inc." -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.rc
r2988 r8060 1 1 #include <windows.h> 2 #include <VBox/version.h> 2 3 3 4 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US … … 5 6 VS_VERSION_INFO VERSIONINFO 6 7 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0 7 PRODUCTVERSION 8 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0 8 9 FILEFLAGSMASK 0x3fL 9 10 FILEFLAGS 0x0L … … 16 17 BLOCK "040904b0" 17 18 BEGIN 18 VALUE "CompanyName", "innotek GmbH"19 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 19 20 VALUE "FileDescription", "VirtualBox Mirror Video Driver\0" 20 21 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0" 21 VALUE "InternalName", " vrdpvd.sys\0"22 VALUE "LegalCopyright", "(C) 2004-2007 innotek GmbH\0"23 VALUE "OriginalFilename", " vrdpvd.sys\0"24 VALUE "ProductName", " VirtualBox Guest Tools\0"22 VALUE "InternalName", "VRdpvd\0" 23 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 24 VALUE "OriginalFilename", "VRdpvd.sys\0" 25 VALUE "ProductName", "xVM VirtualBox Guest Additions\0" 25 26 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0" 26 27 END -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf
r5999 r8060 42 42 43 43 [VBoxVideo.Services] 44 AddService= vboxvideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst44 AddService=VBoxVideo, 0x00000002, VBoxVideo_Service_Inst, VBoxVideo_EventLog_Inst 45 45 46 [vboxvideo_Service_Inst] 47 ServiceType=1 ; SERVICE_KERNEL_DRIVER 48 StartType=1 ; SERVICE_SYSTEM_START 49 ErrorControl=0 ; SERVICE_ERROR_IGNORE 50 LoadOrderGroup=Video 51 ServiceBinary=%12%\VBoxVideo.sys 46 [VBoxVideo_Service_Inst] 47 DisplayName = %VBoxVideo.SvcDesc% 48 ServiceType = 1 ; SERVICE_KERNEL_DRIVER 49 StartType = 1 ; SERVICE_SYSTEM_START 50 ErrorControl = 0 ; SERVICE_ERROR_IGNORE 51 LoadOrderGroup = Video 52 ServiceBinary = %12%\VBoxVideo.sys 52 53 53 [ vboxvideo_EventLog_Inst]54 AddReg = vboxvideo_EventLog_AddReg54 [VBoxVideo_EventLog_Inst] 55 AddReg = VBoxVideo_EventLog_AddReg 55 56 56 [ vboxvideo_EventLog_AddReg]57 [VBoxVideo_EventLog_AddReg] 57 58 HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideo.sys" 58 59 HKR,,TypesSupported,0x00010001,7 59 60 60 61 [VBoxVideo.SoftwareSettings] 61 AddReg = vboxvideo_SoftwareDeviceSettings62 AddReg = VBoxVideo_SoftwareDeviceSettings 62 63 63 [ vboxvideo_SoftwareDeviceSettings]64 [VBoxVideo_SoftwareDeviceSettings] 64 65 HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDisp 65 66 ; Set 'Full' hardware acceleration up. On W2003 the level is by default None=5, leading to software mouse cursor … … 84 85 REG_DWORD = 0x00010001 85 86 86 Provider = "innotek GmbH" 87 VBoxVideo.Disk = "VirtualBox Video Driver Disk" 88 VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter" 87 Provider = "Sun Microsystems, Inc." 88 VBoxVideo.DeviceDesc = "xVM VirtualBox Graphics Adapter" 89 VBoxVideo.Disk = "xVM VirtualBox Video Driver Disk" 90 VBoxVideo.SvcDesc = "xVM VirtualBox Graphics Adapter" -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.rc
r6190 r8060 1 1 #include <windows.h> 2 #include <VBox/version.h> 2 3 3 4 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US … … 16 17 BLOCK "040904b0" 17 18 BEGIN 18 VALUE "CompanyName", "innotek GmbH\0"19 VALUE "FileDescription", " VirtualBox Video Driver\0"19 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 20 VALUE "FileDescription", "xVM VirtualBox Video Driver\0" 20 21 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 21 VALUE "InternalName", " vboxvideo\0"22 VALUE "LegalCopyright", "(C) 2004-2007 innotek GmbH\0"23 VALUE "OriginalFilename", " vboxvideo.sys\0"24 VALUE "ProductName", " VirtualBox Video Driver\0"22 VALUE "InternalName", "VBoxVideo\0" 23 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 24 VALUE "OriginalFilename", "VBoxVideo.sys\0" 25 VALUE "ProductName", "xVM VirtualBox Guest Additions\0" 25 26 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 26 27 END -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.rc
r6190 r8060 14 14 */ 15 15 #include <windows.h> 16 #include <VBox/version.h> 16 17 17 18 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US … … 30 31 BLOCK "040904b0" 31 32 BEGIN 32 VALUE "CompanyName", "innotek GmbH\0"33 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 33 34 VALUE "FileDescription", "VirtualBox OpenGL ICD\0" 34 35 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 35 VALUE "InternalName", "VBoxOGL .dll\0"36 VALUE "LegalCopyright", "(C) 2004-2007 innotek GmbH\0"36 VALUE "InternalName", "VBoxOGL\0" 37 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 37 38 VALUE "OriginalFilename", "VBoxOGL.dll\0" 38 VALUE "ProductName", " VirtualBox Guest Tools\0"39 VALUE "ProductName", "xVM VirtualBox Guest Additions\0" 39 40 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0" 40 41 END
Note:
See TracChangeset
for help on using the changeset viewer.