VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.rc@ 69250

Last change on this file since 69250 was 69250, checked in by vboxsync, 7 years ago

HostDrivers: scm updates

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1/* $Id: VBoxNetAdp-win.rc 69250 2017-10-24 19:18:49Z vboxsync $ */
2/** @file
3 * VBoxNetAdp6 - Resource file containing version info and icon.
4 */
5/*
6 * Copyright (C) 2014-2016 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#define DESCRIPTION_STR "VirtualBox NDIS 6.0 Host-Only Network Adapter Driver\0"
30#define FILENAME_STR "VBoxNetAdp6"
31
32LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
33
34VS_VERSION_INFO VERSIONINFO
35 FILEVERSION VBOX_RC_FILE_VERSION
36 PRODUCTVERSION VBOX_RC_FILE_VERSION
37 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
38 FILEFLAGS VBOX_RC_FILE_FLAGS
39 FILEOS VBOX_RC_FILE_OS
40 FILETYPE VBOX_RC_TYPE_DRV
41 FILESUBTYPE VFT2_DRV_NETWORK
42BEGIN
43 BLOCK "StringFileInfo"
44 BEGIN
45 BLOCK "040904b0"
46 BEGIN
47 VALUE "FileDescription", DESCRIPTION_STR
48 VALUE "InternalName", FILENAME_STR "\0"
49 VALUE "OriginalFilename", FILENAME_STR ".sys\0"
50 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
51 VALUE "FileVersion", VBOX_RC_FILE_VERSION_STR
52 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
53 VALUE "ProductName", VBOX_RC_PRODUCT_NAME_STR
54 VALUE "ProductVersion", VBOX_RC_PRODUCT_VERSION_STR
55 VBOX_RC_MORE_STRINGS
56 END
57 END
58 BLOCK "VarFileInfo"
59 BEGIN
60 VALUE "Translation", 0x409, 1200
61 END
62END
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