]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/RecoveryModule.h
Add the following PI 1.2 PPIs to the MdePkg
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / RecoveryModule.h
index 5637c8092da760674afff39295b3d4d001c0e498..a011c908d446f6b1cf8ab9aa2580739f5dfec502 100644 (file)
@@ -2,7 +2,7 @@
   This file declares Recovery Module PPI. \r
   This PPI is used to find and load the recovery files.\r
 \r
-  Copyright (c) 2007, Intel Corporation\r
+  Copyright (c) 2007 - 2009, 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
@@ -11,8 +11,6 @@
   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:  RecoveryModule.h\r
-\r
   @par Revision Reference:\r
   This PPI is defined in Framework of EFI Recovery Spec.\r
   Version 0.9\r
 #ifndef __PEI_RECOVERY_MODULE_PPI_H__\r
 #define __PEI_RECOVERY_MODULE_PPI_H__\r
 \r
-#include <PiPei.h>\r
-\r
+///\r
+///  Inconsistent with specification here: \r
+///  GUID marco name has been changed to the consistent PPI GUID macro name.\r
+///\r
 #define EFI_PEI_RECOVERY_MODULE_PPI_GUID \\r
   { \\r
     0xFB6D9542, 0x612D, 0x4f45, {0x87, 0x2F, 0x5C, 0xFF, 0x52, 0xE9, 0x3D, 0xCF } \\r
@@ -51,15 +51,10 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  @par Ppi Description:\r
   Finds and loads the recovery files.\r
-\r
-  @param LoadRecoveryCapsule\r
-  Loads a DXE binary capsule into memory.\r
-\r
 **/\r
 struct _EFI_PEI_RECOVERY_MODULE_PPI {\r
-  EFI_PEI_LOAD_RECOVERY_CAPSULE LoadRecoveryCapsule;\r
+  EFI_PEI_LOAD_RECOVERY_CAPSULE LoadRecoveryCapsule;  ///< Loads a DXE binary capsule into memory.\r
 };\r
 \r
 extern EFI_GUID gEfiPeiRecoveryModulePpiGuid;\r