summaryrefslogtreecommitdiff
path: root/network/wlan/WDI/PLATFORM/NDIS6/SDIO/rtwlansmp.rc
blob: 6849e44485804c08ce45ed39cbdf178d593a6269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*++

Copyright (c) 2011 Realtek Semiconductor Corporation.

Module Name:

	rtwlans.rc

Abstract:

    Internal resource file for filter.

--*/

#include <windows.h>
#include <ntverp.h>
#include "..\..\svn_version.h"

// Undefine the MS company name
#ifdef VER_COMPANYNAME_STR
#undef VER_COMPANYNAME_STR
#endif

#define VER_FILETYPE				VFT_DRV
#define VER_FILESUBTYPE				VFT2_DRV_NETWORK

#define VER_FILEDESCRIPTION_STR	"Realtek WLAN SDIO NDIS Driver (Mass Production Test) " SVN_VERSION_STR

#define VER_INTERNALNAME_STR		"rtwlansmp.sys "
#define VER_ORIGINALFILENAME_STR	"rtwlansmp.sys "
#undef VER_PRODUCTNAME_STR
#define VER_PRODUCTNAME_STR		"Realtek WLAN Wireless SDIO Adapter (Mass Production Test)                                       "

// Also need to change "NIC_VENDOR_DRIVER_VERSION" in Mp_def.h (about in line 51)
#define VER_FILEVERSION 1001,1061,0625,2015
#define VER_FILEVERSION_STR "1001.1061.0625.2015"

#undef VER_PRODUCTVERSION
#define VER_PRODUCTVERSION			VER_FILEVERSION

#undef VER_PRODUCTVERSION_STR
#define VER_PRODUCTVERSION_STR	VER_FILEVERSION_STR

#define VER_LEGALCOPYRIGHT_STR	"Copyright (C) 2011 Realtek Semiconductor Corporation                            " 
#define VER_COMPANYNAME_STR		"Realtek Semiconductor Corporation                           "

#include "common.ver"