summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/ovsext.rc
diff options
context:
space:
mode:
Diffstat (limited to 'datapath-windows/ovsext/ovsext.rc')
-rw-r--r--datapath-windows/ovsext/ovsext.rc23
1 files changed, 23 insertions, 0 deletions
diff --git a/datapath-windows/ovsext/ovsext.rc b/datapath-windows/ovsext/ovsext.rc
new file mode 100644
index 000000000..8f6e12143
--- /dev/null
+++ b/datapath-windows/ovsext/ovsext.rc
@@ -0,0 +1,23 @@
+//
+// Copyright (c) Microsoft Corporation. All Rights Reserved.
+//
+
+#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"