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

91 lines
2.6 KiB
INI

## @file
#
#******************************************************************************
#* Copyright (c) 2013, 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 = BootOptionService
FILE_GUID = 310B3904-0728-4977-A90C-06B8ECD85A9F
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = BootOptionServiceDriverEntryPoint
[sources.common]
BootOptionService.c
BootOptionService.h
BootDeviceInfo.c
BootDeviceInfo.h
BootDeviceTitleString.c
BootDeviceTitleString.h
BootOrderUpdateForNovoRecovery.c
BootOrderUpdateForNovoRecovery.h
LimitedToInternalStorage.c
LimitedToInternalStorage.h
[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
InsydeModulePkg/InsydeModulePkg.dec
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
!if $(CHIPSET_PKG) == JasperLakeChipsetPkg || $(CHIPSET_PKG) == AlderLakeChipsetPkg
$(PLATFORM_SAMPLE_CODE_DEC_NAME)/PlatformPkg.dec ## PcdUpServerEnable
!endif
[LibraryClasses]
UefiLib
UefiBootServicesTableLib
UefiRuntimeServicesTableLib
UefiDriverEntryPoint
DevicePathLib
DxeOemSvcFeatureLibDefault
BaseLib
BaseMemoryLib
DebugLib
VariableLib
GenericBdsLib
H2OCpLib
[Protocols]
gEfiL05BootOptionProtocolGuid
gEfiBlockIoProtocolGuid
gEfiUsbLegacyPlatformProtocolGuid
gEfiUsbCoreProtocolGuid
gEfiUsbIoProtocolGuid
gEfiSimpleFileSystemProtocolGuid
gL05EndOfBdsConnectProtocolGuid
gEfiVariableWriteArchProtocolGuid
[Guids]
gSystemConfigurationGuid
gEfiGlobalVariableGuid
gH2OBdsCpBootDeviceEnumAfterGuid
[FeaturePcd]
gInsydeTokenSpaceGuid.PcdH2OBdsCpBootDeviceEnumAfterSupported
[FixedPcd]
!if $(CHIPSET_PKG) == JasperLakeChipsetPkg || $(CHIPSET_PKG) == AlderLakeChipsetPkg
gPlatformModuleTokenSpaceGuid.PcdUpServerEnable
!endif
[Depex]
TRUE
[BuildOptions]
!if $(INSYDE_DEBUGGER) == YES
*_*_*_CC_FLAGS = /Od
!endif