blob: 55dd4e36969b23df00f03cd63df6be17e554b599 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"
|