]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / Library / PlatformDebugLibIoPort / PlatformDebugLibIoPort.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) 2012, 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 = PlatformDebugLibIoPort
16 FILE_GUID = DF934DA3-CD31-49FE-AF50-B3C87C79325F
17 MODULE_TYPE = BASE
18 VERSION_STRING = 1.0
19 LIBRARY_CLASS = DebugLib|PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION
20 CONSTRUCTOR = PlatformDebugLibIoPortConstructor
21
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC
24 #
25
26 [Sources]
27 DebugIoPortQemu.c
28 DebugLib.c
29 DebugLibDetect.c
30 DebugLibDetect.h
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