blob: 447fb88235ceba12352c77bb65c4fea45bef3437 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## @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 = $(BEEP_DXE_FILENAME) MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
INF FILE_GUID = $(BEEP_SMM_FILENAME) MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
|