]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / MdePkg / Library / DxeRuntimeDebugLibSerialPort / DxeRuntimeDebugLibSerialPort.inf
CommitLineData
7f029e1b
AB
1## @file\r
2# DXE runtime Debug library instance based on Serial Port library.\r
3# It takes care not to call into SerialPortLib after ExitBootServices() has\r
4# been called, to prevent touching hardware that is no longer owned by the\r
5# firmware.\r
6#\r
7# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
8# Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>\r
9#\r
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php.\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x0001001A\r
22 BASE_NAME = DxeRuntimeDebugLibSerialPort\r
23 MODULE_UNI_FILE = DxeRuntimeDebugLibSerialPort.uni\r
24 FILE_GUID = 9D914E2F-7CCB-41DB-8E74-9AFF8F3BBFBF\r
25 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = DebugLib|DXE_RUNTIME_DRIVER\r
28 CONSTRUCTOR = DxeRuntimeDebugLibSerialPortConstructor\r
29 DESTRUCTOR = DxeRuntimeDebugLibSerialPortDestructor\r
30\r
31#\r
32# VALID_ARCHITECTURES = AARCH64 ARM IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources]\r
36 DebugLib.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 BaseMemoryLib\r
44 DebugPrintErrorLevelLib\r
45 PcdLib\r
46 PrintLib\r
47 SerialPortLib\r
48\r
49[Guids]\r
50 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
51\r
52[Pcd]\r
53 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES\r
54 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES\r
55 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES\r