2010-04-14 00:28:14 +02:00
|
|
|
#/** @file
|
|
|
|
# Hob lib that does not contain the APIs as they are already in the PrePiLib
|
|
|
|
#
|
2018-06-29 05:21:57 +02:00
|
|
|
# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
|
2010-04-29 14:40:51 +02:00
|
|
|
# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
|
2010-04-14 00:28:14 +02:00
|
|
|
#
|
2019-04-04 01:03:38 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2010-04-14 00:28:14 +02:00
|
|
|
#
|
|
|
|
#
|
|
|
|
#**/
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
2011-07-01 12:56:24 +02:00
|
|
|
BASE_NAME = PrePiHobLib
|
2021-03-16 20:53:12 +01:00
|
|
|
FILE_GUID = AEF7D85A-6A91-4ACD-9A28-193DEFB325FB
|
2010-04-14 00:28:14 +02:00
|
|
|
MODULE_TYPE = BASE
|
|
|
|
VERSION_STRING = 1.0
|
2014-08-19 15:29:52 +02:00
|
|
|
LIBRARY_CLASS = HobLib
|
2010-04-14 00:28:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
#
|
2018-06-29 05:21:57 +02:00
|
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC
|
2010-04-14 00:28:14 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
[Sources.common]
|
|
|
|
Hob.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
2011-07-01 12:56:24 +02:00
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
2010-04-14 00:28:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
[LibraryClasses]
|
2011-07-01 12:56:24 +02:00
|
|
|
BaseLib
|
|
|
|
BaseMemoryLib
|
|
|
|
DebugLib
|
|
|
|
PrePiHobListPointerLib
|
2014-08-19 15:29:52 +02:00
|
|
|
|
2011-07-01 12:56:24 +02:00
|
|
|
[Guids]
|
|
|
|
gEfiHobMemoryAllocModuleGuid
|
|
|
|
gEfiHobMemoryAllocStackGuid
|
|
|
|
|
|
|
|
[FixedPcd.common]
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData
|
|
|
|
|
|
|
|
[FeaturePcd]
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob
|
2010-04-14 00:28:14 +02:00
|
|
|
|