alder_lake_bios/Oem/L05/FeatureCommon/InsydeL05ModulePkg/CloudBoot/CloudBootDxe/CloudBootDxe.inf

85 lines
2.4 KiB
INI

## @file
# Cloud Boot DXE Driver.
#
#******************************************************************************
#* Copyright (c) 2021, 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 = CloudBootDxe
FILE_GUID = 9BAAC7EE-9894-49DD-9ED9-E25C38F0CCFD
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = L05CloudBootDxeEntryPoint
[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
[Sources]
CloudBootDxe.c
CloudBootDxe.h
[LibraryClasses]
UefiLib
UefiDriverEntryPoint
UefiBootServicesTableLib
UefiRuntimeServicesTableLib
DevicePathLib
DxeOemSvcFeatureLibDefault
BaseLib
BaseMemoryLib
DebugLib
VariableLib
GenericBdsLib
H2OCpLib
PrintLib
[Protocols]
gEfiBlockIoProtocolGuid
gEfiUsbLegacyPlatformProtocolGuid
gEfiUsbCoreProtocolGuid
gEfiUsbIoProtocolGuid
gEfiSimpleFileSystemProtocolGuid
gEfiVariableWriteArchProtocolGuid
gEfiL05CloudBootProtocolGuid
[Guids]
gSystemConfigurationGuid
gEfiGlobalVariableGuid
gH2OBdsCpBootDeviceEnumAfterGuid
gH2OBdsCpBootDeviceEnumBeforeGuid
[FeaturePcd]
gInsydeTokenSpaceGuid.PcdH2OBdsCpBootDeviceEnumAfterSupported
gInsydeTokenSpaceGuid.PcdH2OBdsCpBootDeviceEnumBeforeSupported
[Pcd]
gL05ServicesTokenSpaceGuid.PcdL05WifiAutoConnect
[Depex]
TRUE
[BuildOptions]
!if $(INSYDE_DEBUGGER) == YES
*_*_*_CC_FLAGS = /Od
!endif