From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 1B3811A1DF5 for ; Sun, 25 Sep 2016 19:00:53 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 25 Sep 2016 19:00:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,396,1470726000"; d="scan'208";a="13620643" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 25 Sep 2016 19:00:52 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 25 Sep 2016 19:00:49 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 25 Sep 2016 19:00:49 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.15]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.95]) with mapi id 14.03.0248.002; Mon, 26 Sep 2016 10:00:46 +0800 From: "Gao, Liming" To: "Yao, Jiewen" , "edk2-devel@lists.01.org" CC: "Tian, Feng" , "Zeng, Star" , "Kinney, Michael D" , "Zhang, Chao B" Thread-Topic: [PATCH 0/2] MdeModulePkg:CapsuleUpdate: Correct INF usage Thread-Index: AQHSFi6a0r3gVcYlo0uCYX232nVzlaCLBzGQ Date: Mon, 26 Sep 2016 02:00:45 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14B47CC78@shsmsx102.ccr.corp.intel.com> References: <1474699239-8536-1-git-send-email-jiewen.yao@intel.com> In-Reply-To: <1474699239-8536-1-git-send-email-jiewen.yao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] MdeModulePkg:CapsuleUpdate: Correct INF usage X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 02:00:53 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: Yao, Jiewen > Sent: Saturday, September 24, 2016 2:41 PM > To: edk2-devel@lists.01.org > Cc: Tian, Feng ; Zeng, Star ; > Kinney, Michael D ; Gao, Liming > ; Zhang, Chao B > Subject: [PATCH 0/2] MdeModulePkg:CapsuleUpdate: Correct INF usage >=20 > These 2 patches fix the INF PCD/PPI/Protocol usage in INF file. > No real code impact. >=20 > They are separated here just for eacy code review. > They will be merged into original capsule solution, in final check in. >=20 > Cc: Feng Tian > Cc: Star Zeng > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Chao Zhang > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Jiewen Yao >=20 > Jiewen Yao (2): > MdeModulePkg:SystemBiosUpdate: Correct INF PCD/protocol usage. > MdeModulePkg:RecoveryModuleLoadPei: Correct INF PPI usage. >=20 >=20 > MdeModulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadP > ei.inf | 6 ++---- > MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosReportDxe.inf > | 4 ++-- > MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosUpdateDxe.inf > | 4 ++-- > 3 files changed, 6 insertions(+), 8 deletions(-) >=20 > -- > 2.7.4.windows.1