FlashMapPei.inf 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. ## @file
  2. # Component description file for FlashMap PEI module
  3. #
  4. # This module installs FlashMap PPI which is used to get flash layout information.
  5. # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
  6. # Portions copyright (c) 2011, Apple Inc. All rights reserved.
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. #
  11. ##
  12. [Defines]
  13. INF_VERSION = 0x00010005
  14. BASE_NAME = FlashMapPei
  15. FILE_GUID = C9FAF091-57F8-A64C-A07A-445B124F0D93
  16. MODULE_TYPE = PEIM
  17. VERSION_STRING = 1.0
  18. ENTRY_POINT = PeimInitializeFlashMap
  19. #
  20. # The following information is for reference only and not required by the build tools.
  21. #
  22. # VALID_ARCHITECTURES = IA32 X64 EBC
  23. #
  24. [Sources]
  25. FlashMapPei.c
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. EmulatorPkg/EmulatorPkg.dec
  30. [LibraryClasses]
  31. PcdLib
  32. BaseMemoryLib
  33. PeiServicesTablePointerLib
  34. PeiServicesLib
  35. HobLib
  36. PeimEntryPoint
  37. DebugLib
  38. [Ppis]
  39. gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED
  40. [Pcd]
  41. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
  42. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64
  43. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
  44. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64
  45. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
  46. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64
  47. gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageFtwWorkingBase
  48. gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageFtwSpareBase
  49. gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageVariableBase
  50. [Depex]
  51. gEmuThunkPpiGuid