diff options
| author | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
|---|---|---|
| committer | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
| commit | 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch) | |
| tree | ad5f3ede5cbcd6b598677ce41bcf8318471bdd92 /usb/UcmCxUcsi/resource.rc | |
| parent | 687b274aa38fd05c8c26e3068932121876d7f745 (diff) | |
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'usb/UcmCxUcsi/resource.rc')
| -rw-r--r-- | usb/UcmCxUcsi/resource.rc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/usb/UcmCxUcsi/resource.rc b/usb/UcmCxUcsi/resource.rc new file mode 100644 index 00000000..55dd4e36 --- /dev/null +++ b/usb/UcmCxUcsi/resource.rc @@ -0,0 +1,25 @@ +/*++ + +Copyright (c) Microsoft Corporation. All rights reserved. + +Module Name: + + resource.rc + +Abstract: + + Resources for the binary. + +--*/ + + +#include <windows.h> +#include <ntverp.h> + +#define VER_FILETYPE VFT_DRV +#define VER_FILESUBTYPE VFT2_DRV_SYSTEM +#define VER_FILEDESCRIPTION_STR "USB Connector Manager Sample UCSI Client" +#define VER_INTERNALNAME_STR "UcmCxUcsi.sys" +#define VER_ORIGINALFILENAME_STR "UcmCxUcsi.sys" + +#include "common.ver" |
