FatPei.inf 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. ## @file
  2. # Lite Fat driver only used in Pei Phase.
  3. #
  4. # Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = FatPei
  12. MODULE_UNI_FILE = FatPei.uni
  13. FILE_GUID = 5B60CCFD-1011-4BCF-B7D1-BB99CA96A603
  14. MODULE_TYPE = PEIM
  15. VERSION_STRING = 1.0
  16. ENTRY_POINT = FatPeimEntry
  17. #
  18. # The following information is for reference only and not required by the build tools.
  19. #
  20. # VALID_ARCHITECTURES = IA32 X64 EBC
  21. #
  22. [Sources]
  23. Mbr.c
  24. Gpt.c
  25. Eltorito.c
  26. Part.c
  27. FatLiteApi.c
  28. FatLiteLib.c
  29. FatLiteAccess.c
  30. FatLiteApi.h
  31. FatLitePeim.h
  32. FatLiteFmt.h
  33. [Packages]
  34. MdePkg/MdePkg.dec
  35. MdeModulePkg/MdeModulePkg.dec
  36. [LibraryClasses]
  37. PcdLib
  38. BaseMemoryLib
  39. MemoryAllocationLib
  40. PeimEntryPoint
  41. BaseLib
  42. DebugLib
  43. PeiServicesTablePointerLib
  44. PeiServicesLib
  45. [Guids]
  46. gRecoveryOnFatUsbDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED
  47. gRecoveryOnFatIdeDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED
  48. gRecoveryOnFatFloppyDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED
  49. gRecoveryOnFatNvmeDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED
  50. gEfiPartTypeUnusedGuid ## SOMETIMES_CONSUMES ## UNDEFINED
  51. [Ppis]
  52. gEfiPeiVirtualBlockIoPpiGuid ## SOMETIMES_CONSUMES PPI_NOTIFY
  53. gEfiPeiVirtualBlockIo2PpiGuid ## SOMETIMES_CONSUMES PPI_NOTIFY
  54. gEfiPeiDeviceRecoveryModulePpiGuid ## SOMETIMES_PRODUCES
  55. [Pcd]
  56. gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName ## CONSUMES
  57. [Depex]
  58. gEfiPeiMemoryDiscoveredPpiGuid
  59. [UserExtensions.TianoCore."ExtraFiles"]
  60. FatPeiExtra.uni