2011-06-10 05:34:00 +00:00
|
|
|
/*
|
2018-02-18 10:14:13 +00:00
|
|
|
* PROJECT: ReactOS kernel-mode tests
|
|
|
|
* LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
|
|
|
|
* PURPOSE: Kernel-Mode Test Suite driver resource file
|
2011-06-10 05:34:00 +00:00
|
|
|
*/
|
|
|
|
|
2013-02-05 17:54:22 +00:00
|
|
|
#include <windef.h>
|
2011-06-10 05:34:00 +00:00
|
|
|
|
|
|
|
#define REACTOS_FILETYPE VFT_DRV
|
|
|
|
#define REACTOS_FILESUBTYPE VFT2_DRV_SYSTEM
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Kernel-Mode Test Suite Driver\0"
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "kmtest.sys\0"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "kmtest.sys\0"
|
|
|
|
#include <reactos/version.rc>
|