]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / FmpAuthenticationLibPkcs7 / FmpAuthenticationLibPkcs7.inf
CommitLineData
fef2ae63
JY
1## @file\r
2# FMP Authentication PKCS7 handler.\r
3#\r
4# Instance of FmpAuthentication Library for DXE/PEI post memory phase.\r
5#\r
4cecd19a 6# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
fef2ae63
JY
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = FmpAuthenticationLibPkcs7\r
14 MODULE_UNI_FILE = FmpAuthenticationLibPkcs7.uni\r
15 FILE_GUID = F4EA205B-7345-452C-9D62-53BA6F3B8910\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = FmpAuthenticationLib\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
4cecd19a 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
fef2ae63
JY
24#\r
25\r
26[Sources]\r
27 FmpAuthenticationLibPkcs7.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 SecurityPkg/SecurityPkg.dec\r
33 CryptoPkg/CryptoPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 BaseMemoryLib\r
38 DebugLib\r
39 MemoryAllocationLib\r
40 BaseCryptLib\r
41\r
42[Guids]\r
149c1042 43 gEfiCertPkcs7Guid ## CONSUMES ## GUID\r