]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/Capsule.h
Add the missing PI capsule architecture protocol.
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / Capsule.h
index aeeb903473d44916eefcb8e2b4983be2bee7a9d0..192d9e785122d20873c71eee0abf740835efc36b 100644 (file)
@@ -1,6 +1,9 @@
-/*++\r
+/** @file\r
 \r
-Copyright (c) 2006 - 2007, Intel Corporation\r
+  Capsule Architectural Protocol is responsible to tag UEFI2.0 capsule runtime services\r
+  are ready in EFI_RUNTIME_SERVICES table.\r
+\r
+Copyright (c) 2006 - 2008, Intel Corporation\r
 All rights reserved. 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
@@ -9,15 +12,7 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-Module Name:\r
-\r
-  Capsule.h\r
-\r
-Abstract:\r
-\r
-  Capsule Architectural Protocol is newly added to produce UEFI2.0 capsule runtime services.\r
-\r
---*/\r
+**/\r
 \r
 #ifndef __ARCH_PROTOCOL_CAPSULE_ARCH_H__\r
 #define __ARCH_PROTOCOL_CAPSULE_ARCH_H__\r
@@ -26,7 +21,7 @@ Abstract:
 // 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