From: "Zhang, Shenglei" <shenglei.zhang@intel.com>
To: devel@edk2.groups.io
Cc: Siyuan Fu <siyuan.fu@intel.com>, Jiaxin Wu <jiaxin.wu@intel.com>
Subject: [PATCH 1/3] NetworkPkg: Add Dpc protocol
Date: Mon, 12 Aug 2019 16:37:27 +0800 [thread overview]
Message-ID: <20190812083729.13864-2-shenglei.zhang@intel.com> (raw)
In-Reply-To: <20190812083729.13864-1-shenglei.zhang@intel.com>
To move Dpc.h from MdeModulePkg to NetworkPkg,
we need to introduce the Guid of protocol first.
https://bugzilla.tianocore.org/show_bug.cgi?id=1949
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
---
NetworkPkg/NetworkPkg.dec | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/NetworkPkg/NetworkPkg.dec b/NetworkPkg/NetworkPkg.dec
index b260ea5b77c5..2bdb3f5663a2 100644
--- a/NetworkPkg/NetworkPkg.dec
+++ b/NetworkPkg/NetworkPkg.dec
@@ -70,6 +70,10 @@ [Guids]
# Include/Guid/WifiConnectionManagerConfigHii.h
gWifiConfigGuid = { 0x9f94d327, 0x0b18, 0x4245, { 0x8f, 0xf2, 0x83, 0x2e, 0x30, 0xd, 0x2c, 0xef }}
+[Protocols]
+ ## Include/Protocol/Dpc.h
+ gEfiDpcProtocolGuid = {0x480f8ae9, 0xc46, 0x4aa9, { 0xbc, 0x89, 0xdb, 0x9f, 0xba, 0x61, 0x98, 0x6 }}
+
[PcdsFixedAtBuild]
## The max attempt number will be created by iSCSI driver.
# @Prompt Max attempt number.
--
2.18.0.windows.1
next prev parent reply other threads:[~2019-08-12 8:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-12 8:37 [PATCH 0/3] Move MdeModulePkg/Include/Protocol/Dpc.h to NetworkPkg Zhang, Shenglei
2019-08-12 8:37 ` Zhang, Shenglei [this message]
2019-08-12 9:01 ` [PATCH 1/3] NetworkPkg: Add Dpc protocol Siyuan, Fu
2019-08-12 8:37 ` [PATCH 2/3] NetworkPkg: Move Dpc.h from MdeModulePkg to NetworkPkg Zhang, Shenglei
2019-08-12 9:05 ` [edk2-devel] " Siyuan, Fu
2019-08-12 8:37 ` [PATCH 3/3] MdeModulePkg/MdeModulePkg.dec: Remove gEfiDpcProtocolGuid Zhang, Shenglei
2019-08-13 1:44 ` [PATCH 0/3] Move MdeModulePkg/Include/Protocol/Dpc.h to NetworkPkg Wu, Hao A
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=20190812083729.13864-2-shenglei.zhang@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