104 lines
2.9 KiB
INI
104 lines
2.9 KiB
INI
## @file
|
|
# Component description file for IhisiSmm module
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2015 - 2021, 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 = CapsuleIFWUSmm
|
|
FILE_GUID = 767965D6-F35A-41A9-8BE4-695E92C32B47
|
|
MODULE_TYPE = DXE_SMM_DRIVER
|
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = IfwuSmmEntryPoint
|
|
|
|
[Sources]
|
|
MeCapsuleSmm.h
|
|
MeCapsuleSmm.c
|
|
Fmts.c
|
|
Fmts.h
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
$(PROJECT_PKG)/Project.dec
|
|
PerformancePkg/PerformancePkg.dec
|
|
InsydeOemServicesPkg/InsydeOemServicesPkg.dec
|
|
$(PLATFORM_SAMPLE_CODE_DEC_NAME)/PlatformPkg.dec
|
|
|
|
[LibraryClasses]
|
|
IoLib
|
|
UefiLib
|
|
DebugLib
|
|
VariableLib
|
|
HobLib
|
|
BaseMemoryLib
|
|
SmmServicesTableLib
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
BaseOemSvcKernelLibDefault
|
|
PchInfoLib
|
|
BootGuardPlatformLib
|
|
GpioLib
|
|
PciExpressLib
|
|
FwUpdateLib
|
|
BaseLib
|
|
BaseMemoryLib
|
|
DxeMeLib
|
|
SmmHeciLib
|
|
MeShowBufferLib
|
|
PciSegmentLib
|
|
|
|
[Guids]
|
|
gIshUpdVerGuid
|
|
gPdtUpdCountGuid
|
|
gEfiGlobalVariableGuid
|
|
gMeUpdCountGuid
|
|
gSysFwUpdateProgressGuid
|
|
gSecureFlashInfoGuid
|
|
gZeroGuid ## CONSUMES
|
|
|
|
[Protocols]
|
|
gH2OIhisiProtocolGuid
|
|
gSmmBiosGuardProtocolGuid
|
|
gEfiSmmFwBlockServiceProtocolGuid
|
|
#
|
|
# SEG Feature - Remove H2OUVE relevant source codes
|
|
#
|
|
# gH2oUveSmiHandlerProtocolGuid
|
|
|
|
[FeaturePcd]
|
|
gChipsetPkgTokenSpaceGuid.PcdEcSharedFlashSupported
|
|
gChipsetPkgTokenSpaceGuid.PcdEcIdlePerWriteBlockSupported
|
|
gChipsetPkgTokenSpaceGuid.PcdIhisiToolBackwardSupport
|
|
gInsydeTokenSpaceGuid.PcdH2OIhisiCmdBufferSupported
|
|
|
|
[Pcd]
|
|
gChipsetPkgTokenSpaceGuid.PcdSetupConfigSize
|
|
gInsydeTokenSpaceGuid.PcdIhisiRegisterTable
|
|
gChipsetPkgTokenSpaceGuid.PcdMeFirmwareUpdateReservedMemorySize
|
|
gPlatformModuleTokenSpaceGuid.PcdMeResiliencyEnable
|
|
|
|
[Depex]
|
|
gH2OIhisiProtocolGuid AND
|
|
gSmmBiosGuardProtocolGuid AND
|
|
gEfiSmmFwBlockServiceProtocolGuid
|
|
|
|
[BuildOptions]
|
|
MSFT:*_VS2015_*_DLINK_FLAGS = /LTCG:OFF
|
|
MSFT:*_VS2015x86_*_DLINK_FLAGS = /LTCG:OFF
|
|
MSFT:*_VS2017_*_DLINK_FLAGS = /LTCG:OFF
|
|
MSFT:*_VS2019_*_DLINK_FLAGS = /LTCG:OFF
|
|
MSFT:*_DEVTLSxVC14_*_DLINK_FLAGS = /LTCG:OFF
|
|
MSFT:*_DEVTLSxVC16_*_DLINK_FLAGS = /LTCG:OFF |