]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
MdePkg: introduce DxeRuntimeDebugLibSerialPort
[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 - 2015, Intel Corporation. All rights reserved.<BR>
8 # Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
9 #
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php.
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x0001001A
22 BASE_NAME = DxeRuntimeDebugLibSerialPort
23 MODULE_UNI_FILE = DxeRuntimeDebugLibSerialPort.uni
24 FILE_GUID = 9D914E2F-7CCB-41DB-8E74-9AFF8F3BBFBF
25 MODULE_TYPE = DXE_RUNTIME_DRIVER
26 VERSION_STRING = 1.0
27 LIBRARY_CLASS = DebugLib|DXE_RUNTIME_DRIVER
28 CONSTRUCTOR = DxeRuntimeDebugLibSerialPortConstructor
29 DESTRUCTOR = DxeRuntimeDebugLibSerialPortDestructor
30
31 #
32 # VALID_ARCHITECTURES = AARCH64 ARM IA32 X64 IPF EBC
33 #
34
35 [Sources]
36 DebugLib.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40
41 [LibraryClasses]
42 BaseLib
43 BaseMemoryLib
44 DebugPrintErrorLevelLib
45 PcdLib
46 PrintLib
47 SerialPortLib
48
49 [Guids]
50 gEfiEventExitBootServicesGuid ## CONSUMES ## Event
51
52 [Pcd]
53 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES
54 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES
55 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES