DummyPchSpi.inf 934 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ## @file
  2. # Component description file for PCH Reset Lib Pei Phase
  3. #
  4. # @copyright
  5. # Copyright 2016 - 2021 Intel Corporation.
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = PchSpiPei
  12. FILE_GUID = FEB73B42-2B02-4D2E-B9E3-77015AF91879
  13. MODULE_TYPE = PEIM
  14. VERSION_STRING = 1.0
  15. ENTRY_POINT = DummySpiPpiEntryPoint
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32 X64 IPF
  20. #
  21. [LibraryClasses]
  22. DebugLib
  23. PeiServicesLib
  24. PeiServicesTablePointerLib
  25. MemoryAllocationLib
  26. PciSegmentLib
  27. PeimEntryPoint
  28. [Packages]
  29. MdePkg/MdePkg.dec
  30. WhitleySiliconPkg/SiliconPkg.dec
  31. [Sources]
  32. PchSpi.c
  33. [Ppis]
  34. gPchSpiPpiGuid ## PRODUCES
  35. [Depex]
  36. TRUE