blob: 6df53fd8a53316c68202f9c4771e4f2bf520f64a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
//
// Copyright (C) Microsoft. All rights reserved.
//
#include "windows.h"
#include "ntverp.h"
/*-----------------------------------------------*/
/* the following lines are specific to this file */
/*-----------------------------------------------*/
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_NETWORK
#define VER_FILEDESCRIPTION_STR "Windows Mobile Broadband Class Driver"
#define VER_INTERNALNAME_STR "cxwmbclass.sys"
#define VER_ORIGINALFILENAME_STR "cxwmbclass.sys"
#include "common.ver"
|