From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/ntos/nthals/halsnip/hal.rc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 private/ntos/nthals/halsnip/hal.rc (limited to 'private/ntos/nthals/halsnip/hal.rc') 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 + +#include + +#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" + -- cgit v1.2.3