]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf
MdePkg: Replace BSD License with BSD+Patent License
[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) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = UefiDebugLibDebugPortProtocol
16 MODULE_UNI_FILE = UefiDebugLibDebugPortProtocol.uni
17 FILE_GUID = 102287b4-6b12-4D41-91e1-ebee1f3aa614
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = DebugLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
21
22
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27
28 [Sources]
29 DebugLib.c
30
31
32
33 [Packages]
34 MdePkg/MdePkg.dec
35
36
37 [LibraryClasses]
38 BaseMemoryLib
39 BaseLib
40 PcdLib
41 PrintLib
42 UefiBootServicesTableLib
43 DebugPrintErrorLevelLib
44
45 [Protocols]
46 gEfiDebugPortProtocolGuid ## CONSUMES
47
48 [Pcd]
49 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES
50 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES
51 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES
52