Last change
on this file since 109019 was 108794, checked in by vboxsync, 4 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.3 KB
|
Line | |
---|
1 | #/** @file
|
---|
2 | # Hob lib that does not contain the APIs as they are already in the PrePiLib
|
---|
3 | #
|
---|
4 | # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | #
|
---|
10 | #**/
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x00010005
|
---|
14 | BASE_NAME = PrePiHobLib
|
---|
15 | FILE_GUID = AEF7D85A-6A91-4ACD-9A28-193DEFB325FB
|
---|
16 | MODULE_TYPE = BASE
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = HobLib
|
---|
19 |
|
---|
20 |
|
---|
21 | #
|
---|
22 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
23 | #
|
---|
24 |
|
---|
25 | [Sources.common]
|
---|
26 | Hob.c
|
---|
27 |
|
---|
28 | [Packages]
|
---|
29 | MdePkg/MdePkg.dec
|
---|
30 | MdeModulePkg/MdeModulePkg.dec
|
---|
31 | EmbeddedPkg/EmbeddedPkg.dec
|
---|
32 |
|
---|
33 |
|
---|
34 | [LibraryClasses]
|
---|
35 | BaseLib
|
---|
36 | BaseMemoryLib
|
---|
37 | DebugLib
|
---|
38 | PrePiHobListPointerLib
|
---|
39 |
|
---|
40 | [Guids]
|
---|
41 | gEfiHobMemoryAllocModuleGuid
|
---|
42 | gEfiHobMemoryAllocStackGuid
|
---|
43 |
|
---|
44 | [FixedPcd.common]
|
---|
45 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
|
---|
46 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
|
---|
47 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
|
---|
48 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
|
---|
49 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
|
---|
50 |
|
---|
51 | [FeaturePcd]
|
---|
52 | gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob
|
---|
53 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.