summaryrefslogtreecommitdiffstats
path: root/private/ntos/miniport/symbios/symc810/symc810.rc
blob: 38d852f9457612b9d1516806b6f9b4ca225cf485 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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"