VirtualBox

Changeset 8060 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Apr 16, 2008 6:44:14 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29741
Message:

Rebranding: Guest Additions graphic drivers.

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  
    11#include <windows.h>
     2#include <VBox/version.h>
    23
    34LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
     
    1617      BLOCK "040904b0"
    1718      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"
    2021         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
    2324         VALUE "OriginalFilename", "VBoxDisp.dll\0"
    24          VALUE "ProductName",      "VirtualBox Guest Tools\0"
     25         VALUE "ProductName",      "xVM VirtualBox Guest Additions\0"
    2526         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
    2627      END
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpdd.inf

    r5999 r8060  
    1818[Version]
    1919Signature="$WINDOWS NT$"
    20 Provider=%innotek%
     20Provider=%Sun%
    2121ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
    2222Class=Display
     
    3232
    3333[Manufacturer]
    34 %innotek%=vrdpdd.Mfg,NT.5.1
     34%Sun%=vrdpdd.Mfg,NT.5.1
    3535
    3636[vrdpdd.Mfg]
     
    3838
    3939[vrdpdd.Mfg.NT.5.1]
    40 %DevDesc% = vrdpdd, innotek_vrdpdd
     40%DevDesc% = vrdpdd, sun_vrdpdd
    4141
    4242;
     
    130130REG_DWORD      = 0x00010001
    131131SERVICEROOT    = "System\CurrentControlSet\Services"
    132 DevDesc      = "innotek VirtualBox Mirror Driver"
     132DevDesc        = "Sun xVM VirtualBox Mirror Driver"
    133133
    134134;
     
    136136;
    137137
    138 DiskId       = "innotek Mirror Driver Installation DISK (VIDEO)"
     138DiskId       = "Sun xVM Mirror Driver Installation DISK (VIDEO)"
    139139GraphAdap    = "Graphics Adapter"
    140 innotek      = "innotek"
     140Sun          = "Sun Microsystems, Inc."
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.rc

    r2988 r8060  
    11#include <windows.h>
     2#include <VBox/version.h>
    23
    34LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
     
    56VS_VERSION_INFO VERSIONINFO
    67   FILEVERSION          VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
    7    PRODUCTVERSION       VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
     8   PRODUCTVERSION       VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
    89   FILEFLAGSMASK        0x3fL
    910   FILEFLAGS            0x0L
     
    1617      BLOCK "040904b0"
    1718      BEGIN
    18          VALUE "CompanyName",      "innotek GmbH"
     19         VALUE "CompanyName",      VBOX_RC_COMPANY_NAME
    1920         VALUE "FileDescription",  "VirtualBox Mirror Video Driver\0"
    2021         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"
    2526         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0"
    2627      END
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf

    r5999 r8060  
    4242
    4343[VBoxVideo.Services]
    44 AddService=vboxvideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst
     44AddService=VBoxVideo, 0x00000002, VBoxVideo_Service_Inst, VBoxVideo_EventLog_Inst
    4545
    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]
     47DisplayName    = %VBoxVideo.SvcDesc%
     48ServiceType    = 1                   ; SERVICE_KERNEL_DRIVER
     49StartType      = 1                   ; SERVICE_SYSTEM_START
     50ErrorControl   = 0                   ; SERVICE_ERROR_IGNORE
     51LoadOrderGroup = Video
     52ServiceBinary  = %12%\VBoxVideo.sys
    5253
    53 [vboxvideo_EventLog_Inst]
    54 AddReg = vboxvideo_EventLog_AddReg
     54[VBoxVideo_EventLog_Inst]
     55AddReg = VBoxVideo_EventLog_AddReg
    5556
    56 [vboxvideo_EventLog_AddReg]
     57[VBoxVideo_EventLog_AddReg]
    5758HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideo.sys"
    5859HKR,,TypesSupported,0x00010001,7
    5960
    6061[VBoxVideo.SoftwareSettings]
    61 AddReg = vboxvideo_SoftwareDeviceSettings
     62AddReg = VBoxVideo_SoftwareDeviceSettings
    6263
    63 [vboxvideo_SoftwareDeviceSettings]
     64[VBoxVideo_SoftwareDeviceSettings]
    6465HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDisp
    6566; Set 'Full' hardware acceleration up. On W2003 the level is by default None=5, leading to software mouse cursor
     
    8485REG_DWORD = 0x00010001
    8586
    86 Provider = "innotek GmbH"
    87 VBoxVideo.Disk = "VirtualBox Video Driver Disk"
    88 VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter"
     87Provider = "Sun Microsystems, Inc."
     88VBoxVideo.DeviceDesc = "xVM VirtualBox Graphics Adapter"
     89VBoxVideo.Disk = "xVM VirtualBox Video Driver Disk"
     90VBoxVideo.SvcDesc = "xVM VirtualBox Graphics Adapter"
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.rc

    r6190 r8060  
    11#include <windows.h>
     2#include <VBox/version.h>
    23
    34LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
     
    1617      BLOCK "040904b0"
    1718      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"
    2021         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"
    2526         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
    2627      END
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.rc

    r6190 r8060  
    1414 */
    1515#include <windows.h>
     16#include <VBox/version.h>
    1617
    1718LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
     
    3031      BLOCK "040904b0"
    3132      BEGIN
    32          VALUE "CompanyName",      "innotek GmbH\0"
     33         VALUE "CompanyName",      VBOX_RC_COMPANY_NAME
    3334         VALUE "FileDescription",  "VirtualBox OpenGL ICD\0"
    3435         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
    3738         VALUE "OriginalFilename", "VBoxOGL.dll\0"
    38          VALUE "ProductName",      "VirtualBox Guest Tools\0"
     39         VALUE "ProductName",      "xVM VirtualBox Guest Additions\0"
    3940         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
    4041      END
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette