alder_lake_bios/Insyde/InsydeModulePkg/Library/SmmChipsetSvcLib/SmmChipsetSvcLib.inf

59 lines
1.7 KiB
INI

## @file
# Instance of SMM Chipset Services Library
#
# The SMM Chipset Services Library provides wrapper functions for the H2O
# SMM Chipset Services protocol, which provides an interface into the Chipset layer
# for the Kernel and Platform drivers and libraries.
#
# ***************************************************************************
# * Copyright (c) 2012 - 2019, Insyde Software Corp. All Rights Reserved.
# *
# * You may not reproduce, distribute, publish, display, perform, modify, adapt,
# * transmit, broadcast, present, recite, release, license or otherwise exploit
# * any part of this publication in any form, by any means, without the prior
# * written permission of Insyde Software Corporation.
# *
# ******************************************************************************
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = SmmChipsetSvcLib
FILE_GUID = 983b9276-d041-4842-9882-39aad6a56348
MODULE_TYPE = DXE_SMM_DRIVER
LIBRARY_CLASS = SmmChipsetSvcLib|DXE_SMM_DRIVER
CONSTRUCTOR = SmmChipsetSvcLibConstructor
DESTRUCTOR = SmmChipsetSvcLibDestructor
#
# VALID_ARCHITECTURES = IA32 X64 EBC
#
[Sources]
SmmChipsetSvcLib.c
SmmCsSvcEnableFdWrites.c
SmmCsSvcLegacyRegionAccessCtrl.c
SmmCsSvcResetSystem.c
SmmCsSvcSataComReset.c
SmmCsSvcIhisiFbtsMisc.c
SmmCsSvcIhisiFetsMisc.c
SmmCsSvcIhisiOemExtraDataCommunication.c
[Packages]
MdePkg/MdePkg.dec
InsydeModulePkg/InsydeModulePkg.dec
[LibraryClasses]
SmmServicesTableLib
DebugLib
[Guids]
[Protocols]
gH2OSmmChipsetServicesProtocolGuid
gEfiSmmFwBlockServiceProtocolGuid
[Pcd]