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