Changeset 32375 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Sep 10, 2010 9:10:21 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65729
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.rc
r28800 r32375 5 5 6 6 /* 7 * Copyright (C) 2006-20 09Oracle Corporation7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 49 49 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 50 50 VALUE "OriginalFilename", "VBoxDrv.sys\0" 51 VALUE "ProductName", "Sun VirtualBox\0"51 VALUE "ProductName", VBOX_PRODUCT "\0" 52 52 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 53 53 END -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.rc
r28800 r32375 1 /* $Id$ */ 2 /** @file 3 * VBoxNetFlt - Resource file containing version info and icon. 4 */ 5 1 6 /* 2 * Copyright (C) 2009 Oracle Corporation7 * Copyright (C) 2009-2010 Oracle Corporation 3 8 * 4 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 43 48 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 44 49 VALUE "OriginalFilename", FILENAME_STR 45 VALUE "ProductName", "Sun VirtualBox\0"50 VALUE "ProductName", VBOX_PRODUCT "\0" 46 51 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 47 52 END -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc
r30013 r32375 1 /* $Id$ */ 2 /** @file 3 * VBoxNetFltNotify - Resource file containing version info and icon. 4 */ 5 1 6 /* 2 * Copyright (C) 2009 Oracle Corporation7 * Copyright (C) 2009-2010 Oracle Corporation 3 8 * 4 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 10 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 16 */ 17 12 18 #include <windows.h> 13 19 #include <VBox/version.h> … … 44 50 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 45 51 VALUE "OriginalFilename","VBoxNetFltNotify.dll\0" 46 VALUE "ProductName", "Sun VirtualBox\0"52 VALUE "ProductName", VBOX_PRODUCT "\0" 47 53 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 48 54 END -
trunk/src/VBox/HostDrivers/VBoxUSB/win/Device/vboxusb.rc
r31898 r32375 1 /* $Id$ */ 2 /** @file 3 * VBoxUSB - Resource file containing version info and icon. 4 */ 5 1 6 /* 2 * VBox host drivers - USB drivers - Win32 USB device 3 * 4 * Resource definitions 5 * 6 * Copyright (C) 2006-2009 Oracle Corporation 7 * Copyright (C) 2006-2010 Oracle Corporation 7 8 * 8 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 39 40 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 40 41 VALUE "OriginalFilename", "VBoxUSB.sys\0" 41 VALUE "ProductName", "Sun VirtualBox\0"42 VALUE "ProductName", VBOX_PRODUCT "\0" 42 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 43 44 END -
trunk/src/VBox/HostDrivers/VBoxUSB/win/Filter/USBFilter.rc
r31898 r32375 1 /* $Id$ */ 2 /** @file 3 * VBoxUSBFilter - Resource file containing version info and icon. 4 */ 5 1 6 /* 2 * VBox host drivers - USB drivers - Win32 USB filter driver 3 * 4 * Resource definitions 5 * 6 * Copyright (C) 2006-2009 Oracle Corporation 7 * Copyright (C) 2006-2010 Oracle Corporation 7 8 * 8 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 39 40 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 40 41 VALUE "OriginalFilename", "VBoxUSBFlt.sys\0" 41 VALUE "ProductName", "Sun VirtualBox\0"42 VALUE "ProductName", VBOX_PRODUCT "\0" 42 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 43 44 END -
trunk/src/VBox/HostDrivers/VBoxUSB/win/Monitor/USBMon.rc
r31898 r32375 1 /* $Id$ */ 2 /** @file 3 * VBoxUSBMon - Resource file containing version info and icon. 4 */ 5 1 6 /* 2 * VBox host drivers - USB drivers - Win32 USB monitor driver 3 * 4 * Resource definitions 5 * 6 * Copyright (C) 2006-2009 Oracle Corporation 7 * Copyright (C) 2006-2010 Oracle Corporation 7 8 * 8 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 39 40 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 40 41 VALUE "OriginalFilename", "VBoxUSBMon.sys\0" 41 VALUE "ProductName", "Sun VirtualBox\0"42 VALUE "ProductName", VBOX_PRODUCT "\0" 42 43 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0" 43 44 END
Note:
See TracChangeset
for help on using the changeset viewer.