alder_lake_bios/Oem/L05/FeatureCommon/InsydeL05ModulePkg/LegacyToEfiSmm/LegacyToEfiSmm.inf

65 lines
1.7 KiB
INI

## @file
#
#******************************************************************************
#* 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 = LegacyToEfiSmm
FILE_GUID = 2E85FC4F-7050-4F09-9C5D-9A5DD01D3CB5
MODULE_TYPE = DXE_SMM_DRIVER
PI_SPECIFICATION_VERSION = 0x0001000A
VERSION_STRING = 1.0
ENTRY_POINT = LegacyToEfiSmmEntryPoint
[sources]
LegacyToEfiSmm.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
InsydeModulePkg/InsydeModulePkg.dec
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec
[LibraryClasses]
UefiDriverEntryPoint
UefiBootServicesTableLib
UefiRuntimeServicesTableLib
SmmServicesTableLib
UefiLib
MemoryAllocationLib
PrintLib
IoLib
[Guids]
gEfiGenericVariableGuid
gEfiGlobalVariableGuid
gEfiL05LegacyToEfiCommunicationGuid
[Protocols]
gEfiLegacyBiosProtocolGuid
gEfiSmmInt15ServiceProtocolGuid
gEfiSmmVariableProtocolGuid
gEfiL05HddSpindownProtocolGuid
[Pcd]
[Depex]
gEfiSmmVariableProtocolGuid AND
gEfiSmmInt15ServiceProtocolGuid
[BuildOptions]
!if $(INSYDE_DEBUGGER) == YES
MSFT:*_*_*_CC_FLAGS = /Od
!endif