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 <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>
This commit is contained in:
Jian J Wang 2017-11-23 09:17:49 +08:00 committed by Hao Wu
parent b16abfcc34
commit 938d2456fc
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@
Mem/Imem.h Mem/Imem.h
Mem/MemoryProfileRecord.c Mem/MemoryProfileRecord.c
Mem/HeapGuard.c Mem/HeapGuard.c
Mem/HeapGuard.h
FwVolBlock/FwVolBlock.c FwVolBlock/FwVolBlock.c
FwVolBlock/FwVolBlock.h FwVolBlock/FwVolBlock.h
FwVol/FwVolWrite.c FwVol/FwVolWrite.c

View File

@ -41,6 +41,7 @@
MemoryAttributesTable.c MemoryAttributesTable.c
SmiHandlerProfile.c SmiHandlerProfile.c
HeapGuard.c HeapGuard.c
HeapGuard.h
[Packages] [Packages]
MdePkg/MdePkg.dec MdePkg/MdePkg.dec