summaryrefslogtreecommitdiff
path: root/thermal/thermalclient/simtc.rc
blob: 7e96c91df34d74a6cd0566628628592b72bffae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <windows.h>

#include <ntverp.h>

#define	VER_FILETYPE	VFT_DRV
#define	VER_FILESUBTYPE	VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR     "Simulated Thermal Client Driver"
#define VER_INTERNALNAME_STR        "simtc.sys"
#define VER_ORIGINALFILENAME_STR    "simtc.sys"

#include "common.ver"