]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf
ff09a12ce40ddbce80dd3d8c7e7e562a4a190f12
[mirror_edk2.git] / MdePkg / Library / UefiDebugLibDebugPortProtocol / UefiDebugLibDebugPortProtocol.inf
1 ## @file
2 # Instance of Debug Library using EFI_DEBUGPORT_PROTOCOL.
3 #
4 # Debug Lib that sends messages to EFI_DEBUGPORT_PROTOCOL.Write.
5 #
6 # Copyright (c) 2018, Microsoft Corporation
7 #
8 # Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = UefiDebugLibDebugPortProtocol
18 MODULE_UNI_FILE = UefiDebugLibDebugPortProtocol.uni
19 FILE_GUID = 102287b4-6b12-4D41-91e1-ebee1f3aa614
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = DebugLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
23
24 CONSTRUCTOR = DxeDebugLibConstructor
25 DESTRUCTOR = DxeDebugLibDestructor
26
27 #
28 # VALID_ARCHITECTURES = IA32 X64 EBC
29 #
30
31
32 [Sources]
33 DebugLib.c
34 DebugLibConstructor.c
35
36
37
38 [Packages]
39 MdePkg/MdePkg.dec
40
41
42 [LibraryClasses]
43 BaseMemoryLib
44 BaseLib
45 PcdLib
46 PrintLib
47 DebugPrintErrorLevelLib
48
49 [Guids]
50 gEfiEventExitBootServicesGuid ## CONSUMES
51
52 [Protocols]
53 gEfiDebugPortProtocolGuid ## CONSUMES
54
55 [Pcd]
56 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES
57 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES
58 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES
59