]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
de68405098c016826b6d588acc1d2fab0b5d276f
[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 # This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 #
19 #**/
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = PrePiLib
24 FILE_GUID = 1F3A3278-82EB-4C0D-86F1-5BCDA5846CB2
25 MODULE_TYPE = BASE
26 VERSION_STRING = 1.0
27 LIBRARY_CLASS = PrePiLib
28
29
30 #
31 # VALID_ARCHITECTURES = IA32 X64 EBC
32 #
33
34 [Sources.common]
35 FwVol.c
36 PrePiLib.c
37 ReportStatusCode.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 EmbeddedPkg/EmbeddedPkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43 IntelFrameworkPkg/IntelFrameworkPkg.dec # needed to support StatusCodes
44 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec # needed to support StatusCodes
45
46
47 [LibraryClasses]
48 BaseLib
49 DebugLib
50 BaseMemoryLib
51 UefiDecompressLib
52 PeCoffLib
53 CacheMaintenanceLib
54 PrintLib
55 SerialPortLib
56 ExtractGuidedSectionLib
57 TimerLib
58 PerformanceLib
59 HobLib
60
61 [Guids]
62 gEfiStatusCodeSpecificDataGuid
63 gEfiMemoryTypeInformationGuid
64 gEfiStatusCodeDataTypeDebugGuid
65
66 [Protocols]
67 gEfiStatusCodeRuntimeProtocolGuid
68 gPeCoffLoaderProtocolGuid
69
70
71 [FixedPcd.common]
72 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize
73 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize
74
75 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
76 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
77 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
78 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
79 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
80 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode
81 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData
82 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode
83 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData
84
85 [FeaturePcd]
86 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob