summaryrefslogtreecommitdiff
path: root/wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc
diff options
context:
space:
mode:
authorDave Wilson <[email protected]>2015-03-17 19:50:07 -0700
committerDave Wilson <[email protected]>2015-03-17 19:50:07 -0700
commit97cf5197cf5b882b2c689d8dc2b555f2edf8f418 (patch)
tree46f3701832d70b420eb0fc0eb93261f9da45db3f /wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc
parentef1905bf1e8825bb31120dfb27e0daf3154d859a (diff)
Initial publish
Diffstat (limited to 'wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc')
-rw-r--r--wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc18
1 files changed, 18 insertions, 0 deletions
diff --git a/wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc b/wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc
new file mode 100644
index 00000000..02cbfa08
--- /dev/null
+++ b/wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rc
@@ -0,0 +1,18 @@
+#include "resource.h"
+#include <windows.h>
+#include <ntverp.h>
+
+#define VER_FILETYPE VFT_DLL
+#define VER_FILESUBTYPE VFT2_UNKNOWN
+#define VER_FILEDESCRIPTION_STR "Windows Portable Device Services Sample Driver"
+#define VER_INTERNALNAME_STR "WpdServiceSampleDriver.dll"
+
+#include <common.ver>
+
+IDR_WPD_SAMPLEDRIVER_DEVICE_ICON DATA_FILE "SampleDeviceIcon.ico"
+IDR_WPD_SAMPLEDRIVER_SERVICE_ICON DATA_FILE "SampleContactsServiceIcon.ico"
+
+1 TYPELIB "WpdServiceSampleDriver.tlb"
+
+IDR_WpdServiceSampleDriver REGISTRY "WpdServiceSampleDriver.rgs"
+