]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2WrapperPkg/Library/FspWrapperMultiPhaseProcessLib/FspWrapperMultiPhaseProcessLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2WrapperPkg / Library / FspWrapperMultiPhaseProcessLib / FspWrapperMultiPhaseProcessLib.inf
CommitLineData
31a94f7f
CC
1## @file\r
2# FSP wrapper to handle FSP MultiPhase (SeparatePhase) Initialization.\r
3#\r
4# Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = FspWrapperMultiPhaseProcessLib\r
13 FILE_GUID = 11E657B7-C3D8-405B-94C5-516840E67B75\r
14 MODULE_TYPE = PEIM\r
15 VERSION_STRING = 1.0\r
16 LIBRARY_CLASS = FspWrapperMultiPhaseProcessLib\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\r
22#\r
23\r
24[Sources]\r
25 PeiFspWrapperMultiPhaseProcessLib.c\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
30 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32\r
33[LibraryClasses]\r
34 BaseMemoryLib\r
35 DebugLib\r
36 BaseLib\r
37 PcdLib\r
38 FspWrapperPlatformLib\r
39 PeiServicesLib\r
40 FspWrapperPlatformMultiPhaseLib\r
41\r
42[Ppis]\r
43 gEfiPeiReadOnlyVariable2PpiGuid\r
44 gEdkiiPeiVariablePpiGuid\r
45\r
46[Pcd]\r
47 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress ## CONSUMES\r
48 gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES\r