VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.rc@ 55771

Last change on this file since 55771 was 55771, checked in by vboxsync, 10 years ago

Use defines in the RC files and make those defines compatible with what we use in C/C++ code.

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