VBoxNetAdp-win.rc revision da34f66f1d7f32c00dcccd9164bc10435de15952
af062818b47340eef15700d2f0211576ba3506eevboxsync/* $Id$ */
af062818b47340eef15700d2f0211576ba3506eevboxsync/** @file
af062818b47340eef15700d2f0211576ba3506eevboxsync * VBoxNetFlt - Resource file containing version info and icon.
af062818b47340eef15700d2f0211576ba3506eevboxsync */
af062818b47340eef15700d2f0211576ba3506eevboxsync/*
af062818b47340eef15700d2f0211576ba3506eevboxsync * Copyright (C) 2014 Oracle Corporation
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
af062818b47340eef15700d2f0211576ba3506eevboxsync * available from http://www.virtualbox.org. This file is free software;
af062818b47340eef15700d2f0211576ba3506eevboxsync * you can redistribute it and/or modify it under the terms of the GNU
af062818b47340eef15700d2f0211576ba3506eevboxsync * General Public License (GPL) as published by the Free Software
af062818b47340eef15700d2f0211576ba3506eevboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
af062818b47340eef15700d2f0211576ba3506eevboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
af062818b47340eef15700d2f0211576ba3506eevboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
af062818b47340eef15700d2f0211576ba3506eevboxsync */
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <windows.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync#include <VBox/version.h>
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#define DESCRIPTION_STR "VirtualBox NDIS 6.0 Host-Only Network Adapter Driver\0"
af062818b47340eef15700d2f0211576ba3506eevboxsync#define FILENAME_STR "VBoxNetAdp6.sys\0"
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncLANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncVS_VERSION_INFO VERSIONINFO
af062818b47340eef15700d2f0211576ba3506eevboxsync FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
af062818b47340eef15700d2f0211576ba3506eevboxsync PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
af062818b47340eef15700d2f0211576ba3506eevboxsync FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
af062818b47340eef15700d2f0211576ba3506eevboxsync FILEFLAGS 0x0L
af062818b47340eef15700d2f0211576ba3506eevboxsync FILEOS VOS_NT_WINDOWS32
af062818b47340eef15700d2f0211576ba3506eevboxsync FILETYPE VFT_DRV
af062818b47340eef15700d2f0211576ba3506eevboxsync FILESUBTYPE VFT2_DRV_NETWORK
af062818b47340eef15700d2f0211576ba3506eevboxsyncBEGIN
af062818b47340eef15700d2f0211576ba3506eevboxsync BLOCK "StringFileInfo"
af062818b47340eef15700d2f0211576ba3506eevboxsync BEGIN
af062818b47340eef15700d2f0211576ba3506eevboxsync BLOCK "040904b0"
af062818b47340eef15700d2f0211576ba3506eevboxsync BEGIN
af062818b47340eef15700d2f0211576ba3506eevboxsync VALUE "CompanyName", VBOX_RC_COMPANY_NAME
af062818b47340eef15700d2f0211576ba3506eevboxsync VALUE "FileDescription", DESCRIPTION_STR
af062818b47340eef15700d2f0211576ba3506eevboxsync VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
af062818b47340eef15700d2f0211576ba3506eevboxsync VALUE "InternalName", FILENAME_STR
af062818b47340eef15700d2f0211576ba3506eevboxsync VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
af062818b47340eef15700d2f0211576ba3506eevboxsync VALUE "OriginalFilename", FILENAME_STR
af062818b47340eef15700d2f0211576ba3506eevboxsync VALUE "ProductName", VBOX_PRODUCT "\0"
af062818b47340eef15700d2f0211576ba3506eevboxsync VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
af062818b47340eef15700d2f0211576ba3506eevboxsync END
af062818b47340eef15700d2f0211576ba3506eevboxsync END
af062818b47340eef15700d2f0211576ba3506eevboxsync BLOCK "VarFileInfo"
af062818b47340eef15700d2f0211576ba3506eevboxsync BEGIN
af062818b47340eef15700d2f0211576ba3506eevboxsync VALUE "Translation", 0x409, 1200
END
END