29 lines
506 B
Plaintext
29 lines
506 B
Plaintext
|
/*++
|
||
|
|
||
|
Copyright (C) Microsoft Corporation, 1998 - 1998
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
mca.rc
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Internal resource file for filter.
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DRV
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "MCA OEM Handler"
|
||
|
#define VER_INTERNALNAME_STR "mca.sys"
|
||
|
#define VER_ORIGINALFILENAME_STR "mca.sys"
|
||
|
#define VER_LANGNEUTRAL
|
||
|
|
||
|
#include "common.ver"
|
||
|
|
||
|
MofResourceName MOFDATA hbaapi.bmf
|