From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: shenglei.zhang@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Sun, 11 Aug 2019 23:22:47 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 23:22:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,376,1559545200"; d="scan'208";a="187327364" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga002.jf.intel.com with ESMTP; 11 Aug 2019 23:22:44 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jian J Wang , Hao A Wu , Jaben Carsey , Ray Ni , Zhichao Gao , Chasel Chiu , Nate DeSimone , Star Zeng Subject: [PATCH v2 0/3] Fix warning message issues Date: Mon, 12 Aug 2019 14:22:40 +0800 Message-Id: <20190812062243.14472-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 There are some header files used but not included in INF files. This causes warings are generated when building the packages. So now add them into INF files. https://bugzilla.tianocore.org/show_bug.cgi?id=2036 Cc: Jian J Wang Cc: Hao A Wu Cc: Jaben Carsey Cc: Ray Ni Cc: Zhichao Gao Cc: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng Shenglei Zhang (3): MdeModulePkg: Add missing header files in INF files ShellPkg/UefiShellAcpiViewCommandLib: Add missing header files in INF IntelFsp2Pkg/FspSecCore: Add missing header file in INF file IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf | 3 ++- MdeModulePkg/Universal/CapsulePei/CapsulePei.inf | 3 ++- MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf | 1 + MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf | 9 ++++++++- .../UefiShellAcpiViewCommandLib.inf | 2 ++ 5 files changed, 15 insertions(+), 3 deletions(-) -- 2.18.0.windows.1