mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
a9ba7a3f9e
Permission for this change was given by all authors (who are now mentioned in the copyright lines).
14 lines
521 B
Text
14 lines
521 B
Text
/*
|
|
* PROJECT: ReactOS kernel-mode tests
|
|
* LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
|
|
* PURPOSE: Kernel-Mode Test Suite driver resource file
|
|
*/
|
|
|
|
#include <windef.h>
|
|
|
|
#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>
|