SecI2cHdmiDebugSerialPortLib.inf 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ### @file
  2. # Component description file for Serial I/O Port library for the HDMI I2C Debug Port
  3. #
  4. # Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = BaseI2cHdmiDebugSerialPortLib
  12. FILE_GUID = 4B838C3E-0D23-4CCE-9069-E0E3D2B9CB49
  13. VERSION_STRING = 1.0
  14. MODULE_TYPE = SEC
  15. LIBRARY_CLASS = SerialPortLib
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32 X64
  20. #
  21. [LibraryClasses]
  22. BaseLib
  23. BaseMemoryLib
  24. PcdLib
  25. TimerLib
  26. PciLib
  27. HdmiDebugPchDetectionLib
  28. [Packages]
  29. MdePkg/MdePkg.dec
  30. KabylakeOpenBoardPkg/OpenBoardPkg.dec
  31. KabylakeSiliconPkg/SiPkg.dec
  32. [Sources]
  33. Gmbus.c
  34. Gmbus.h
  35. I2cDebugPortProtocol.c
  36. I2cDebugPortProtocol.h
  37. I2cDebugPortTplNull.c
  38. I2cHdmiDebugSerialPortLib.c
  39. IgfxI2c.c
  40. IgfxI2c.h
  41. SecI2cHdmiDebugSerialPortLib.c
  42. [Ppis]
  43. [Guids]
  44. [Pcd]
  45. gKabylakeOpenBoardPkgTokenSpaceGuid.PcdI2cHdmiDebugPortDdcI2cChannel ## CONSUMES
  46. gKabylakeOpenBoardPkgTokenSpaceGuid.PcdGttMmAddress ## CONSUMES
  47. gKabylakeOpenBoardPkgTokenSpaceGuid.PcdI2cHdmiDebugPortGmbusClockRate ## CONSUMES
  48. gKabylakeOpenBoardPkgTokenSpaceGuid.PcdI2cHdmiDebugPortPacketStallUs ## CONSUMES