mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
620401dca6
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
69 lines
1.6 KiB
INI
Executable File
69 lines
1.6 KiB
INI
Executable File
## @file
|
|
#
|
|
# Component description file for Debug Library using the OcLog protocol.
|
|
#
|
|
# Copyright (C) 2016, The HermitCrabs Lab. All rights reserved.<BR>
|
|
#
|
|
# All rights reserved.
|
|
#
|
|
# This program and the accompanying materials
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
#
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = OcDebugLogLib
|
|
FILE_GUID = 85E15002-397B-441B-AC5C-BF952B0E7331
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = DebugLib
|
|
|
|
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
|
|
|
[Packages]
|
|
CloverPkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
# OpenCorePkg/OpenCorePkg.dec
|
|
CloverEFI/UefiCpuPkg/UefiCpuPkg.dec
|
|
|
|
|
|
[Guids]
|
|
gEfiMiscSubClassGuid
|
|
gOcVendorVariableGuid
|
|
gApplePlatformProducerNameGuid
|
|
|
|
[Protocols]
|
|
gOcLogProtocolGuid
|
|
gAppleDebugLogProtocolGuid
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
BaseMemoryLib
|
|
DebugPrintErrorLevelLib
|
|
DevicePathLib
|
|
MemoryAllocationLib
|
|
OcCpuLib
|
|
OcDataHubLib
|
|
SerialPortLib
|
|
UefiRuntimeServicesTableLib
|
|
|
|
[Pcd]
|
|
gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue
|
|
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask
|
|
gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel
|
|
|
|
[Sources]
|
|
OcAppleLog.c
|
|
OcDebugLogLib.c
|
|
OcLog.c
|
|
OcLogInternal.h
|
|
DebugPrint.c
|
|
DebugHelp.c
|