alder_lake_bios/Oem/L05/FeatureCommon/InsydeL05ModulePkg/VariableRuntimeProtectionDxe/VariableRuntimeProtectionDx...

55 lines
1.6 KiB
INI

## @file
# Variable Runtime Protection by hooking gRT->SetVariable()
#
#******************************************************************************
#* Copyright (c) 2014, 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 = VariableRuntimeProtectionDxe
FILE_GUID = c7daf48f-4787-11e4-9077-047d7b99e097
MODULE_TYPE = DXE_RUNTIME_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = VariableRuntimeProtectionDxeDriverEntryPoint
[Sources]
VariableRuntimeProtectionDxe.h
VariableRuntimeProtectionDxe.c
[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 # gL05WirelessDeviceSupportVariableGuid
InsydeModulePkg/InsydeModulePkg.dec
MdeModulePkg/MdeModulePkg.dec # gEfiGenericVariableGuid
MdePkg/MdePkg.dec
[LibraryClasses]
UefiDriverEntryPoint
UefiBootServicesTableLib
UefiRuntimeServicesTableLib
MemoryAllocationLib
UefiLib
[Protocols]
[Guids]
gReturnFromImageGuid
gEfiEventVirtualAddressChangeGuid
gSystemConfigurationGuid
gL05WirelessDeviceSupportVariableGuid
[Depex]
TRUE
[BuildOptions]