summaryrefslogtreecommitdiff
path: root/gpio/samples/simdevice/kmdf/simdevice.rc
diff options
context:
space:
mode:
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