summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halfire/hal.rc
blob: 3cba4ad8982271e75a3e9e45f8127b151aac0434 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <windows.h>

#include <ntverp.h>

#define	VER_FILETYPE	VFT_DLL
#define	VER_FILESUBTYPE	VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Hardware Abstraction Layer DLL"
#define VER_INTERNALNAME_STR        "hal.dll"

#include "common.ver"