mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2026-04-04 22:17:26 +00:00
add VirtualSerial driver from https://github.com/microsoft/Windows-driver-samples/tree/master/serial/VirtualSerial2
This commit is contained in:
parent
3ade08b99e
commit
264a1b37cd
40 changed files with 3033 additions and 354 deletions
17
VirtualSerial2/ComPort/virtualserial2um.rc
Normal file
17
VirtualSerial2/ComPort/virtualserial2um.rc
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
//---------------------------------------------------------------------------
|
||||
// Virtualserial.rc
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation, All Rights Reserved
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
|
||||
#include <windows.h>
|
||||
#include <ntverp.h>
|
||||
|
||||
#define VER_FILETYPE VFT_DLL
|
||||
#define VER_FILESUBTYPE VFT_UNKNOWN
|
||||
#define VER_FILEDESCRIPTION_STR "WDF:UMDF VirtualSerial User-Mode v2 Driver Sample"
|
||||
#define VER_INTERNALNAME_STR "VirtualSerial2um"
|
||||
#define VER_ORIGINALFILENAME_STR "Virtualserial2um.dll"
|
||||
|
||||
#include "common.ver"
|
||||
Loading…
Add table
Add a link
Reference in a new issue