]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.inf
SecurityPkg: add null version of VariableKeyLib
[mirror_edk2.git] / SecurityPkg / Library / VariableKeyLibNull / VariableKeyLibNull.inf
CommitLineData
6e9bd495
JW
1## @file\r
2# Provides Null version of VariableKeyLib for build only.\r
3#\r
4# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010029\r
11 BASE_NAME = VariableKeyLibNull\r
12 FILE_GUID = 2B640ED8-1E6A-4516-9F1D-25910E59BC4A\r
13 MODULE_TYPE = BASE\r
14 VERSION_STRING = 1.0\r
15 LIBRARY_CLASS = VariableKeyLib\r
16\r
17#\r
18# The following information is for reference only and not required by the build tools.\r
19#\r
20# VALID_ARCHITECTURES = IA32 X64 Arm AArch64\r
21#\r
22\r
23[Sources]\r
24 VariableKeyLibNull.c\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 SecurityPkg/SecurityPkg.dec\r
29\r
30[LibraryClasses]\r
31 BaseLib\r
32 DebugLib\r
33\r