diff options
| author | David Spruill <[email protected]> | 2026-01-08 17:51:47 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-08 17:51:47 -0500 |
| commit | c5fc3ca1fd0e00a7e085ef48abfeff9c0c39817e (patch) | |
| tree | 0e650a0fee8027816bbea82ca1fd9b8e3e6ee24a /wpd/WpdWudfSampleDriver/WpdWudfSampleDriver.rc | |
| parent | f88e4fbbd4d2671e5cd77e4f60be7a235326797e (diff) | |
| parent | ed3dbe56378117a15105099870f2397671ad99ab (diff) | |
Merge branch 'develop' into user/daspr/kmodsamplefix
Diffstat (limited to 'wpd/WpdWudfSampleDriver/WpdWudfSampleDriver.rc')
| -rw-r--r-- | wpd/WpdWudfSampleDriver/WpdWudfSampleDriver.rc | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/wpd/WpdWudfSampleDriver/WpdWudfSampleDriver.rc b/wpd/WpdWudfSampleDriver/WpdWudfSampleDriver.rc deleted file mode 100644 index 7b337741..00000000 --- a/wpd/WpdWudfSampleDriver/WpdWudfSampleDriver.rc +++ /dev/null @@ -1,31 +0,0 @@ -// 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" - - |
