Last change
on this file since 105381 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.8 KB
|
Line | |
---|
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 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
12 | #
|
---|
13 | #
|
---|
14 | #**/
|
---|
15 |
|
---|
16 | [Defines]
|
---|
17 | INF_VERSION = 0x00010005
|
---|
18 | BASE_NAME = PrePiLib
|
---|
19 | FILE_GUID = 1F3A3278-82EB-4C0D-86F1-5BCDA5846CB2
|
---|
20 | MODULE_TYPE = BASE
|
---|
21 | VERSION_STRING = 1.0
|
---|
22 | LIBRARY_CLASS = PrePiLib
|
---|
23 |
|
---|
24 |
|
---|
25 | #
|
---|
26 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
27 | #
|
---|
28 |
|
---|
29 | [Sources.common]
|
---|
30 | PrePi.h
|
---|
31 | FwVol.c
|
---|
32 | PrePiLib.c
|
---|
33 |
|
---|
34 | [Packages]
|
---|
35 | MdePkg/MdePkg.dec
|
---|
36 | EmbeddedPkg/EmbeddedPkg.dec
|
---|
37 | MdeModulePkg/MdeModulePkg.dec
|
---|
38 |
|
---|
39 | [LibraryClasses]
|
---|
40 | BaseLib
|
---|
41 | DebugLib
|
---|
42 | BaseMemoryLib
|
---|
43 | UefiDecompressLib
|
---|
44 | PeCoffLib
|
---|
45 | CacheMaintenanceLib
|
---|
46 | PrintLib
|
---|
47 | SerialPortLib
|
---|
48 | ExtractGuidedSectionLib
|
---|
49 | TimerLib
|
---|
50 | PerformanceLib
|
---|
51 | HobLib
|
---|
52 |
|
---|
53 | [Guids]
|
---|
54 | gEfiMemoryTypeInformationGuid
|
---|
55 |
|
---|
56 | [Protocols]
|
---|
57 | gPeCoffLoaderProtocolGuid
|
---|
58 |
|
---|
59 |
|
---|
60 | [FixedPcd.common]
|
---|
61 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
|
---|
62 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
|
---|
63 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
|
---|
64 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
|
---|
65 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
|
---|
66 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode
|
---|
67 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData
|
---|
68 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode
|
---|
69 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData
|
---|
70 |
|
---|
71 | [FeaturePcd]
|
---|
72 | gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob
|
---|
Note:
See
TracBrowser
for help on using the repository browser.