Changeset 8238 in vbox
- Timestamp:
- Apr 21, 2008 2:39:35 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29968
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.inf
r8155 r8238 32 32 Class=System 33 33 ClassGuid={ce4a90b5-1d8c-435d-b349-232ce55cb17f} 34 Provider=% INNOTEK%34 Provider=%SUN% 35 35 DriverVer=08/21/2006,8.1.0.0 36 36 DriverPackageType=KernelService … … 47 47 48 48 [Manufacturer] 49 ;x86 % INNOTEK%=INNOTEK50 ;amd64 % INNOTEK%=INNOTEK, NTamd6449 ;x86 %SUN%=SUN 50 ;amd64 %SUN%=SUN, NTamd64 51 51 52 52 [SourceDisksFiles] … … 68 68 69 69 [Strings] 70 INNOTEK = "innotek GmbH"70 SUN = "Sun Microsystems, Inc." 71 71 VBoxDrv.SVCDESC = "VirtualBox Service" 72 72 VBoxDrv.DRVDESC = "VirtualBox Driver" -
trunk/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.inf
r8155 r8238 32 32 ; Note; there are hardcoded checks for these strings!! 33 33 DeviceDescription = "VirtualBox TAP Adapter" 34 Provider = " innotek GmbH"34 Provider = "Sun Microsystems, Inc." 35 35 36 36 ;---------------------------------------------------------------- -
trunk/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.rc
r4479 r8238 34 34 #include "common.h" 35 35 36 #ifdef VBOX37 36 #include <VBox/tapwin32.h> 38 # endif37 #include <VBox/version.h> 39 38 40 39 /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR … … 66 65 */ 67 66 68 #define VER_COMPANYNAME_STR "innotek GmbH"67 #define VER_COMPANYNAME_STR VBOX_RC_COMPANY_NAME 69 68 #define VER_FILEDESCRIPTION_STR "VirtualBox Host Interface Networking Driver" 70 69 #define VER_ORIGINALFILENAME_STR TAP_COMPONENT_ID ".sys" 71 #define VER_LEGALCOPYRIGHT_YEARS "200 6"72 #define VER_LEGALCOPYRIGHT_STR " innotek GmbH& Others"70 #define VER_LEGALCOPYRIGHT_YEARS "2008" 71 #define VER_LEGALCOPYRIGHT_STR "Sun Microsystems, Inc. & Others" 73 72 74 73
Note:
See TracChangeset
for help on using the changeset viewer.