VirtualBox

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

Last change on this file since 25391 was 21407, checked in by vboxsync, 16 years ago

OSE headers

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1/*
2 * Copyright (C) 2009 Sun Microsystems, Inc.
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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
13 * Clara, CA 95054 USA or visit http://www.sun.com if you need
14 * additional information or have any questions.
15 */
16
17#include <windows.h>
18#include <VBox/version.h>
19
20#ifndef VBOXNETADP
21# define DESCRIPTION_STR "VirtualBox Bridged Networking Driver\0"
22# define FILENAME_STR "VBoxNetFlt.sys\0"
23#else
24# define DESCRIPTION_STR "VirtualBox Host-Only Network Adapter Driver\0"
25# define FILENAME_STR "VBoxNetAdp.sys\0"
26#endif
27
28LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
29
30VS_VERSION_INFO VERSIONINFO
31 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
32 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
33 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
34 FILEFLAGS 0x0L
35 FILEOS VOS_NT_WINDOWS32
36 FILETYPE VFT_DRV
37 FILESUBTYPE VFT2_DRV_NETWORK
38BEGIN
39 BLOCK "StringFileInfo"
40 BEGIN
41 BLOCK "040904b0"
42 BEGIN
43 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
44 VALUE "FileDescription", DESCRIPTION_STR
45 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
46 VALUE "InternalName", FILENAME_STR
47 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
48 VALUE "OriginalFilename", FILENAME_STR
49 VALUE "ProductName", "Sun VirtualBox\0"
50 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
51 END
52 END
53 BLOCK "VarFileInfo"
54 BEGIN
55 VALUE "Translation", 0x409, 1200
56 END
57END
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