]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/FatPei/FatPei.inf
Maintainers.txt: update mailing list information
[mirror_edk2.git] / FatPkg / FatPei / FatPei.inf
index fc8d612283e5cfc345f915f2d178eaf25c9621d5..3de7e7ec72dd22eff8da6d808ac2f17fddc54dca 100644 (file)
@@ -1,15 +1,9 @@
 ## @file\r
 #    Lite Fat driver only used in Pei Phase.\r
 #\r
-#  Copyright (c) 2006 - 2018, 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
@@ -30,6 +24,9 @@
 #\r
 \r
 [Sources]\r
+  Mbr.c\r
+  Gpt.c\r
+  Eltorito.c\r
   Part.c\r
   FatLiteApi.c\r
   FatLiteLib.c\r
@@ -47,6 +44,7 @@
 [LibraryClasses]\r
   PcdLib\r
   BaseMemoryLib\r
+  MemoryAllocationLib\r
   PeimEntryPoint\r
   BaseLib\r
   DebugLib\r
@@ -59,6 +57,7 @@
   gRecoveryOnFatIdeDiskGuid                   ## SOMETIMES_CONSUMES   ## UNDEFINED\r
   gRecoveryOnFatFloppyDiskGuid                ## SOMETIMES_CONSUMES   ## UNDEFINED\r
   gRecoveryOnFatNvmeDiskGuid                  ## SOMETIMES_CONSUMES   ## UNDEFINED\r
+  gEfiPartTypeUnusedGuid                      ## SOMETIMES_CONSUMES   ## UNDEFINED\r
 \r
 \r
 [Ppis]\r
   gEfiPeiVirtualBlockIo2PpiGuid                 ## SOMETIMES_CONSUMES PPI_NOTIFY\r
   gEfiPeiDeviceRecoveryModulePpiGuid            ## SOMETIMES_PRODUCES\r
 \r
-\r
-[FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport         ## CONSUMES\r
-\r
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName         ## CONSUMES\r
 \r
 [Depex]\r
-  gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
+  gEfiPeiMemoryDiscoveredPpiGuid\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   FatPeiExtra.uni\r