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