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