You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
855 B
28 lines
855 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) SCM Microsystems, 1998 - 1999
|
|
//
|
|
// File: drivernt.rc
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
#include "SRVers.h"
|
|
|
|
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILEDESCRIPTION_STR "PC/SC Driver for STC Serial Reader"
|
|
#define VER_INTERNALNAME_STR "STCSerial"
|
|
#define VER_ORIGINALFILENAME_STR "STCSerial.sys"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1998"
|
|
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) SCM Microsystems, Inc." VER_LEGALCOPYRIGHT_YEARS
|
|
#define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
|
|
|
LANGUAGE 0x9,0x1
|
|
|
|
#include "common.ver"
|
|
#include "STCLog.rc"
|
|
|