MdeModulePkg: Add missing header files in INF files
The header files are used but missing in INF,which causes generating warning message when building them. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
committed by
Liming Gao
parent
6f33f7a262
commit
61ca3b9236
@@ -1,7 +1,7 @@
|
||||
## @file
|
||||
# EBC Debugger configuration application.
|
||||
#
|
||||
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
@@ -28,6 +28,13 @@
|
||||
EbcDebugger/EdbCommon.h
|
||||
EbcDebugger/EdbSupportString.c
|
||||
EbcDebugger/EdbSupport.h
|
||||
EbcDebugger/EdbCommand.h
|
||||
EbcDebugger/EdbHook.h
|
||||
EbcDebugger/Edb.h
|
||||
EbcDebugger/EdbDisasmSupport.h
|
||||
EbcDebugger/EdbDisasm.h
|
||||
EbcDebugger/EdbSymbol.h
|
||||
EbcDebuggerHook.h
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
Reference in New Issue
Block a user