summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Include
diff options
context:
space:
mode:
authorChris Phillips <chrisp@hp.com>2014-08-14 20:42:40 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2014-08-14 20:42:40 +0000
commitb8a13d736961faff0d11241a0428abc44a084d6e (patch)
tree1e4e70bfbb31eef7ac1cbf3cda3e75bca5798314 /ShellPkg/Include
parent281b6b928d7490134d83e643c42092835309b9bc (diff)
downloadedk2-b8a13d736961faff0d11241a0428abc44a084d6e.tar.gz
edk2-b8a13d736961faff0d11241a0428abc44a084d6e.tar.bz2
edk2-b8a13d736961faff0d11241a0428abc44a084d6e.zip
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 <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
Diffstat (limited to 'ShellPkg/Include')
-rw-r--r--ShellPkg/Include/Protocol/EfiShellDynamicCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h b/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h
index 907a23a3c5..86016796b7 100644
--- a/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h
+++ b/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h
@@ -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 } \
}