86 lines
2.6 KiB
INI
86 lines
2.6 KiB
INI
## @file
|
|
# Component description file for SMM OEM Services Feature Lib Default instance.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2012 - 2016, 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 = SmmOemSvcFeatureLibDefault
|
|
FILE_GUID = 722E46A0-D8AF-41e4-B0FD-D31DB60DCE9D
|
|
MODULE_TYPE = DXE_SMM_DRIVER
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = SmmOemSvcFeatureLibDefault|DXE_SMM_DRIVER SMM_CORE
|
|
|
|
[Sources]
|
|
OemSvcGetSlp20ManufactureInfo.c
|
|
OemSvcGetSlp20Marker.c
|
|
OemSvcGetSlp20RandomNumber.c
|
|
OemSvcSaveL05Slp20Info.c
|
|
OemSvcSetSlp20ManufactureInfo.c
|
|
OemSvcSetSlp20Marker.c
|
|
OemSvcSetSlp20RandomNumber.c
|
|
OemSvcCheckComputraceSupportStatus.c
|
|
OemSvcBackupSetupSettingBeforeFlash.c
|
|
OemSvcNotifyEcToSetWdtFlag.c
|
|
OemSvcSwitchFlipToBootS4S5.c
|
|
|
|
[Packages]
|
|
$(PROJECT_PKG)/Project.dec
|
|
$(OEM_FEATURE_OVERRIDE_CORE_CODE)/$(OEM_FEATURE_OVERRIDE_CORE_CODE).dec
|
|
$(OEM_FEATURE_COMMON_PATH)/$(OEM_FEATURE_COMMON_PATH).dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec ## ChipsetSetupConfig.h
|
|
!if $(L05_CHIPSET_VENDOR) == INTEL
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec ## PchLimits.h
|
|
!endif
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
#[-start-210701-FLINT00010-add]#
|
|
!if $(LCFC_SUPPORT_ENABLE) == YES
|
|
LfcPkg/LfcPkg.dec
|
|
!endif
|
|
#[-end-210701-FLINT00010-add]#
|
|
//[-start-211208-TAMT000035-add]//
|
|
!if ($(S77013_SUPPORT_ENABLE) == YES)
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
!endif
|
|
//[-end-211208-TAMT000035-add]//
|
|
[LibraryClasses]
|
|
SmmOemSvcFeatureLib
|
|
#[-start-210701-FLINT00010-add]#
|
|
!if $(LCFC_SUPPORT_ENABLE) == YES
|
|
LfcEcLib
|
|
DebugLib
|
|
!endif
|
|
#[-end-210701-FLINT00010-add]#
|
|
[Protocols]
|
|
gEfiSmmFwBlockServiceProtocolGuid
|
|
|
|
[Guids]
|
|
gL05H2OFlashMapRegionSlp20Guid
|
|
#[-start-210701-FLINT00010-add]#
|
|
!if $(LCFC_SUPPORT_ENABLE) == YES
|
|
gLenovoFlipToBootSwInterfaceVariableGuid
|
|
gSystemConfigurationGuid
|
|
!endif
|
|
#[-end-210701-FLINT00010-add]#
|
|
|
|
//[-start-211208-TAMT000035-add]//
|
|
!if $(S77013_SUPPORT_ENABLE) == YES
|
|
gSetupVariableGuid
|
|
!endif
|
|
//[-end-211208-TAMT000035-add]//
|
|
[Pcd]
|
|
|
|
[FixedPcd]
|
|
gL05ServicesTokenSpaceGuid.PcdL05ChipsetName
|
|
|