mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
The Platform information repository in the Configuration Manager may be dynamically populated, for e.g. by a Hardware Information Parser like FdtHwInfoParser. In such cases it is useful to trace the CM objects that were populated by the parser. Therefore, introduce helper functions that can parse and trace the Configuration Manager Objects. Reviewed-by: Joey Gouly <joey.gouly@arm.com> Signed-off-by: Sami Mujawar <sami.mujawar@arm.com> Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
27 lines
590 B
INI
27 lines
590 B
INI
## @file
|
|
# Table Helper
|
|
#
|
|
# Copyright (c) 2017 - 2021, ARM Limited. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x0001001B
|
|
BASE_NAME = TableHelperLib
|
|
FILE_GUID = E315C738-3A39-4D0D-A0AF-8EDFA770AB39
|
|
VERSION_STRING = 1.0
|
|
MODULE_TYPE = DXE_DRIVER
|
|
LIBRARY_CLASS = TableHelperLib
|
|
|
|
[Sources]
|
|
ConfigurationManagerObjectParser.c
|
|
ConfigurationManagerObjectParser.h
|
|
TableHelper.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
DynamicTablesPkg/DynamicTablesPkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|