]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/FatPei/FatPei.inf
FatPkg/FatPei: Remove BootInRecoveryMode PPI DEPEX.
[mirror_edk2.git] / FatPkg / FatPei / FatPei.inf
index a81d265f828b9521d4ad36dd0bb6186b98c9c36d..3de7e7ec72dd22eff8da6d808ac2f17fddc54dca 100644 (file)
@@ -1,21 +1,16 @@
 ## @file\r
 #    Lite Fat driver only used in Pei Phase.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials are licensed and made available\r
-#  under the terms and conditions of the BSD License which accompanies this\r
-#  distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = FatPei\r
+  MODULE_UNI_FILE                = FatPei.uni\r
   FILE_GUID                      = 5B60CCFD-1011-4BCF-B7D1-BB99CA96A603\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]\r
+  Mbr.c\r
+  Gpt.c\r
+  Eltorito.c\r
   Part.c\r
   FatLiteApi.c\r
   FatLiteLib.c\r
@@ -46,6 +44,7 @@
 [LibraryClasses]\r
   PcdLib\r
   BaseMemoryLib\r
+  MemoryAllocationLib\r
   PeimEntryPoint\r
   BaseLib\r
   DebugLib\r
 \r
 \r
 [Guids]\r
-  gRecoveryOnFatUsbDiskGuid                   # ALWAYS_CONSUMED\r
-  gRecoveryOnFatIdeDiskGuid                   # ALWAYS_CONSUMED\r
-  gRecoveryOnFatFloppyDiskGuid                # ALWAYS_CONSUMED\r
+  gRecoveryOnFatUsbDiskGuid                   ## SOMETIMES_CONSUMES   ## UNDEFINED\r
+  gRecoveryOnFatIdeDiskGuid                   ## SOMETIMES_CONSUMES   ## UNDEFINED\r
+  gRecoveryOnFatFloppyDiskGuid                ## SOMETIMES_CONSUMES   ## UNDEFINED\r
+  gRecoveryOnFatNvmeDiskGuid                  ## SOMETIMES_CONSUMES   ## UNDEFINED\r
+  gEfiPartTypeUnusedGuid                      ## SOMETIMES_CONSUMES   ## UNDEFINED\r
 \r
 \r
 [Ppis]\r
-  gEfiPeiVirtualBlockIoPpiGuid                  # PPI_NOTIFY SOMETIMES_CONSUMED\r
-  gEfiPeiDeviceRecoveryModulePpiGuid            # SOMETIMES_PRODUCED\r
-\r
+  gEfiPeiVirtualBlockIoPpiGuid                  ## SOMETIMES_CONSUMES PPI_NOTIFY\r
+  gEfiPeiVirtualBlockIo2PpiGuid                 ## SOMETIMES_CONSUMES PPI_NOTIFY\r
+  gEfiPeiDeviceRecoveryModulePpiGuid            ## SOMETIMES_PRODUCES\r
 \r
-[FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport               ## CONSUMES\r
-  \r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName         ## CONSUMES\r
 \r
 [Depex]\r
-  gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
-\r
+  gEfiPeiMemoryDiscoveredPpiGuid\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  FatPeiExtra.uni\r