mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
19 lines
574 B
Plaintext
19 lines
574 B
Plaintext
/*
|
|
* PROJECT: ReactOS Drivers
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PURPOSE: Resource File for KsecDD
|
|
* PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
|
|
*/
|
|
|
|
#include <winver.h>
|
|
#include <ntverp.h>
|
|
|
|
/* Version Data */
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
|
|
#define VER_FILEDESCRIPTION_STR "Kernel Security Support Provider Interface"
|
|
#define VER_INTERNALNAME_STR "ksecdd.sys"
|
|
#define VER_ORIGINALFILENAME_STR "ksecdd.sys"
|
|
#define VER_LANGNEUTRAL
|
|
#include <common.ver>
|