diff options
| author | Dave Wilson <[email protected]> | 2015-03-17 19:50:07 -0700 |
|---|---|---|
| committer | Dave Wilson <[email protected]> | 2015-03-17 19:50:07 -0700 |
| commit | 97cf5197cf5b882b2c689d8dc2b555f2edf8f418 (patch) | |
| tree | 46f3701832d70b420eb0fc0eb93261f9da45db3f /wpd/WpdWudfSampleDriver/WpdWudfSampleDriver.rc | |
| parent | ef1905bf1e8825bb31120dfb27e0daf3154d859a (diff) | |
Initial publish
Diffstat (limited to 'wpd/WpdWudfSampleDriver/WpdWudfSampleDriver.rc')
| -rw-r--r-- | wpd/WpdWudfSampleDriver/WpdWudfSampleDriver.rc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/wpd/WpdWudfSampleDriver/WpdWudfSampleDriver.rc b/wpd/WpdWudfSampleDriver/WpdWudfSampleDriver.rc new file mode 100644 index 00000000..7b337741 --- /dev/null +++ b/wpd/WpdWudfSampleDriver/WpdWudfSampleDriver.rc @@ -0,0 +1,31 @@ +// Microsoft Visual C++ generated resource script. +// +#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 Sample Driver using WUDF" +#define VER_INTERNALNAME_STR "WpdWudfSampleDriver.dll" + +#include <common.ver> + +IDR_WPD_SAMPLEDRIVER_IMAGE DATA_FILE "SampleImage.jpg" +IDR_WPD_SAMPLEDRIVER_IMAGE_THUMBNAIL DATA_FILE "SampleImageThumbnail.jpg" +IDR_WPD_SAMPLEDRIVER_MUSIC DATA_FILE "SampleMusic.wma" +IDR_WPD_SAMPLEDRIVER_DEVICE_ICON DATA_FILE "SampleDeviceIcon.ico" +IDR_WPD_SAMPLEDRIVER_AUDIO_ANNOTATION DATA_FILE "SampleAudioAnnotation.wav" +IDR_WPD_SAMPLEDRIVER_VIDEO DATA_FILE "SampleVideo.wmv" +IDR_WPD_SAMPLEDRIVER_CONTACT_PHOTO DATA_FILE "SampleContactPhoto.png" +IDR_WPD_SAMPLEDRIVER_INTERNAL_STORAGE_ICON DATA_FILE "SampleInternalStorageIcon.ico" +IDR_WPD_SAMPLEDRIVER_EXTERNAL_STORAGE_ICON DATA_FILE "SampleExternalStorageIcon.ico" +IDR_WPD_SAMPLEDRIVER_MEMO DATA_FILE "SampleMemo.txt" +IDR_WPD_SAMPLEDRIVER_MEMO_ICON DATA_FILE "SampleMemoIcon.ico" +IDR_WPD_SAMPLEDRIVER_MEMO_FOLDER_ICON DATA_FILE "SampleMemoFolderIcon.ico" + +1 TYPELIB "WpdWudfSampleDriver.tlb" + +IDR_WpdWudfSampleDriver REGISTRY "WpdWudfSampleDriver.rgs" + + |
