Files
edk2-platforms/Features/Intel/Debugging/PostCodeDebugFeaturePkg/Include/PostMemory.fdf
Isaac Oram 8bc01388b4 PostCodeDebugFeaturePkg: Complete as an advanced feature
Add feature enable PCD.
Use MinPlatformPkg build include files.
Fix PEI_COR typo in PEI handler lib.
Build StatusCodeHandler components with unique filename GUID.
Add PreMemory.fdf and PostMemory.fdf include files.
Improve Readme formatting and feature enabling checklist.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>

Signed-off-by: Isaac Oram <isaac.w.oram@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2022-02-02 15:26:21 -08:00

15 lines
613 B
Plaintext

## @file
# FDF file for post-memory BeepDebugFeature advanced feature.
#
# This file is intended to be included into another package so advanced features
# can be conditionally included in the flash image by enabling the respective
# feature via its FeaturePCD.
#
# Copyright (C) 2022 Intel Corporation.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
INF FILE_GUID = $(POST_CODE_DXE_FILENAME) MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
INF FILE_GUID = $(POST_CODE_SMM_FILENAME) MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf