blob: 6688379c33aef45a52a44c3ca8aa9d0aee1035ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR "Filter Driver for the Firefly Device (Framework Version)"
#define VER_INTERNALNAME_STR "firefly.sys"
#define VER_ORIGINALFILENAME_STR "firefly.sys"
#include "common.ver"
FireflyWMI MOFDATA Firefly.bmf
|