From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: shenglei.zhang@intel.com) Received: from mga06.intel.com (mga06.intel.com []) by groups.io with SMTP; Wed, 07 Aug 2019 23:25:06 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 23:25:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,360,1559545200"; d="scan'208";a="177216768" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga003.jf.intel.com with ESMTP; 07 Aug 2019 23:25:05 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jaben Carsey , Ray Ni , Zhichao Gao Subject: [PATCH 2/3] ShellPkg/UefiShellAcpiViewCommandLib: Add missing header files in INF Date: Thu, 8 Aug 2019 14:24:55 +0800 Message-Id: <20190808062456.6116-3-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20190808062456.6116-1-shenglei.zhang@intel.com> References: <20190808062456.6116-1-shenglei.zhang@intel.com> MadtParser.h and PpttParser.h are actually used but missing INF file, which will generate warning message when building this package. Cc: Jaben Carsey Cc: Ray Ni Cc: Zhichao Gao Signed-off-by: Shenglei Zhang --- .../UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf index e06e2082a197..1e2fa52b00a3 100644 --- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf +++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf @@ -43,6 +43,8 @@ [Sources.common] Parsers/Srat/SratParser.c Parsers/Ssdt/SsdtParser.c Parsers/Xsdt/XsdtParser.c + Parsers/Madt/MadtParser.h + Parsers/Pptt/PpttParser.h [Packages] MdePkg/MdePkg.dec -- 2.18.0.windows.1