### @file # Component information file for the ThunderBolt Smm module. # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# # This program and the accompanying materials are licensed and made available under # the terms and conditions of the BSD License which accompanies this distribution. # The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php # # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # ### [Defines] INF_VERSION = 0x00010017 BASE_NAME = TbtSmm FILE_GUID = 5BDCD685-D80A-42E6-9867-A84CCE7F828E VERSION_STRING = 1.0 MODULE_TYPE = DXE_SMM_DRIVER PI_SPECIFICATION_VERSION = 1.10 ENTRY_POINT = TbtSmmEntryPoint [LibraryClasses] UefiDriverEntryPoint BaseLib BaseMemoryLib DebugLib UefiRuntimeServicesTableLib UefiBootServicesTableLib IoLib PciExpressLib HobLib ReportStatusCodeLib PciSegmentLib UefiLib SmmServicesTableLib GpioLib PchInfoLib TbtCommonLib PchPmcLib [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec MinPlatformPkg/MinPlatformPkg.dec KabylakeOpenBoardPkg/OpenBoardPkg.dec KabylakeSiliconPkg/SiPkg.dec [Pcd] gBoardModuleTokenSpaceGuid.PcdSwSmiDTbtEnumerate ## CONSUMES gSiPkgTokenSpaceGuid.PcdPciExpressRegionLength ## CONSUMES [FixedPcd] gSiPkgTokenSpaceGuid.PcdAcpiBaseAddress ## CONSUMES [Sources] TbtSmiHandler.h TbtSmiHandler.c TbtSmm.c [Protocols] gTbtNvsAreaProtocolGuid ## CONSUMES gEfiSmmSxDispatch2ProtocolGuid ## CONSUMES gEfiSmmSwDispatch2ProtocolGuid ## CONSUMES gEfiSmmVariableProtocolGuid ## CONSUMES gDxeTbtPolicyProtocolGuid [Guids] gTbtInfoHobGuid ## CONSUMES [Pcd] gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES [Depex] gEfiSmmBase2ProtocolGuid AND gEfiSmmSxDispatch2ProtocolGuid AND gEfiSmmSwDispatch2ProtocolGuid AND gEfiGlobalNvsAreaProtocolGuid AND gEfiVariableWriteArchProtocolGuid AND gEfiVariableArchProtocolGuid AND gEfiSmmVariableProtocolGuid