]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / PeiRecoveryLib / PeiRecoveryLib.inf
index fcb4ad449a8ce92037502dfcf896484a7fcff1da..b1ac8eeacab1dbd14d2cff534387ff8f65aa40b5 100644 (file)
@@ -1,9 +1,13 @@
-#/** @file\r
-#  Recovery Library for PEIM\r
+## @file\r
+#  PEIM Recovery Library supports system recovery boot.\r
 #\r
-#  Copyright (c) 2006 - 2009, 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
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  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
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -11,7 +15,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   PeiRecoveryLib.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
@@ -42,6 +44,6 @@
   DebugLib\r
 \r
 [Ppis]\r
-  gEfiPeiRecoveryModulePpiGuid            # PPI ALWAYS_CONSUMED\r
+  gEfiPeiRecoveryModulePpiGuid            ## CONSUMES\r
   \r
   
\ No newline at end of file