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