]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
Update the copyright notice format
[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
36 Memory.c\r
37 PrePiLib.c\r
38 ReportStatusCode.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 EmbeddedPkg/EmbeddedPkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44 IntelFrameworkPkg/IntelFrameworkPkg.dec # needed to support StatusCodes\r
45 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec # needed to support StatusCodes\r
46\r
47\r
48[LibraryClasses]\r
49 BaseLib\r
50 DebugLib\r
51 BaseMemoryLib\r
52 UefiDecompressLib\r
53 PeCoffLib\r
54 CacheMaintenanceLib\r
55 PrintLib\r
56 SerialPortLib\r
57 ExtractGuidedSectionLib\r
65568970 58 TimerLib\r
59 PerformanceLib\r
60 \r
2ef2b01e
A
61\r
62[Guids]\r
63 gEfiHobMemoryAllocModuleGuid\r
64 gEfiHobMemoryAllocStackGuid\r
65 gEfiStatusCodeSpecificDataGuid\r
66 gEfiMemoryTypeInformationGuid\r
67 gEfiStatusCodeDataTypeDebugGuid\r
68\r
69[Protocols]\r
70 gEfiStatusCodeRuntimeProtocolGuid\r
e4dbec73 71 gPeCoffLoaderProtocolGuid\r
2ef2b01e
A
72 \r
73\r
74[FixedPcd.common]\r
75 gEmbeddedTokenSpaceGuid.PcdPrePiHobBase\r
76 gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize\r
77 gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress\r
78 gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize\r
79 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
80 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
81\r
82 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
83 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
84 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
85 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
86 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
87 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
88 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
89 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
90 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
91\r
92[FeaturePcd]\r
93 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r