PeiTbtInit.inf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ### @file
  2. # Component information file for the TBT Init PEI module.
  3. #
  4. # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ###
  9. [Defines]
  10. INF_VERSION = 0x00010017
  11. BASE_NAME = PeiTbtInit
  12. FILE_GUID = 90BF2BFB-F998-4cbc-AD72-008D4D047A4B
  13. VERSION_STRING = 1.0
  14. MODULE_TYPE = PEIM
  15. ENTRY_POINT = TbtInitEntryPoint
  16. [LibraryClasses]
  17. PeimEntryPoint
  18. DebugLib
  19. HobLib
  20. PeiServicesLib
  21. PeiTbtPolicyLib
  22. PeiDTbtInitLib
  23. [Packages]
  24. MdePkg/MdePkg.dec
  25. MdeModulePkg/MdeModulePkg.dec
  26. MinPlatformPkg/MinPlatformPkg.dec
  27. KabylakeOpenBoardPkg/OpenBoardPkg.dec
  28. KabylakeSiliconPkg/SiPkg.dec
  29. [Sources]
  30. PeiTbtInit.c
  31. [Guids]
  32. gTbtInfoHobGuid ## CONSUMES
  33. [Ppis]
  34. gEfiEndOfPeiSignalPpiGuid ## CONSUMES
  35. gPeiTbtPolicyBoardInitDonePpiGuid ## CONSUMES
  36. [Depex]
  37. gEfiPeiMemoryDiscoveredPpiGuid