summaryrefslogtreecommitdiff
path: root/tools/dv/samples/DV-FailDriver-WDM/defect_toastmon.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dv/samples/DV-FailDriver-WDM/defect_toastmon.rc')
-rw-r--r--tools/dv/samples/DV-FailDriver-WDM/defect_toastmon.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/dv/samples/DV-FailDriver-WDM/defect_toastmon.rc b/tools/dv/samples/DV-FailDriver-WDM/defect_toastmon.rc
new file mode 100644
index 00000000..6ae8a2d6
--- /dev/null
+++ b/tools/dv/samples/DV-FailDriver-WDM/defect_toastmon.rc
@@ -0,0 +1,12 @@
+#include <windows.h>
+
+#include <ntverp.h>
+
+#define VER_FILETYPE VFT_DRV
+#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
+#define VER_FILEDESCRIPTION_STR "DV Defect-Injected Toastmon Sample"
+#define VER_INTERNALNAME_STR "defect_toastmon.sys"
+
+#include "common.ver"
+
+