]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OvmfPkg / Library / PlatformDebugLibIoPort / PlatformRomDebugLibIoPort.inf
CommitLineData
c9eb56e5
PB
1## @file\r
2# Instance of Debug Library for the QEMU debug console port.\r
3# It uses Print Library to produce formatted output strings.\r
4#\r
dbf9cc87 5# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
c9eb56e5
PB
6# Copyright (c) 2017, Red Hat, Inc.<BR>\r
7#\r
b26f0cf9 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c9eb56e5
PB
9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = PlatformRomDebugLibIoPort\r
16 FILE_GUID = CEB0D9D3-328F-4C24-8C02-28FA1986AE1B\r
17 MODULE_TYPE = BASE\r
18 VERSION_STRING = 1.0\r
19 LIBRARY_CLASS = DebugLib|SEC\r
20 CONSTRUCTOR = PlatformRomDebugLibIoPortConstructor\r
21\r
22#\r
dbf9cc87 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
c9eb56e5
PB
24#\r
25\r
26[Sources]\r
27 DebugLib.c\r
8fe388d9 28 DebugLibDetect.h\r
c9eb56e5
PB
29 DebugLibDetectRom.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 OvmfPkg/OvmfPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseMemoryLib\r
37 IoLib\r
38 PcdLib\r
39 PrintLib\r
40 BaseLib\r
41 DebugPrintErrorLevelLib\r
42\r
43[Pcd]\r
44 gUefiOvmfPkgTokenSpaceGuid.PcdDebugIoPort ## CONSUMES\r
45 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## CONSUMES\r
46 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES\r
47 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES\r
48\r