VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.rc@ 20374

Last change on this file since 20374 was 18246, checked in by vboxsync, 16 years ago

license header updates from filemuncher

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.5 KB
Line 
1/*
2 * VBox host drivers - Ring-0 support drivers - Win32 host
3 *
4 * Resource definitions
5 *
6 * Copyright (C) 2006-2009 Sun Microsystems, Inc.
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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
26 * Clara, CA 95054 USA or visit http://www.sun.com if you need
27 * additional information or have any questions.
28 */
29
30#include <windows.h>
31#include <VBox/version.h>
32
33LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
34
35VS_VERSION_INFO VERSIONINFO
36 FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
37 PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
38 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
39 FILEFLAGS 0x0L
40 FILEOS VOS_NT_WINDOWS32
41 FILETYPE VFT_DRV
42 FILESUBTYPE VFT2_DRV_SYSTEM
43BEGIN
44 BLOCK "StringFileInfo"
45 BEGIN
46 BLOCK "040904b0"
47 BEGIN
48 VALUE "CompanyName", VBOX_RC_COMPANY_NAME
49 VALUE "FileDescription", "VirtualBox Support Driver\0"
50 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
51 VALUE "InternalName", "VBoxDrv.sys\0"
52 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
53 VALUE "OriginalFilename", "VBoxDrv.sys\0"
54 VALUE "ProductName", "Sun VirtualBox\0"
55 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
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