forked from nefarius/BthPS3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BthPS3PSM.rc
49 lines (45 loc) · 1.3 KB
/
BthPS3PSM.rc
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
49
//
// Include the necessary resources
//
#include <winver.h>
#include <ntdef.h>
#ifdef RC_INVOKED
//
// Set up debug information
//
#if DBG
#define VER_DBG VS_FF_DEBUG
#else
#define VER_DBG 0
#endif
// ------- version info -------------------------------------------------------
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,4,0
PRODUCTVERSION 1,1,4,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS VER_DBG
FILEOS VOS_NT
FILETYPE VFT_DRV
FILESUBTYPE VFT2_DRV_SYSTEM
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "Protocol/Service Multiplexer Proxy Filter Driver for BTHUSB"
VALUE "CompanyName", "Nefarius Software Solutions e.U."
VALUE "FileDescription", "Protocol/Service Multiplexer Proxy Filter Driver for BTHUSB"
VALUE "FileVersion", "1.1.4.0"
VALUE "InternalName", "Protocol/Service Multiplexer Proxy Filter Driver for BTHUSB"
VALUE "LegalCopyright", "(C) 2020 Nefarius Software Solutions e.U."
VALUE "OriginalFilename", "BthPS3PSM.sys"
VALUE "ProductName", "Protocol/Service Multiplexer Proxy Filter Driver for BTHUSB"
VALUE "ProductVersion", "1.1.4.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409,1200
END
END
#endif