]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / DxeRuntimeDebugLibSerialPort / DxeRuntimeDebugLibSerialPort.inf
1 ## @file
2 # DXE runtime Debug library instance based on Serial Port library.
3 # It takes care not to call into SerialPortLib after ExitBootServices() has
4 # been called, to prevent touching hardware that is no longer owned by the
5 # firmware.
6 #
7 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 # Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x0001001A
17 BASE_NAME = DxeRuntimeDebugLibSerialPort
18 MODULE_UNI_FILE = DxeRuntimeDebugLibSerialPort.uni
19 FILE_GUID = 9D914E2F-7CCB-41DB-8E74-9AFF8F3BBFBF
20 MODULE_TYPE = DXE_RUNTIME_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = DebugLib|DXE_RUNTIME_DRIVER
23 CONSTRUCTOR = DxeRuntimeDebugLibSerialPortConstructor
24 DESTRUCTOR = DxeRuntimeDebugLibSerialPortDestructor
25
26 #
27 # VALID_ARCHITECTURES = AARCH64 ARM IA32 X64 EBC
28 #
29
30 [Sources]
31 DebugLib.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35
36 [LibraryClasses]
37 BaseLib
38 BaseMemoryLib
39 DebugPrintErrorLevelLib
40 PcdLib
41 PrintLib
42 SerialPortLib
43
44 [Pcd]
45 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES
46 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES
47 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES