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

62 lines
1.7 KiB
INI

## @file
#
#******************************************************************************
#* Copyright (c) 2012 - 2016, Insyde Software Corporation. 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 = SpecificVariableServiceDxe
FILE_GUID = 7A6BAE34-3924-4c99-81FF-64B4C91A4897
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = L05VariableServiceDxeEntry
[Sources]
SpecificVariableServiceDxe.c
SpecificVariableServiceDxe.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
InsydeModulePkg/InsydeModulePkg.dec
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec
[LibraryClasses]
UefiLib
UefiBootServicesTableLib
UefiRuntimeServicesTableLib
UefiDriverEntryPoint
MemoryAllocationLib
FlashRegionLib
[Guids]
gL05H2OFlashMapRegionVaribale1Guid
gL05H2OFlashMapRegionVaribale2Guid
[Protocols]
gEfiL05VariableProtocolGuid
gEfiSmmFwBlockServiceProtocolGuid
[Pcd]
[FixedPcd]
gL05ServicesTokenSpaceGuid.PcdFlashFvL05Variable1Size
gL05ServicesTokenSpaceGuid.PcdFlashFvL05Variable2Size
[Depex]
gEfiSmmFwBlockServiceProtocolGuid
[BuildOptions]
!if $(INSYDE_DEBUGGER) == YES
MSFT:*_*_*_CC_FLAGS = /Od
!endif