]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf
SecurityPkg: add null version of RpmcLib
[mirror_edk2.git] / SecurityPkg / Library / RpmcLibNull / RpmcLibNull.inf
1 ## @file
2 # Provides Null version of RpmcLib for build purpose.
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 = RpmcLibNull
12 FILE_GUID = FAE0BA22-92E2-4334-8F0F-96AFF9BAE360
13 MODULE_TYPE = BASE
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = RpmcLib
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 RpmcLibNull.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 SecurityPkg/SecurityPkg.dec
29
30 [LibraryClasses]
31 BaseLib
32 DebugLib
33