audk/MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
Taylor Beebe 4ec2fab279 MdeModulePkg: Update DumpImageRecord() in ImagePropertiesRecordLib
Update DumpImageRecord() to be DumpImageRecords(), and improve
the debug output. The function will output at DEBUG_INFO instead,
and the function will be run in DXE and SMM
MAT logic when the MAT is installed at EndOfDxe on DEBUG builds.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
2023-11-27 18:55:18 +00:00

32 lines
837 B
INI

## @file
# Provides definitions and functionality for manipulating
# IMAGE_PROPERTIES_RECORD.
#
# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = ImagePropertiesRecordLib
FILE_GUID = 5CCA36C1-C430-4A90-8BF7-23D2719D5928
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = ImagePropertiesRecordLib
[Sources.common]
ImagePropertiesRecordLib.c
[LibraryClasses]
BaseLib
BaseMemoryLib
DebugLib
MemoryAllocationLib
PeCoffGetEntryPointLib
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec