summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halsnip/hal.rc
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/nthals/halsnip/hal.rc')
-rw-r--r--private/ntos/nthals/halsnip/hal.rc17
1 files changed, 17 insertions, 0 deletions
diff --git a/private/ntos/nthals/halsnip/hal.rc b/private/ntos/nthals/halsnip/hal.rc
new file mode 100644
index 000000000..0a9d8d789
--- /dev/null
+++ b/private/ntos/nthals/halsnip/hal.rc
@@ -0,0 +1,17 @@
+#include <windows.h>
+
+#include <ntverp.h>
+
+#define VER_FILETYPE VFT_DLL
+#define VER_FILESUBTYPE VFT2_UNKNOWN
+#define VER_FILEDESCRIPTION_STR "SNI RM200/RM300/RM400 Hardware Abstraction Layer DLL"
+#define VER_INTERNALNAME_STR "hal.dll"
+#if defined(SNI_INTERNAL)
+#define VER_FILEVERSION_STR "3.0 A0008"
+
+#include "pcisupp.ver"
+#else
+#define VER_FILEVERSION_STR "3.0 B0008"
+#endif
+#include "common.ver"
+