]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Fix EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL_GUID to match UEFI Shell 2.1 spec
authorChris Phillips <chrisp@hp.com>
Thu, 14 Aug 2014 20:42:40 +0000 (20:42 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Aug 2014 20:42:40 +0000 (20:42 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chris Phillips <chrisp@hp.com>
Reviewed-By: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15808 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Include/Protocol/EfiShellDynamicCommand.h
ShellPkg/ShellPkg.dec

index 907a23a3c5078235b390ab8a16ee1aa170baf7fc..86016796b7ed1c02aad037bf5c26fbb80610f68f 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   EFI Shell Dynamic Command registration protocol\r
 \r
-  Copyright (c) 2012 Hewlett-Packard Company. All rights reserved.<BR>\r
+  (C) Copyright 2012-2014, Hewlett-Packard Development Company, L.P.\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
 #include <Protocol/EfiShell.h>\r
 \r
 \r
-// {0CD3258C-D677-4fcc-B343-934D30983888}\r
+// {3C7200E9-005F-4EA4-87DE-A3DFAC8A27C3}\r
 #define EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL_GUID \\r
   { \\r
-  0xcd3258c, 0xd677, 0x4fcc, { 0xb3, 0x43, 0x93, 0x4d, 0x30, 0x98, 0x38, 0x88 } \\r
+  0x3c7200e9, 0x005f, 0x4ea4, { 0x87, 0xde, 0xa3, 0xdf, 0xac, 0x8a, 0x27, 0xc3 } \\r
   }\r
 \r
 \r
index c20440a7f4681cd296132594cf03cb8c9cddbc2c..909dd7aa97f94889946b2572269b0185486097b2 100644 (file)
@@ -2,7 +2,7 @@
 #\r
 # This Package provides all definitions for EFI and UEFI Shell\r
 #\r
-# Copyright (c) 2013, Hewlett-Packard Development Company, L.P.\r
+# (C) Copyright 2013-2014, Hewlett-Packard Development Company, L.P.\r
 # Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available under\r
@@ -66,7 +66,7 @@
   gEfiShellParametersProtocolGuid     = {0x752f3136, 0x4e16, 0x4fdc, {0xa2, 0x2a, 0xe5, 0xf4, 0x68, 0x12, 0xf4, 0xca}}\r
   gEfiShellEnvironment2Guid           = {0x47c7b221, 0xc42a, 0x11d2, {0x8e, 0x57, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b}}\r
   gEfiShellInterfaceGuid              = {0x47c7b223, 0xc42a, 0x11d2, {0x8e, 0x57, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b}}\r
-  gEfiShellDynamicCommandProtocolGuid = {0xcd3258c, 0xd677, 0x4fcc, { 0xb3, 0x43, 0x93, 0x4d, 0x30, 0x98, 0x38, 0x88}}\r
+  gEfiShellDynamicCommandProtocolGuid = {0x3c7200e9, 0x005f, 0x4ea4, {0x87, 0xde, 0xa3, 0xdf, 0xac, 0x8a, 0x27, 0xc3}}\r
 \r
 [PcdsFeatureFlag]\r
   ## This flag is used to control whether the shell includes NT32 platform Guids\r