SpiFvbServiceStandaloneMm.inf 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ### @file
  2. # Component description file for the Serial Flash device Standalone MM driver.
  3. #
  4. # Copyright (c) 2017-2019, Intel Corporation. All rights reserved.<BR>
  5. # Copyright (c) Microsoft Corporation.<BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ###
  10. [Defines]
  11. INF_VERSION = 0x0001001B
  12. BASE_NAME = SpiFvbServiceStandaloneMm
  13. FILE_GUID = E6313655-8BD0-4EAB-B319-AD5E212CE6AB
  14. VERSION_STRING = 1.0
  15. MODULE_TYPE = MM_STANDALONE
  16. PI_SPECIFICATION_VERSION = 0x00010032
  17. ENTRY_POINT = SpiFvbStandaloneMmInitialize
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = IA32 X64
  22. #
  23. [LibraryClasses]
  24. BaseLib
  25. BaseMemoryLib
  26. CacheMaintenanceLib
  27. DebugLib
  28. MemoryAllocationLib
  29. PcdLib
  30. MmServicesTableLib
  31. SafeIntLib
  32. SpiFlashCommonLib
  33. StandaloneMmDriverEntryPoint
  34. VariableFlashInfoLib
  35. [Packages]
  36. MdePkg/MdePkg.dec
  37. MdeModulePkg/MdeModulePkg.dec
  38. IntelSiliconPkg/IntelSiliconPkg.dec
  39. [Pcd]
  40. gIntelSiliconPkgTokenSpaceGuid.PcdFlashMicrocodeFvBase ## CONSUMES
  41. gIntelSiliconPkgTokenSpaceGuid.PcdFlashMicrocodeFvSize ## CONSUMES
  42. gIntelSiliconPkgTokenSpaceGuid.PcdFlashVariableStoreType ## SOMETIMES_CONSUMES
  43. gIntelSiliconPkgTokenSpaceGuid.PcdFlashNvStorageAdditionalSize ## CONSUMES
  44. [Sources]
  45. FvbInfo.c
  46. SpiFvbServiceCommon.h
  47. SpiFvbServiceCommon.c
  48. SpiFvbServiceMm.h
  49. SpiFvbServiceMm.c
  50. SpiFvbServiceStandaloneMm.c
  51. [Protocols]
  52. gEfiDevicePathProtocolGuid ## PRODUCES
  53. gEfiSmmFirmwareVolumeBlockProtocolGuid ## PRODUCES
  54. [Guids]
  55. gEfiFirmwareFileSystem2Guid ## CONSUMES
  56. gEfiSystemNvDataFvGuid ## CONSUMES
  57. gEfiVariableGuid ## SOMETIMES_CONSUMES
  58. gEfiAuthenticatedVariableGuid ## SOMETIMES_CONSUMES
  59. [Depex]
  60. TRUE