CloverBootloader/Protocols/MsgLog/MsgLog.inf
jief666 d17d02b1f8 Clean [BuildOptions] in inf files.
Add "-flto  -DUSING_LTO" when DISABLE_LTO is not defined.
2020-10-20 15:00:24 +03:00

52 lines
1010 B
INI

## @file
#
# Module Name:
#
# MsgLog.inf
#
# Abstract:
#
# MsgLog driver installs MsgLog protocol that can be used in all modules
# to keep a log that can be output to file later, at the finish of work.
#
# Slice 2012, initial idea comes from Kabyl
#
# have no idea about licenses. Keep copyright and use with any modifications.
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = MsgLog
FILE_GUID = 511CE6CE-F27F-16EF-866C-FDF1019550B7
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = MsgLogEntrypoint
[Packages]
CloverPkg.dec
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
BaseLib
UefiLib
UefiDriverEntryPoint
UefiBootServicesTableLib
UefiRuntimeServicesTableLib
BaseMemoryLib
MemoryAllocationLib
DebugLib
PrintLib
[Sources]
MsgLog.c
[Guids]
[Protocols]
gMsgLogProtocolGuid ## PRODUCES and CONSUMES