]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
EmbeddedPkg: Introduce PrePiMemoryAllocationLib (2)
[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
4# LIbrary helps you build a platform that skips PEI and loads DXE Core \r
5# directly. Helps building HOBs, reading data from the FV, and doing\r
6# decompression. \r
7#\r
60274cca 8# Copyright (c) 2008, Apple Inc. All rights reserved.<BR>\r
2ef2b01e 9#\r
60274cca 10# This program and the accompanying materials\r
2ef2b01e
A
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18#**/\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = PrePiLib\r
23 FILE_GUID = 1F3A3278-82EB-4C0D-86F1-5BCDA5846CB2\r
24 MODULE_TYPE = BASE\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = PrePiLib \r
27\r
28\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources.common]\r
34 FwVol.c\r
35 Hob.c\r
2ef2b01e
A
36 PrePiLib.c\r
37 ReportStatusCode.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 EmbeddedPkg/EmbeddedPkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43 IntelFrameworkPkg/IntelFrameworkPkg.dec # needed to support StatusCodes\r
44 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec # needed to support StatusCodes\r
45\r
46\r
47[LibraryClasses]\r
48 BaseLib\r
49 DebugLib\r
50 BaseMemoryLib\r
51 UefiDecompressLib\r
52 PeCoffLib\r
53 CacheMaintenanceLib\r
54 PrintLib\r
55 SerialPortLib\r
56 ExtractGuidedSectionLib\r
65568970 57 TimerLib\r
58 PerformanceLib\r
59 \r
2ef2b01e
A
60\r
61[Guids]\r
62 gEfiHobMemoryAllocModuleGuid\r
63 gEfiHobMemoryAllocStackGuid\r
64 gEfiStatusCodeSpecificDataGuid\r
65 gEfiMemoryTypeInformationGuid\r
66 gEfiStatusCodeDataTypeDebugGuid\r
67\r
68[Protocols]\r
69 gEfiStatusCodeRuntimeProtocolGuid\r
e4dbec73 70 gPeCoffLoaderProtocolGuid\r
2ef2b01e
A
71 \r
72\r
73[FixedPcd.common]\r
74 gEmbeddedTokenSpaceGuid.PcdPrePiHobBase\r
75 gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize\r
76 gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress\r
77 gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize\r
78 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
79 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
80\r
81 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
82 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
83 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
84 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
85 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
86 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
87 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
88 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
89 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
90\r
91[FeaturePcd]\r
92 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r