]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf
Revert "SecurityPkg: Add RPMC Index to the RpmcLib"
[mirror_edk2.git] / SecurityPkg / Library / RpmcLibNull / RpmcLibNull.inf
CommitLineData
d21c2cd0
JW
1## @file\r
2# Provides Null version of RpmcLib for build purpose.\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 = RpmcLibNull\r
12 FILE_GUID = FAE0BA22-92E2-4334-8F0F-96AFF9BAE360\r
13 MODULE_TYPE = BASE\r
14 VERSION_STRING = 1.0\r
15 LIBRARY_CLASS = RpmcLib\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 RpmcLibNull.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