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:
parent
6f33f7a262
commit
61ca3b9236
|
@ -6,7 +6,7 @@
|
||||||
# This external input must be validated carefully to avoid security issue like
|
# This external input must be validated carefully to avoid security issue like
|
||||||
# buffer overflow, integer overflow.
|
# buffer overflow, integer overflow.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||||
# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
|
# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
|
@ -33,6 +33,7 @@
|
||||||
UefiCapsule.c
|
UefiCapsule.c
|
||||||
Capsule.h
|
Capsule.h
|
||||||
Common/CapsuleCoalesce.c
|
Common/CapsuleCoalesce.c
|
||||||
|
Common/CommonHeader.h
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
X64/X64Entry.c
|
X64/X64Entry.c
|
||||||
X64/PageFaultHandler.nasm
|
X64/PageFaultHandler.nasm
|
||||||
Common/CapsuleCoalesce.c
|
Common/CapsuleCoalesce.c
|
||||||
|
Common/CommonHeader.h
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
# EBC Debugger configuration application.
|
# 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
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
#
|
#
|
||||||
|
@ -28,6 +28,13 @@
|
||||||
EbcDebugger/EdbCommon.h
|
EbcDebugger/EdbCommon.h
|
||||||
EbcDebugger/EdbSupportString.c
|
EbcDebugger/EdbSupportString.c
|
||||||
EbcDebugger/EdbSupport.h
|
EbcDebugger/EdbSupport.h
|
||||||
|
EbcDebugger/EdbCommand.h
|
||||||
|
EbcDebugger/EdbHook.h
|
||||||
|
EbcDebugger/Edb.h
|
||||||
|
EbcDebugger/EdbDisasmSupport.h
|
||||||
|
EbcDebugger/EdbDisasm.h
|
||||||
|
EbcDebugger/EdbSymbol.h
|
||||||
|
EbcDebuggerHook.h
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
|
Loading…
Reference in New Issue