### @file # Component description file for Serial I/O Port library for the HDMI I2C Debug Port # # Copyright (c) 2022, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # ## [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeI2cHdmiDebugSerialPortLib FILE_GUID = 53A31F61-7B95-4AD0-8F02-B03BCE6FC781 VERSION_STRING = 1.0 MODULE_TYPE = DXE_DRIVER LIBRARY_CLASS = SerialPortLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 # [LibraryClasses] BaseLib BaseMemoryLib PcdLib TimerLib PciLib HdmiDebugPchDetectionLib [Packages] MdePkg/MdePkg.dec KabylakeOpenBoardPkg/OpenBoardPkg.dec KabylakeSiliconPkg/SiPkg.dec [Sources] DxeSmmI2cHdmiDebugSerialPortLib.c Gmbus.c Gmbus.h I2cDebugPortProtocol.c I2cDebugPortProtocol.h I2cDebugPortTplDxe.c I2cHdmiDebugSerialPortLib.c IgfxI2c.c IgfxI2c.h [Ppis] [Guids] [Pcd] gKabylakeOpenBoardPkgTokenSpaceGuid.PcdI2cHdmiDebugPortDdcI2cChannel ## CONSUMES gKabylakeOpenBoardPkgTokenSpaceGuid.PcdGttMmAddress ## CONSUMES gKabylakeOpenBoardPkgTokenSpaceGuid.PcdI2cHdmiDebugPortGmbusClockRate ## CONSUMES gKabylakeOpenBoardPkgTokenSpaceGuid.PcdI2cHdmiDebugPortPacketStallUs ## CONSUMES