VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.rc@ 28800

Last change on this file since 28800 was 28800, checked in by vboxsync, 15 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1/*
2 * Copyright (C) 2009 Oracle Corporation
3 *
4 * This file is part of VirtualBox Open Source Edition (OSE), as
5 * available from http://www.virtualbox.org. This file is free software;
6 * you can redistribute it and/or modify it under the terms of the GNU
7 * General Public License (GPL) as published by the Free Software
8 * Foundation, in version 2 as it comes in the "COPYING" file of the
9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
11 */
12
13#include <windows.h>
14#include <VBox/version.h>
15
16#ifndef VBOXNETADP
17# define DESCRIPTION_STR "VirtualBox Bridged Networking Driver\0"
18# define FILENAME_STR "VBoxNetFlt.sys\0"
19#else
20# define DESCRIPTION_STR "VirtualBox Host-Only Network Adapter Driver\0"
21# define FILENAME_STR "VBoxNetAdp.sys\0"
22#endif
23
24LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
25
26VS_VERSION_INFO VERSIONINFO
27 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
28 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
29 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
30 FILEFLAGS 0x0L
31 FILEOS VOS_NT_WINDOWS32
32 FILETYPE VFT_DRV
33 FILESUBTYPE VFT2_DRV_NETWORK
34BEGIN
35 BLOCK "StringFileInfo"
36 BEGIN
37 BLOCK "040904b0"
38 BEGIN
39 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
40 VALUE "FileDescription", DESCRIPTION_STR
41 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
42 VALUE "InternalName", FILENAME_STR
43 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
44 VALUE "OriginalFilename", FILENAME_STR
45 VALUE "ProductName", "Sun VirtualBox\0"
46 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
47 END
48 END
49 BLOCK "VarFileInfo"
50 BEGIN
51 VALUE "Translation", 0x409, 1200
52 END
53END
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