public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Jiewen Yao <jiewen.yao@intel.com>
To: edk2-devel@lists.01.org
Cc: Feng Tian <feng.tian@intel.com>, Star Zeng <star.zeng@intel.com>,
	Michael D Kinney <michael.d.kinney@intel.com>,
	Liming Gao <liming.gao@intel.com>,
	Chao Zhang <chao.b.zhang@intel.com>
Subject: [PATCH 1/2] MdeModulePkg:SystemBiosUpdate: Correct INF PCD/protocol usage.
Date: Sat, 24 Sep 2016 14:40:38 +0800	[thread overview]
Message-ID: <1474699239-8536-2-git-send-email-jiewen.yao@intel.com> (raw)
In-Reply-To: <1474699239-8536-1-git-send-email-jiewen.yao@intel.com>

Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
---
 MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosReportDxe.inf | 4 ++--
 MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosUpdateDxe.inf | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosReportDxe.inf b/MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosReportDxe.inf
index 9cda2ee..79a367d 100644
--- a/MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosReportDxe.inf
+++ b/MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosReportDxe.inf
@@ -53,10 +53,10 @@
 
 [Pcd]
   gEfiMdeModulePkgTokenSpaceGuid.PcdEdkiiSystemFmpCapsuleImageTypeIdGuid  ## CONSUMES
-  gEfiMdeModulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor
+  gEfiMdeModulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor    ## CONSUMES
 
 [Protocols]
-  gEfiFirmwareManagementProtocolGuid
+  gEfiFirmwareManagementProtocolGuid     ## PRODUCES
 
 [Depex]
   gEfiVariableArchProtocolGuid
diff --git a/MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosUpdateDxe.inf b/MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosUpdateDxe.inf
index 9e65641..f24800f 100644
--- a/MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosUpdateDxe.inf
+++ b/MdeModulePkg/Universal/SystemBiosUpdate/SystemBiosUpdateDxe.inf
@@ -57,10 +57,10 @@
 
 [Pcd]
   gEfiMdeModulePkgTokenSpaceGuid.PcdEdkiiSystemFmpCapsuleImageTypeIdGuid  ## CONSUMES
-  gEfiMdeModulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor
+  gEfiMdeModulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor    ## CONSUMES
 
 [Protocols]
-  gEfiFirmwareManagementProtocolGuid
+  gEfiFirmwareManagementProtocolGuid     ## PRODUCES
 
 [Depex]
   gEfiVariableArchProtocolGuid
-- 
2.7.4.windows.1



  reply	other threads:[~2016-09-24  6:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-24  6:40 [PATCH 0/2] MdeModulePkg:CapsuleUpdate: Correct INF usage Jiewen Yao
2016-09-24  6:40 ` Jiewen Yao [this message]
2016-09-24  6:40 ` [PATCH 2/2] MdeModulePkg:RecoveryModuleLoadPei: Correct INF PPI usage Jiewen Yao
2016-09-26  2:00 ` [PATCH 0/2] MdeModulePkg:CapsuleUpdate: Correct INF usage Gao, Liming

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1474699239-8536-2-git-send-email-jiewen.yao@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox