Revision: 15808
          http://sourceforge.net/p/edk2/code/15808
Author:   jcarsey
Date:     2014-08-14 20:42:40 +0000 (Thu, 14 Aug 2014)
Log Message:
-----------
ShellPkg: Fix EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL_GUID to match UEFI Shell 2.1 
spec

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chris Phillips <[email protected]>
Reviewed-By: Jaben Carsey <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h
    trunk/edk2/ShellPkg/ShellPkg.dec

Modified: trunk/edk2/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h
===================================================================
--- trunk/edk2/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h       
2014-08-14 20:22:33 UTC (rev 15807)
+++ trunk/edk2/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h       
2014-08-14 20:42:40 UTC (rev 15808)
@@ -1,7 +1,7 @@
 /** @file
   EFI Shell Dynamic Command registration protocol
 
-  Copyright (c) 2012 Hewlett-Packard Company. All rights reserved.<BR>
+  (C) Copyright 2012-2014, Hewlett-Packard Development Company, L.P.
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD 
License
   which accompanies this distribution.  The full text of the license may be 
found at
@@ -20,10 +20,10 @@
 #include <Protocol/EfiShell.h>
 
 
-// {0CD3258C-D677-4fcc-B343-934D30983888}
+// {3C7200E9-005F-4EA4-87DE-A3DFAC8A27C3}
 #define EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL_GUID \
   { \
-  0xcd3258c, 0xd677, 0x4fcc, { 0xb3, 0x43, 0x93, 0x4d, 0x30, 0x98, 0x38, 0x88 
} \
+  0x3c7200e9, 0x005f, 0x4ea4, { 0x87, 0xde, 0xa3, 0xdf, 0xac, 0x8a, 0x27, 0xc3 
} \
   }
 
 

Modified: trunk/edk2/ShellPkg/ShellPkg.dec
===================================================================
--- trunk/edk2/ShellPkg/ShellPkg.dec    2014-08-14 20:22:33 UTC (rev 15807)
+++ trunk/edk2/ShellPkg/ShellPkg.dec    2014-08-14 20:42:40 UTC (rev 15808)
@@ -2,7 +2,7 @@
 #
 # This Package provides all definitions for EFI and UEFI Shell
 #
-# Copyright (c) 2013, Hewlett-Packard Development Company, L.P.
+# (C) Copyright 2013-2014, Hewlett-Packard Development Company, L.P.
 # Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
 #
 # This program and the accompanying materials are licensed and made available 
under
@@ -66,7 +66,7 @@
   gEfiShellParametersProtocolGuid     = {0x752f3136, 0x4e16, 0x4fdc, {0xa2, 
0x2a, 0xe5, 0xf4, 0x68, 0x12, 0xf4, 0xca}}
   gEfiShellEnvironment2Guid           = {0x47c7b221, 0xc42a, 0x11d2, {0x8e, 
0x57, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b}}
   gEfiShellInterfaceGuid              = {0x47c7b223, 0xc42a, 0x11d2, {0x8e, 
0x57, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b}}
-  gEfiShellDynamicCommandProtocolGuid = {0xcd3258c, 0xd677, 0x4fcc, { 0xb3, 
0x43, 0x93, 0x4d, 0x30, 0x98, 0x38, 0x88}}
+  gEfiShellDynamicCommandProtocolGuid = {0x3c7200e9, 0x005f, 0x4ea4, {0x87, 
0xde, 0xa3, 0xdf, 0xac, 0x8a, 0x27, 0xc3}}
 
 [PcdsFeatureFlag]
   ## This flag is used to control whether the shell includes NT32 platform 
Guids

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to