moel@347: #include <windows.h>
moel@347: #include <ntverp.h>
moel@347: 
moel@347: #define VER_FILETYPE                VFT_DRV
moel@347: #define VER_FILESUBTYPE             VFT2_DRV_SYSTEM
moel@347: 
moel@347: #define VER_FILEDESCRIPTION_STR     "WinRing0"
moel@347: #define VER_INTERNALNAME_STR        "WinRing0.sys"
moel@347: 
moel@347: /////////////////////////////////////////////////////////////////////////////
moel@347: //
moel@347: // Version
moel@347: //
moel@347: 
moel@347: VS_VERSION_INFO VERSIONINFO
moel@347:  FILEVERSION 1, 2, 0, 5
moel@347:  PRODUCTVERSION 1, 2, 0, 5
moel@347:  FILEFLAGSMASK 0x3fL
moel@347:  FILEFLAGS 0x0L
moel@347:  FILEOS 0x40004L
moel@347:  FILETYPE 0x2L
moel@347:  FILESUBTYPE 0x0L
moel@347: BEGIN
moel@347:     BLOCK "StringFileInfo"
moel@347:     BEGIN
moel@347:         BLOCK "041104b0"
moel@347:         BEGIN
moel@347:             VALUE "Comments", "The modified BSD license\0"
moel@347:             VALUE "CompanyName", "OpenLibSys.org\0"
moel@347:             VALUE "FileDescription", "WinRing0\0"
moel@347:             VALUE "FileVersion", "1.2.0.5\0"
moel@347:             VALUE "InternalName", "WinRing0.sys\0"
moel@347:             VALUE "LegalCopyright", "Copyright (C) 2007-2008 OpenLibSys.org. All rights reserved.\0"
moel@347:             VALUE "OriginalFilename", "WinRing0.sys\0"
moel@347:             VALUE "ProductName", "WinRing0\0"
moel@347:             VALUE "ProductVersion", "1.2.0.5\0"
moel@347:         END
moel@347:     END
moel@347:     BLOCK "VarFileInfo"
moel@347:     BEGIN
moel@347:         VALUE "Translation", 0x411, 1200
moel@347:     END
moel@347: END