alder_lake_bios/Lcfc/LfcPkg/RemoveRtcBattery/RemoveRtcBatteryDxe/RemoveRtcBatteryDxe.inf

55 lines
1.1 KiB
INI

## @file
#
#*****************************************************************************
#
# Copyright (c) 2012 - 2020, Hefei LCFC Information Technology Co.Ltd.
# And/or its affiliates. All rights reserved.
# Hefei LCFC Information Technology Co.Ltd. PROPRIETARY/CONFIDENTIAL.
# Use is subject to license terms.
#
#******************************************************************************
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = RemoveRtcBatteryDxe
FILE_GUID = 694B7F77-DC52-415e-830A-678FE249AD77
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = L05RemoveRtcBatteryDxeEntry
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
LfcPkg/LfcPkg.dec
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
[Sources]
RemoveRtcBatteryDxe.c
[LibraryClasses]
UefiLib
UefiDriverEntryPoint
UefiRuntimeServicesTableLib
BaseLib
DebugLib
IoLib
LfcEcLib
[Guids]
gLfcVariableGuid
[Protocols]
[Pcd]
[Depex]
TRUE
[BuildOptions]
!if $(INSYDE_DEBUGGER) == YES
*_*_*_CC_FLAGS = /Od
!endif