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

66 lines
1.7 KiB
INI

## @file
#
#******************************************************************************
#* Copyright (c) 2012 - 2018, 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 = LegacyToEfiDxe
FILE_GUID = B34ADD50-05D4-4c99-BC55-F3F2F7F52E1A
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = LegacyToEfiDxeEntryPoint
[sources]
LegacyToEfiDxe.h
LegacyToEfiDxe.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
UefiLib
MemoryAllocationLib
BaseLib
PcdLib
IoLib
HobLib
DxeOemSvcFeatureLibDefault
H2OCpLib
[Guids]
gEfiGenericVariableGuid
gL05StopLegacyToEfiProcessGuid
gEfiL05LegacyToEfiCommunicationGuid
gH2OBdsCpReadyToBootBeforeGuid
[Protocols]
gEfiLegacyBiosProtocolGuid
gEfiSmmCommunicationProtocolGuid
[Pcd]
[Depex]
gEfiVariableArchProtocolGuid
[BuildOptions]
!if $(INSYDE_DEBUGGER) == YES
MSFT:*_*_*_CC_FLAGS = /Od
!endif