From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4ACDD1A2048 for ; Fri, 23 Sep 2016 23:40:46 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP; 23 Sep 2016 23:40:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,386,1470726000"; d="scan'208";a="765437344" Received: from jyao1-mobl.ccr.corp.intel.com ([10.254.215.166]) by FMSMGA003.fm.intel.com with ESMTP; 23 Sep 2016 23:40:44 -0700 From: Jiewen Yao To: edk2-devel@lists.01.org Cc: Feng Tian , Star Zeng , Michael D Kinney , Liming Gao , Chao Zhang Date: Sat, 24 Sep 2016 14:40:37 +0800 Message-Id: <1474699239-8536-1-git-send-email-jiewen.yao@intel.com> X-Mailer: git-send-email 2.7.4.windows.1 Subject: [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: Sat, 24 Sep 2016 06:40:46 -0000 These 2 patches fix the INF PCD/PPI/Protocol usage in INF file. No real code impact. They are separated here just for eacy code review. They will be merged into original capsule solution, in final check in. 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 Jiewen Yao (2): MdeModulePkg:SystemBiosUpdate: Correct INF PCD/protocol usage. MdeModulePkg:RecoveryModuleLoadPei: Correct INF PPI usage. MdeModulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.inf | 6 ++---- MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosReportDxe.inf | 4 ++-- MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosUpdateDxe.inf | 4 ++-- 3 files changed, 6 insertions(+), 8 deletions(-) -- 2.7.4.windows.1