16 lines
512 B
Plaintext
16 lines
512 B
Plaintext
|
#include <windows.h>
|
|||
|
#include <ntverp.h>
|
|||
|
|
|||
|
#undef VER_COMPANYNAME_STR
|
|||
|
#define VER_COMPANYNAME_STR "OMNIKEY AG\0"
|
|||
|
#define VER_FILEDESCRIPTION_STR "PC/SC IFD handler for CardMan 2020\0"
|
|||
|
#define VER_LEGALCOPYRIGHT_STR "Copyright <20> 2000 OMNIKEY AG\0"
|
|||
|
#define VER_FILETYPE VFT_DRV
|
|||
|
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
|
|||
|
#define VER_INTERNALNAME_STR "sccmusbm\0"
|
|||
|
#define VER_ORIGINALFILENAME_STR "sccmusbm.sys\0"
|
|||
|
|
|||
|
#include "common.ver"
|
|||
|
|
|||
|
|