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.93, mailfrom: shenglei.zhang@intel.com) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Mon, 12 Aug 2019 17:53:14 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Aug 2019 17:53:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,379,1559545200"; d="scan'208";a="375432011" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 12 Aug 2019 17:53:14 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 12 Aug 2019 17:53:14 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 12 Aug 2019 17:53:14 -0700 Received: from shsmsx106.ccr.corp.intel.com ([169.254.10.204]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.139]) with mapi id 14.03.0439.000; Tue, 13 Aug 2019 08:53:11 +0800 From: "Zhang, Shenglei" To: "Carsey, Jaben" , "devel@edk2.groups.io" CC: "Wang, Jian J" , "Wu, Hao A" , "Ni, Ray" , "Gao, Zhichao" , "Chiu, Chasel" , "Desimone, Nathaniel L" , "Zeng, Star" Subject: Re: [PATCH v2 0/3] Fix warning message issues Thread-Topic: [PATCH v2 0/3] Fix warning message issues Thread-Index: AQHVUNZcLcLe/smZhk+LMnojKY8Cpab3mFJwgACohBA= Date: Tue, 13 Aug 2019 00:53:11 +0000 Message-ID: References: <20190812062243.14472-1-shenglei.zhang@intel.com> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: shenglei.zhang@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Jaben: I add the v2 message below "---". And here is the link for v2 patch. https://edk2.groups.io/g/devel/message/45398?p=3D,,,20,0,0,0::Created,,MdeM= odulePkg%3A+Add+missing+header+files+in+INF+files,20,2,0,32838103 Thanks, Shenglei > -----Original Message----- > From: Carsey, Jaben > Sent: Monday, August 12, 2019 10:49 PM > To: Zhang, Shenglei ; devel@edk2.groups.io > Cc: Wang, Jian J ; Wu, Hao A ; > Ni, Ray ; Gao, Zhichao ; Chiu, > Chasel ; Desimone, Nathaniel L > ; Zeng, Star > Subject: RE: [PATCH v2 0/3] Fix warning message issues >=20 > What changed in v2? >=20 > Thanks > -Jaben >=20 >=20 > > -----Original Message----- > > From: Zhang, Shenglei > > Sent: Sunday, August 11, 2019 11:23 PM > > To: devel@edk2.groups.io > > Cc: Wang, Jian J ; Wu, Hao A > > ; Carsey, Jaben ; Ni, Ray > > ; Gao, Zhichao ; Chiu, Chasel > > ; Desimone, Nathaniel L > > ; Zeng, Star > > Subject: [PATCH v2 0/3] Fix warning message issues > > > > 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=3D2036 > > > > 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