]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/FvReportPei/FvReportPei.inf
ArmPkg: only attempt buildin MmCommunicationDxe for AArch64
[mirror_edk2.git] / SecurityPkg / FvReportPei / FvReportPei.inf
CommitLineData
3743e71a
JW
1## @file\r
2# FV Report/Verify PEI Driver.\r
3#\r
4# Copyright (c) 2019, 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 = 0x00010005\r
11 BASE_NAME = FvReportPei\r
12 MODULE_UNI_FILE = FvReportPei.uni\r
13 FILE_GUID = 72405B40-38DA-4ABA-9283-CA8321C23E63\r
14 MODULE_TYPE = PEIM\r
15 VERSION_STRING = 1.0\r
16 ENTRY_POINT = FvReportEntryPoint\r
17\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
21# VALID_ARCHITECTURES = IA32 X64\r
22#\r
23\r
24[Sources]\r
25 FvReportPei.c\r
26 FvReportPei.h\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31 CryptoPkg/CryptoPkg.dec\r
32 SecurityPkg/SecurityPkg.dec\r
33\r
34[LibraryClasses]\r
35 PeimEntryPoint\r
36 PeiServicesLib\r
37 BaseLib\r
38 DebugLib\r
39 BaseMemoryLib\r
40 PcdLib\r
41 HobLib\r
42 MemoryAllocationLib\r
43 BaseCryptLib\r
44 ReportStatusCodeLib\r
45\r
46[Ppis]\r
47 gEdkiiPeiFirmwareVolumeInfoPrehashedFvPpiGuid ## PRODUCES\r
48 gEdkiiPeiFirmwareVolumeInfoStoredHashFvPpiGuid ## CONSUMES\r
49\r
50[Pcd]\r
51 gEfiSecurityPkgTokenSpaceGuid.PcdStatusCodeFvVerificationPass\r
52 gEfiSecurityPkgTokenSpaceGuid.PcdStatusCodeFvVerificationFail\r
53\r
54[Depex]\r
55 gEdkiiPeiFirmwareVolumeInfoStoredHashFvPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid\r
56\r
57[UserExtensions.TianoCore."ExtraFiles"]\r
58 FvReportPeiPeiExtra.uni\r