summaryrefslogtreecommitdiff
path: root/gpio/samples/simdevice/kmdf/simdevice.rc
diff options
context:
space:
mode:
authorkarlf <[email protected]>2016-08-11 13:28:13 -0700
committerkarlf <[email protected]>2016-08-11 13:28:13 -0700
commit96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch)
treead5f3ede5cbcd6b598677ce41bcf8318471bdd92 /gpio/samples/simdevice/kmdf/simdevice.rc
parent687b274aa38fd05c8c26e3068932121876d7f745 (diff)
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'gpio/samples/simdevice/kmdf/simdevice.rc')
-rw-r--r--gpio/samples/simdevice/kmdf/simdevice.rc11
1 files changed, 11 insertions, 0 deletions
diff --git a/gpio/samples/simdevice/kmdf/simdevice.rc b/gpio/samples/simdevice/kmdf/simdevice.rc
new file mode 100644
index 00000000..12d51389
--- /dev/null
+++ b/gpio/samples/simdevice/kmdf/simdevice.rc
@@ -0,0 +1,11 @@
+#include <windows.h>
+
+#include <ntverp.h>
+
+#define VER_FILETYPE VFT_DLL
+#define VER_FILESUBTYPE VFT2_UNKNOWN
+#define VER_FILEDESCRIPTION_STR "Sample device driver"
+#define VER_INTERNALNAME_STR "simdevice.sys"
+#define VER_ORIGINALFILENAME_STR "simdevice.sys"
+
+#include "common.ver" \ No newline at end of file