summaryrefslogtreecommitdiffstats
path: root/private/ntos/miniport/symbios/symc810/symc810.rc
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/ntos/miniport/symbios/symc810/symc810.rc
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to '')
-rw-r--r--private/ntos/miniport/symbios/symc810/symc810.rc41
1 files changed, 41 insertions, 0 deletions
diff --git a/private/ntos/miniport/symbios/symc810/symc810.rc b/private/ntos/miniport/symbios/symc810/symc810.rc
new file mode 100644
index 000000000..38d852f94
--- /dev/null
+++ b/private/ntos/miniport/symbios/symc810/symc810.rc
@@ -0,0 +1,41 @@
+/************************************************************************
+* *
+* Copyright 1994 Symbios Logic Inc. All rights reserved. *
+* *
+* This file is confidential and a trade secret of Symbios Logic Inc. *
+* The receipt of or possession of this file does not convey any *
+* rights to reproduce or disclose its contents or to manufacture, *
+* use, or sell anything is may describe, in whole, or in part, *
+* without the specific written consent of Symbios Logic inc. *
+* *
+************************************************************************/
+
+/*+++HDR
+ *
+ * Version History
+ * ---------------
+ *
+ * Date Who? Description
+ * -------- ---- -------------------------------------------------------
+ *
+ *
+---*/
+
+#include <windows.h>
+
+#include <ntverp.h>
+
+#define VER_FILETYPE VFT_DRV
+#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
+#define VER_FILEDESCRIPTION_STR "Symbios Logic Inc. SCSI Miniport Driver"
+#define VER_INTERNALNAME_STR "SYMC8XX.SYS"
+
+
+#define VER_COMPANYNAME_STR "Symbios Logic Inc."
+#define VER_LEGALCOPYRIGHT_YEARS "1992-1994"
+#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Symbios Logic Inc. " VER_LEGALCOPYRIGHT_YEARS
+#define VER_PRODUCTNAME_STR "Symbios Logic Inc. SCSI Miniport Driver"
+#define VER_PRODUCTVERSION_STR "DULUTH-1.92.05"
+
+#include "common.ver"
+