VirtualBox

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

Last change on this file since 82968 was 82968, checked in by vboxsync, 5 years ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1/* $Id: VBoxNetFlt-win.rc 82968 2020-02-04 10:35:17Z vboxsync $ */
2/** @file
3 * VBoxNetFlt - Resource file containing version info and icon.
4 */
5/*
6 * Copyright (C) 2011-2020 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 * The contents of this file may alternatively be used under the terms
17 * of the Common Development and Distribution License Version 1.0
18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
19 * VirtualBox OSE distribution, in which case the provisions of the
20 * CDDL are applicable instead of those of the GPL.
21 *
22 * You may elect to license modified versions of this file under the
23 * terms and conditions of either the GPL or the CDDL or both.
24 */
25
26#include <windows.h>
27#include <VBox/version.h>
28
29#ifndef VBOXNETADP
30# define DESCRIPTION_STR "VirtualBox Bridged Networking Driver\0"
31# define FILENAME_STR "VBoxNetFlt"
32#else
33# define DESCRIPTION_STR "VirtualBox Host-Only Network Adapter Driver\0"
34# define FILENAME_STR "VBoxNetAdp"
35#endif
36
37LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
38
39VS_VERSION_INFO VERSIONINFO
40 FILEVERSION VBOX_RC_FILE_VERSION
41 PRODUCTVERSION VBOX_RC_FILE_VERSION
42 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
43 FILEFLAGS VBOX_RC_FILE_FLAGS
44 FILEOS VBOX_RC_FILE_OS
45 FILETYPE VBOX_RC_TYPE_DRV
46 FILESUBTYPE VFT2_DRV_NETWORK
47BEGIN
48 BLOCK "StringFileInfo"
49 BEGIN
50 BLOCK "040904b0" // Lang=US English, CharSet=Unicode
51 BEGIN
52 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
53 VALUE "FileDescription", DESCRIPTION_STR
54 VALUE "FileVersion", VBOX_RC_FILE_VERSION_STR
55 VALUE "InternalName", FILENAME_STR "\0"
56 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
57 VALUE "OriginalFilename", FILENAME_STR ".sys\0"
58 VALUE "ProductName", VBOX_RC_PRODUCT_NAME_STR
59 VALUE "ProductVersion", VBOX_RC_PRODUCT_VERSION_STR
60 VBOX_RC_MORE_STRINGS
61 END
62 END
63 BLOCK "VarFileInfo"
64 BEGIN
65 VALUE "Translation", 0x409, 1200
66 END
67END
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