## @file # Component description file for BASE OEM Services Chipset Lib instance. # #****************************************************************************** #* Copyright (c) 2014 - 2020, Insyde Software Corporation. 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 = BaseOemSvcChipsetLib FILE_GUID = 46D8DDE4-ECAA-4b0c-BD27-CD57A401B306 MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = BaseOemSvcChipsetLib [Sources] OemSvcEcDetectEcPresent.c OemSvcEcGetLidState.c OemSvcEcGetPcieDockStatus.c OemSvcEcPowerState.c OemSvcEcReadEcRam.c #[-start-210519-KEBIN00001-modify]# !if $(LCFC_SUPPORT_ENABLE) == YES OemSvcEcSaveRestoreKbc.c !endif #[-end-210519-KEBIN00001-add]# OemSvcEcSetCriticalThermal.c OemSvcEcSetDswMode.c OemSvcEcSetLowPowerMode.c OemSvcEcVersion.c [Packages] MdePkg/MdePkg.dec $(CHIPSET_PKG)/$(CHIPSET_PKG).dec InsydeModulePkg/InsydeModulePkg.dec $(PROJECT_PKG)/Project.dec $(CHIPSET_REF_CODE_PKG)/SiPkg.dec AlderLakePlatSamplePkg/PlatformPkg.dec AlderLakeBoardPkg/BoardPkg.dec # new add #[-start-210519-KEBIN00001-add]# !if $(LCFC_SUPPORT_ENABLE) == YES LfcPkg/LfcPkg.dec !endif #[-end-210519-KEBIN00001-add]# [LibraryClasses] CmosLib #[-start-210519-KEBIN00001-modify]# !if $(LCFC_SUPPORT_ENABLE) == YES LfcEcLib !else CommonEcLib !endif #[-end-210519-KEBIN00001-modify]# DebugLib EcLib EcMiscLib IoLib TimerLib [Pcd] gBoardModuleTokenSpaceGuid.PcdEcPresent gBoardModuleTokenSpaceGuid.PcdPlatformFlavor gBoardModuleTokenSpaceGuid.PcdPlatformType [FeaturePcd] gChipsetPkgTokenSpaceGuid.PcdUseCrbEcFlag