blob: 25131b0abce61a2cc1da694c429254fdff2622cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 2015
//
// File: AvsCam.rc
//
//--------------------------------------------------------------------------
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "A/V Stream Camera Simulator"
#define VER_INTERNALNAME_STR "AvsCam.sys"
#define VER_ORIGINALFILENAME_STR "AvsCam.sys"
#include "common.ver"
|