alder_lake_bios/Lcfc/LfcPkg/ModernPreload/ModernPreloadDxe/ModernPreloadDxe.inf

72 lines
1.8 KiB
INI

## @file
#
#******************************************************************************
#* Copyright (c) 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 = ModernPreloadDxe
FILE_GUID = 3BCA86E6-FFDD-47f8-9E76-0D7E1706F6CF
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = L05ModernPreloadDxeEntry
[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
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
#[-start-210618-YUNLEI0103-add]
!if $(LCFC_SUPPORT_ENABLE) == YES
ClientOneSiliconPkg/SiPkg.dec
!endif
#[-end-210618-YUNLEI0103-add]
InsydeModulePkg/InsydeModulePkg.dec
LfcPkg/LfcPkg.dec
[Sources]
ModernPreloadDxe.c
ModernPreloadDxe.h
[LibraryClasses]
UefiLib
UefiDriverEntryPoint
UefiRuntimeServicesTableLib
UefiBootServicesTableLib
BaseMemoryLib
PrintLib
DebugLib
PcdLib
FlashRegionLib
[Guids]
gSystemConfigurationGuid
gL05H2OFlashMapRegionEepromGuid
# gL05TpmLockGuid
[Protocols]
gEfiSetupUtilityProtocolGuid
gEfiL05VariableProtocolGuid
#[-start-190508-YUERIONG0125-add]#
gLenovoVariableProtocolGuid
#[-start-190508-YUERIONG0125-add]#
[Pcd]
[Depex]
TRUE
[BuildOptions]
!if $(INSYDE_DEBUGGER) == YES
*_*_*_CC_FLAGS = /Od
!endif