]> git.proxmox.com Git - mirror_edk2.git/commitdiff
correct the guid value of EFI_CAPSULE_ARCH_PROTOCOL_GUID which is differ from PI1...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 23 Dec 2008 04:58:23 +0000 (04:58 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 23 Dec 2008 04:58:23 +0000 (04:58 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7094 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Include/Protocol/Capsule.h

index fad7bb928a6ed6c0e2b73ee59594624f73a6e974..192d9e785122d20873c71eee0abf740835efc36b 100644 (file)
@@ -21,7 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 // Global ID for the Capsule Architectural Protocol\r
 //\r
 #define EFI_CAPSULE_ARCH_PROTOCOL_GUID \\r
-  { 0x5053697e, 0x2ebc, 0x4819, {0x90, 0xd9, 0x05, 0x80, 0xde, 0xee, 0x57, 0x54 }}\r
+  { 0x5053697e, 0x2cbc, 0x4819, {0x90, 0xd9, 0x05, 0x80, 0xde, 0xee, 0x57, 0x54 }}\r
 \r
 extern EFI_GUID gEfiCapsuleArchProtocolGuid;\r
 \r