blob: a88cabf67def26f3dfa8b0919574b864ef8c9c6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
## @file
# Library class that prints all HOBs.
#
# Copyright (c) 2024, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = HobPrintLib
FILE_GUID = 6b6f69c4-4272-4e8f-9c7f-747e7eed3ba8
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = HobPrintLib
[Sources]
HobPrintLib.c
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
BaseMemoryLib
DebugLib
HobLib
[Guids]
gEfiHobMemoryAllocBspStoreGuid
gEfiHobMemoryAllocStackGuid
gEfiMemoryTypeInformationGuid
|