]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / PeiRecoveryLib / PeiRecoveryLib.inf
index fcb4ad449a8ce92037502dfcf896484a7fcff1da..f62b42e40fac7331c0b795b21fa5e5d0613f8a4a 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 - 2018, 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
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PeiRecoveryLib\r
+  MODULE_UNI_FILE                = PeiRecoveryLib.uni\r
   FILE_GUID                      = C0227547-0811-4cbb-ABEA-DECD22829122\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 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 +45,6 @@
   DebugLib\r
 \r
 [Ppis]\r
-  gEfiPeiRecoveryModulePpiGuid            # PPI ALWAYS_CONSUMED\r
-  \r
-  
\ No newline at end of file
+  gEfiPeiRecoveryModulePpiGuid            ## CONSUMES\r
+\r
+\r