## @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 !if $(L05_CHIPSET_VENDOR) == INTEL $(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec ## PchLimits.h !endif MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec InsydeModulePkg/InsydeModulePkg.dec [Sources] ModernPreloadDxe.c ModernPreloadDxe.h [LibraryClasses] UefiLib UefiDriverEntryPoint UefiRuntimeServicesTableLib UefiBootServicesTableLib BaseMemoryLib PrintLib DebugLib PcdLib FlashRegionLib [Guids] gSystemConfigurationGuid gL05H2OFlashMapRegionEepromGuid gL05TpmLockGuid [Protocols] gEfiSetupUtilityProtocolGuid gEfiL05VariableProtocolGuid [Pcd] [Depex] TRUE [BuildOptions] !if $(INSYDE_DEBUGGER) == YES *_*_*_CC_FLAGS = /Od !endif