BaseFspMultiPhaseLib.inf 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. ## @file
  2. # FSP MultiPhase Lib.
  3. #
  4. # Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. ################################################################################
  10. #
  11. # Defines Section - statements that will be processed to create a Makefile.
  12. #
  13. ################################################################################
  14. [Defines]
  15. INF_VERSION = 0x00010005
  16. BASE_NAME = BaseFspMultiPhaseLib
  17. FILE_GUID = C128CADC-623E-4E41-97CB-A7138E627460
  18. MODULE_TYPE = SEC
  19. VERSION_STRING = 1.0
  20. LIBRARY_CLASS = FspMultiPhaseLib
  21. #
  22. # The following information is for reference only and not required by the build tools.
  23. #
  24. # VALID_ARCHITECTURES = IA32 X64
  25. #
  26. ################################################################################
  27. #
  28. # Sources Section - list of files that are required for the build to succeed.
  29. #
  30. ################################################################################
  31. [Sources]
  32. FspMultiPhaseLib.c
  33. ################################################################################
  34. #
  35. # Package Dependency Section - list of Package files that are required for
  36. # this module.
  37. #
  38. ################################################################################
  39. [Packages]
  40. MdePkg/MdePkg.dec
  41. IntelFsp2Pkg/IntelFsp2Pkg.dec
  42. [Pcd]
  43. gIntelFsp2PkgTokenSpaceGuid.PcdMultiPhaseNumberOfPhases # CONSUMES