]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / Library / PrePiLib / PrePiLib.inf
CommitLineData
2ef2b01e
A
1#/** @file\r
2# Component description file for Apple Pre PI Library\r
3#\r
3402aac7 4# LIbrary helps you build a platform that skips PEI and loads DXE Core\r
2ef2b01e 5# directly. Helps building HOBs, reading data from the FV, and doing\r
3402aac7 6# decompression.\r
2ef2b01e 7#\r
cb9ee5a1 8# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
60274cca 9# Copyright (c) 2008, Apple Inc. All rights reserved.<BR>\r
2ef2b01e 10#\r
878b807a 11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
2ef2b01e
A
12#\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PrePiLib\r
19 FILE_GUID = 1F3A3278-82EB-4C0D-86F1-5BCDA5846CB2\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
3402aac7 22 LIBRARY_CLASS = PrePiLib\r
2ef2b01e
A
23\r
24\r
25#\r
cb9ee5a1 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
2ef2b01e
A
27#\r
28\r
29[Sources.common]\r
f6f1e0b7 30 PrePi.h\r
2ef2b01e 31 FwVol.c\r
2ef2b01e 32 PrePiLib.c\r
2ef2b01e
A
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 EmbeddedPkg/EmbeddedPkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
2ef2b01e
A
38\r
39[LibraryClasses]\r
40 BaseLib\r
41 DebugLib\r
42 BaseMemoryLib\r
43 UefiDecompressLib\r
44 PeCoffLib\r
45 CacheMaintenanceLib\r
46 PrintLib\r
47 SerialPortLib\r
48 ExtractGuidedSectionLib\r
65568970 49 TimerLib\r
50 PerformanceLib\r
05e48e00 51 HobLib\r
2ef2b01e
A
52\r
53[Guids]\r
2ef2b01e 54 gEfiMemoryTypeInformationGuid\r
2ef2b01e
A
55\r
56[Protocols]\r
e4dbec73 57 gPeCoffLoaderProtocolGuid\r
3402aac7 58\r
2ef2b01e
A
59\r
60[FixedPcd.common]\r
2ef2b01e
A
61 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
62 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
63 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
64 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
65 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
66 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
67 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
68 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
69 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
70\r
71[FeaturePcd]\r
72 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r