]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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
e59747bd 19 LIBRARY_CLASS = DebugLib|SEC PEI_CORE PEIM\r
c9eb56e5
PB
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
52f01212 27 DebugIoPortQemu.c\r
c9eb56e5 28 DebugLib.c\r
8fe388d9 29 DebugLibDetect.h\r
c9eb56e5
PB
30 DebugLibDetectRom.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 OvmfPkg/OvmfPkg.dec\r
35\r
36[LibraryClasses]\r
37 BaseMemoryLib\r
38 IoLib\r
39 PcdLib\r
40 PrintLib\r
41 BaseLib\r
42 DebugPrintErrorLevelLib\r
43\r
44[Pcd]\r
45 gUefiOvmfPkgTokenSpaceGuid.PcdDebugIoPort ## CONSUMES\r
46 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## CONSUMES\r
47 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES\r
48 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES\r
49\r