]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
ARM Packages: Removed trailing spaces
[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
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
3402aac7 26 LIBRARY_CLASS = PrePiLib\r
2ef2b01e
A
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
2ef2b01e
A
35 PrePiLib.c\r
36 ReportStatusCode.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 EmbeddedPkg/EmbeddedPkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42 IntelFrameworkPkg/IntelFrameworkPkg.dec # needed to support StatusCodes\r
43 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec # needed to support StatusCodes\r
44\r
45\r
46[LibraryClasses]\r
47 BaseLib\r
48 DebugLib\r
49 BaseMemoryLib\r
50 UefiDecompressLib\r
51 PeCoffLib\r
52 CacheMaintenanceLib\r
53 PrintLib\r
54 SerialPortLib\r
55 ExtractGuidedSectionLib\r
65568970 56 TimerLib\r
57 PerformanceLib\r
05e48e00 58 HobLib\r
2ef2b01e
A
59\r
60[Guids]\r
2ef2b01e
A
61 gEfiStatusCodeSpecificDataGuid\r
62 gEfiMemoryTypeInformationGuid\r
63 gEfiStatusCodeDataTypeDebugGuid\r
64\r
65[Protocols]\r
66 gEfiStatusCodeRuntimeProtocolGuid\r
e4dbec73 67 gPeCoffLoaderProtocolGuid\r
3402aac7 68\r
2ef2b01e
A
69\r
70[FixedPcd.common]\r
2ef2b01e
A
71 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
72 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
73\r
74 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
75 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
76 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
77 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
78 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
79 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
80 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
81 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
82 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
83\r
84[FeaturePcd]\r
85 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r