summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halpinna/hal.rc
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/nthals/halpinna/hal.rc')
-rw-r--r--private/ntos/nthals/halpinna/hal.rc11
1 files changed, 11 insertions, 0 deletions
diff --git a/private/ntos/nthals/halpinna/hal.rc b/private/ntos/nthals/halpinna/hal.rc
new file mode 100644
index 000000000..3cba4ad89
--- /dev/null
+++ b/private/ntos/nthals/halpinna/hal.rc
@@ -0,0 +1,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"
+