summaryrefslogtreecommitdiffstats
path: root/ShellPkg
diff options
context:
space:
mode:
authorShenglei Zhang <shenglei.zhang@intel.com>2019-08-06 15:13:56 +0800
committerLiming Gao <liming.gao@intel.com>2019-08-13 17:16:14 +0800
commited23ab5fc77383856d4405d27561c440c227288a (patch)
tree0e54bc859914e752d27915990d09850579957e28 /ShellPkg
parentc0e174bd5bfc5e0495e1a1a24c153f519b19ea7d (diff)
downloadedk2-ed23ab5fc77383856d4405d27561c440c227288a.tar.gz
edk2-ed23ab5fc77383856d4405d27561c440c227288a.tar.bz2
edk2-ed23ab5fc77383856d4405d27561c440c227288a.zip
ShellPkg/UefiShellAcpiViewCommandLib: Add missing header files in INF
MadtParser.h and PpttParser.h are actually used but missing INF file, which will generate warning message when building this package. Cc: Jaben Carsey <jaben.carsey@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
index e06e2082a1..1e2fa52b00 100644
--- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
+++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
@@ -43,6 +43,8 @@
Parsers/Srat/SratParser.c
Parsers/Ssdt/SsdtParser.c
Parsers/Xsdt/XsdtParser.c
+ Parsers/Madt/MadtParser.h
+ Parsers/Pptt/PpttParser.h
[Packages]
MdePkg/MdePkg.dec