summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-10-18 16:22:36 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-10-19 10:24:42 +0800
commit52d2e0a08be57ef75aae54e5d4cb5a7c36b4a15c (patch)
tree6716874c5e4b19d30f4dc51f56978fd510faf211
parentc6377bfaccd51dca6de6468c262cc024e6ab741b (diff)
downloadedk2-52d2e0a08be57ef75aae54e5d4cb5a7c36b4a15c.tar.gz
MdePkg: Include Shell/ShellDynamicCommand/ShellParameters definitions
Move Shell/ShellDynamicCommand/ShellParameters definitions from ShellPkg to MdePkg. The following patches will rename the header file name. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com>
-rw-r--r--MdePkg/Include/Protocol/EfiShell.h (renamed from ShellPkg/Include/Protocol/EfiShell.h)0
-rw-r--r--MdePkg/Include/Protocol/EfiShellDynamicCommand.h (renamed from ShellPkg/Include/Protocol/EfiShellDynamicCommand.h)0
-rw-r--r--MdePkg/Include/Protocol/EfiShellParameters.h (renamed from ShellPkg/Include/Protocol/EfiShellParameters.h)0
-rw-r--r--MdePkg/Include/ShellBase.h (renamed from ShellPkg/Include/ShellBase.h)0
-rw-r--r--MdePkg/MdePkg.dec15
5 files changed, 15 insertions, 0 deletions
diff --git a/ShellPkg/Include/Protocol/EfiShell.h b/MdePkg/Include/Protocol/EfiShell.h
index 5c7f4f635..5c7f4f635 100644
--- a/ShellPkg/Include/Protocol/EfiShell.h
+++ b/MdePkg/Include/Protocol/EfiShell.h
diff --git a/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h b/MdePkg/Include/Protocol/EfiShellDynamicCommand.h
index 27e384c0a..27e384c0a 100644
--- a/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h
+++ b/MdePkg/Include/Protocol/EfiShellDynamicCommand.h
diff --git a/ShellPkg/Include/Protocol/EfiShellParameters.h b/MdePkg/Include/Protocol/EfiShellParameters.h
index e52328b3a..e52328b3a 100644
--- a/ShellPkg/Include/Protocol/EfiShellParameters.h
+++ b/MdePkg/Include/Protocol/EfiShellParameters.h
diff --git a/ShellPkg/Include/ShellBase.h b/MdePkg/Include/ShellBase.h
index 4b7a3d1e9..4b7a3d1e9 100644
--- a/ShellPkg/Include/ShellBase.h
+++ b/MdePkg/Include/ShellBase.h
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec
index f1e5151fb..3e08bed2b 100644
--- a/MdePkg/MdePkg.dec
+++ b/MdePkg/MdePkg.dec
@@ -1645,6 +1645,21 @@
## Include/Protocol/EraseBlock.h
gEfiEraseBlockProtocolGuid = { 0x95a9a93e, 0xa86e, 0x4926, {0xaa, 0xef, 0x99, 0x18, 0xe7, 0x72, 0xd9, 0x87 }}
+ #
+ # Protocols defined in Shell2.0
+ #
+ ## Include/Protocol/Shell.h
+ gEfiShellProtocolGuid = { 0x6302d008, 0x7f9b, 0x4f30, {0x87, 0xac, 0x60, 0xc9, 0xfe, 0xf5, 0xda, 0x4e }}
+
+ ## Include/Protocol/ShellParameters.h
+ gEfiShellParametersProtocolGuid = { 0x752f3136, 0x4e16, 0x4fdc, {0xa2, 0x2a, 0xe5, 0xf4, 0x68, 0x12, 0xf4, 0xca }}
+
+ #
+ # Protocols defined in Shell2.1
+ #
+ ## Include/Protocol/ShellDynamicCommand.h
+ gEfiShellDynamicCommandProtocolGuid = { 0x3c7200e9, 0x005f, 0x4ea4, {0x87, 0xde, 0xa3, 0xdf, 0xac, 0x8a, 0x27, 0xc3 }}
+
#
# [Error.gEfiMdePkgTokenSpaceGuid]
# 0x80000001 | Invalid value provided.