]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf
MdePkg: Clean up source files
[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
MM
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php.\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = UefiDebugLibDebugPortProtocol\r
21 MODULE_UNI_FILE = UefiDebugLibDebugPortProtocol.uni\r
22 FILE_GUID = 102287b4-6b12-4D41-91e1-ebee1f3aa614\r
23 MODULE_TYPE = UEFI_DRIVER\r
24 VERSION_STRING = 1.0\r
9095d37b 25 LIBRARY_CLASS = DebugLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
b29910d6
MM
26\r
27\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32\r
33[Sources]\r
34 DebugLib.c\r
35\r
36\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40\r
41\r
42[LibraryClasses]\r
43 BaseMemoryLib\r
44 BaseLib\r
45 PcdLib\r
46 PrintLib\r
47 UefiBootServicesTableLib\r
48 DebugPrintErrorLevelLib\r
49\r
50[Protocols]\r
50e7d3d9 51 gEfiDebugPortProtocolGuid ## CONSUMES\r
b29910d6
MM
52\r
53[Pcd]\r
54 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES\r
55 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES\r
56 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES\r
57\r