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

54 lines
1.4 KiB
INI

## @file
#
#******************************************************************************
#* Copyright (c) 2012 - 2013, 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 = VariableServiceDxe
FILE_GUID = 80060E80-2C20-429E-946B-1C89097F0BED
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = L05VariableServiceDxeEntry
[Sources]
VariableServiceDxe.c
VariableServiceDxe.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
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
UefiLib
UefiBootServicesTableLib
UefiRuntimeServicesTableLib
UefiDriverEntryPoint
MemoryAllocationLib
[Guids]
[Protocols]
gEfiL05VariableProtocolGuid
[Pcd]
[Depex]
TRUE
[BuildOptions]
!if $(INSYDE_DEBUGGER) == YES
MSFT:*_*_*_CC_FLAGS = /Od
!endif