FatPei.inf 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. [FeaturePcd]
  56. gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES
  57. [Pcd]
  58. gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName ## CONSUMES
  59. [Depex]
  60. gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid
  61. [UserExtensions.TianoCore."ExtraFiles"]
  62. FatPeiExtra.uni