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