]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/Core: Add missing header files into inf
authorJian J Wang <jian.j.wang@intel.com>
Thu, 23 Nov 2017 01:17:49 +0000 (09:17 +0800)
committerHao Wu <hao.a.wu@intel.com>
Fri, 24 Nov 2017 00:35:29 +0000 (08:35 +0800)
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 <dandan.bi@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
MdeModulePkg/Core/Dxe/DxeMain.inf
MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf

index f2155fcab1e35feb5e71774afeddf71fdd85488e..73347803261db09e6d17c3f68130277ffd36bdac 100644 (file)
@@ -57,6 +57,7 @@
   Mem/Imem.h\r
   Mem/MemoryProfileRecord.c\r
   Mem/HeapGuard.c\r
+  Mem/HeapGuard.h\r
   FwVolBlock/FwVolBlock.c\r
   FwVolBlock/FwVolBlock.h\r
   FwVol/FwVolWrite.c\r
index 15836418870db0f2c8a96e3d12eb30fc3bd514f8..01d706d0e312f36dac32cbb4787c26799c7112e4 100644 (file)
@@ -41,6 +41,7 @@
   MemoryAttributesTable.c\r
   SmiHandlerProfile.c\r
   HeapGuard.c\r
+  HeapGuard.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r