From 938d2456fcd26a0940522c6bb185858f65930bb1 Mon Sep 17 00:00:00 2001 From: Jian J Wang Date: Thu, 23 Nov 2017 09:17:49 +0800 Subject: [PATCH] MdeModulePkg/Core: Add missing header files into inf The coding style requires that header files must be also added in module's inf file, as long as they're included by c files. This patch will fix this issue. Cc: Dandan Bi Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang Reviewed-by: Dandan Bi --- MdeModulePkg/Core/Dxe/DxeMain.inf | 1 + MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf | 1 + 2 files changed, 2 insertions(+) diff --git a/MdeModulePkg/Core/Dxe/DxeMain.inf b/MdeModulePkg/Core/Dxe/DxeMain.inf index f2155fcab1..7334780326 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain.inf +++ b/MdeModulePkg/Core/Dxe/DxeMain.inf @@ -57,6 +57,7 @@ Mem/Imem.h Mem/MemoryProfileRecord.c Mem/HeapGuard.c + Mem/HeapGuard.h FwVolBlock/FwVolBlock.c FwVolBlock/FwVolBlock.h FwVol/FwVolWrite.c diff --git a/MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf b/MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf index 1583641887..01d706d0e3 100644 --- a/MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf +++ b/MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf @@ -41,6 +41,7 @@ MemoryAttributesTable.c SmiHandlerProfile.c HeapGuard.c + HeapGuard.h [Packages] MdePkg/MdePkg.dec