mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
454f222ade
- Merge the Kernel Mode Test Suite Google Summer of Code project - Happy testing, everyone ;) svn path=/trunk/; revision=53671
15 lines
584 B
Text
15 lines
584 B
Text
/*
|
|
* PROJECT: ReactOS kernel-mode tests
|
|
* LICENSE: GPLv2+ - See COPYING in the top level directory
|
|
* PURPOSE: Kernel-Mode Test Suite Driver Resource File
|
|
* PROGRAMMER: Thomas Faber <thfabba@gmx.de>
|
|
*/
|
|
|
|
#include <windows.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>
|