summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/ovsext.rc
diff options
context:
space:
mode:
authorAlin Gabriel Serdean <aserdean@cloudbasesolutions.com>2015-07-15 10:44:14 -0700
committerBen Pfaff <blp@nicira.com>2015-07-15 10:45:31 -0700
commite19a0c6f04413b561dc823eaf9932c55a0e17001 (patch)
tree5551420edbb31e811c09f441c6db311c919c2421 /datapath-windows/ovsext/ovsext.rc
parent55d398e9791e79b8d8d7aab0c4eaca731199d838 (diff)
downloadopenvswitch-e19a0c6f04413b561dc823eaf9932c55a0e17001.tar.gz
datapath-windows: update extension information
This patch sets additional information about the driver used by various applications. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Acked-by: Eitan Eliahu <eliahue@vmware.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'datapath-windows/ovsext/ovsext.rc')
-rw-r--r--datapath-windows/ovsext/ovsext.rc104
1 files changed, 84 insertions, 20 deletions
diff --git a/datapath-windows/ovsext/ovsext.rc b/datapath-windows/ovsext/ovsext.rc
index 8f6e12143..8dc6882cf 100644
--- a/datapath-windows/ovsext/ovsext.rc
+++ b/datapath-windows/ovsext/ovsext.rc
@@ -1,23 +1,87 @@
+// Microsoft Visual C++ generated resource script.
//
-// Copyright (c) Microsoft Corporation. All Rights Reserved.
+#include "resource.h"
+/////////////////////////////////////////////////////////////////////////////
+// English (United States) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 6,3,9600,17298
+ PRODUCTVERSION 6,3,9600,17298
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x9L
+#else
+ FILEFLAGS 0x8L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x3L
+ FILESUBTYPE 0x6L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0"
+ BEGIN
+ VALUE "CompanyName", "Open vSwitch"
+ VALUE "FileDescription", "Open vSwitch Extension"
+ VALUE "FileVersion", "6.3.9600.17298"
+ VALUE "InternalName", "OVSExt.SYS"
+ VALUE "LegalCopyright", "� Licensed under the Apache License, Version 2.0 (the ""License"")"
+ VALUE "OriginalFilename", "OVSExt.SYS"
+ VALUE "ProductName", "Open vSwitch 8/8.1 DDK driver"
+ VALUE "ProductVersion", "6.3.9600.17298"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
//
-#include <windows.h>
-#include <ntverp.h>
-
-/*-----------------------------------------------*/
-/* the following lines are specific to this file */
-/*-----------------------------------------------*/
-
-/* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
- * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
- * The strings don't need a '\0', since common.ver has them.
- */
-#define VER_FILETYPE VFT_DRV
-#define VER_FILESUBTYPE VFT2_DRV_NETWORK
-#define VER_FILEDESCRIPTION_STR "VMWare OVS Extension"
-#define VER_INTERNALNAME_STR "OVSExt.SYS"
-#define VER_ORIGINALFILENAME_STR "OVSExt.SYS"
-#define VER_LANGNEUTRAL
-
-#include "common.ver"
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // English (United States) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED