8f6e121432726cc6ff3ce5e8dfae9bc300ff9e27
[cascardo/ovs.git] / datapath-windows / ovsext / ovsext.rc
1 //
2 // Copyright (c) Microsoft Corporation. All Rights Reserved.
3 //
4
5 #include <windows.h>
6 #include <ntverp.h>
7
8 /*-----------------------------------------------*/
9 /* the following lines are specific to this file */
10 /*-----------------------------------------------*/
11
12 /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
13  * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
14  * The strings don't need a '\0', since common.ver has them.
15  */
16 #define VER_FILETYPE    VFT_DRV
17 #define VER_FILESUBTYPE VFT2_DRV_NETWORK
18 #define VER_FILEDESCRIPTION_STR     "VMWare OVS Extension"
19 #define VER_INTERNALNAME_STR        "OVSExt.SYS"
20 #define VER_ORIGINALFILENAME_STR    "OVSExt.SYS"
21 #define VER_LANGNEUTRAL
22
23 #include "common.ver"