USBFilter.rc revision 5c65eaa08f2ec993a19c9bef6e5463918e40e0eb
0N/A/* $Id$ */
0N/A/** @file
0N/A * VBoxUSBFilter - Resource file containing version info and icon.
0N/A */
0N/A
0N/A/*
0N/A * Copyright (C) 2006-2010 Oracle Corporation
0N/A *
0N/A * This file is part of VirtualBox Open Source Edition (OSE), as
0N/A * available from http://www.virtualbox.org. This file is free software;
0N/A * you can redistribute it and/or modify it under the terms of the GNU
0N/A * General Public License (GPL) as published by the Free Software
0N/A * Foundation, in version 2 as it comes in the "COPYING" file of the
0N/A * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
0N/A * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
0N/A */
0N/A
0N/A#include <windows.h>
873N/A#include <VBox/version.h>
0N/A
0N/ALANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
0N/A
0N/AVS_VERSION_INFO VERSIONINFO
0N/A FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
4495N/A PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
0N/A FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
0N/A FILEFLAGS 0x0L
2086N/A FILEOS VOS_NT_WINDOWS32
0N/A FILETYPE VFT_DRV
0N/A FILESUBTYPE VFT2_DRV_SYSTEM
0N/ABEGIN
4134N/A BLOCK "StringFileInfo"
0N/A BEGIN
0N/A BLOCK "040904b0"
0N/A BEGIN
1008N/A VALUE "CompanyName", VBOX_RC_COMPANY_NAME
1008N/A VALUE "FileDescription", "VirtualBox USB Filter Driver\0"
1787N/A VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
824N/A VALUE "InternalName", "VBoxUSBFlt.sys\0"
0N/A VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
0N/A VALUE "OriginalFilename", "VBoxUSBFlt.sys\0"
0N/A VALUE "ProductName", VBOX_PRODUCT "\0"
0N/A VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
0N/A END
0N/A END
0N/A BLOCK "VarFileInfo"
1400N/A BEGIN
1400N/A VALUE "Translation", 0x409, 1200
4134N/A END
4134N/AEND
2086N/A