]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
Update the comments for S3Lib and RecoveryLib instances to state that they are deprec...
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / PeiRecoveryLib / PeiRecoveryLib.inf
index 90fcbacb705aa5aa9fd8cf8ccb0134670e16579b..1fc11c912071fd9e2762077bc5739308c279f485 100644 (file)
@@ -1,7 +1,11 @@
 #/** @file\r
-# Recovery Library for PEIM\r
+#  PEIM Recovery Library supports system recovery boot.\r
 #\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+#  This library instance is no longer used and module using this library\r
+#  class should update to directly locate EFI_PEI_RECOVERY_MODULE_PPI defined\r
+#  in PI 1.2 specification. \r
+#\r
+#  Copyright (c) 2006 - 2009, Intel Corporation.\r
 #\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
@@ -20,9 +24,6 @@
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = RecoveryLib|PEIM\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -36,8 +37,6 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
@@ -45,6 +44,6 @@
   DebugLib\r
 \r
 [Ppis]\r
-  gEfiPeiRecoveryModulePpiGuid            # PPI ALWAYS_CONSUMED\r
+  gEfiPeiRecoveryModulePpiGuid            ## CONSUMES\r
   \r
   
\ No newline at end of file