diff options
| author | JakobL-MSFT <[email protected]> | 2024-02-14 11:52:37 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-14 11:52:37 -0800 |
| commit | c73af47e04261d66a3365c4eee64b2295f2b9d53 (patch) | |
| tree | 83942209c151d3ffb6b7a6789aaa1f69e13af28a /biometrics/driver/BioUsbSample.rc | |
| parent | ae395fa7d01465fa82eb37a8d19084366aa7599b (diff) | |
Delete biometrics sample (#1111)
Diffstat (limited to 'biometrics/driver/BioUsbSample.rc')
| -rw-r--r-- | biometrics/driver/BioUsbSample.rc | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/biometrics/driver/BioUsbSample.rc b/biometrics/driver/BioUsbSample.rc deleted file mode 100644 index 36f83c5a..00000000 --- a/biometrics/driver/BioUsbSample.rc +++ /dev/null @@ -1,26 +0,0 @@ -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// -// Copyright (c) Microsoft Corporation. All rights reserved -// -// BioUsbSample.rc -// - - -#include <windows.h> -#include <ntverp.h> -#include "resource.h" - -// -// TODO: Change the file description and file names to match your binary. -// - -#define VER_FILETYPE VFT_DLL -#define VER_FILESUBTYPE VFT_UNKNOWN -#define VER_FILEDESCRIPTION_STR "WUDF: Biometric Sample" -#define VER_INTERNALNAME_STR "WudfBioUsbSample" -#define VER_ORIGINALFILENAME_STR "WudfBioUsbSample.dll" - -#include "common.ver" |
