]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
OvmfPkg/PlatformDebugLibIoPort: Reword QEMU to hypervisor
[mirror_edk2.git] / OvmfPkg / Library / PlatformDebugLibIoPort / PlatformDebugLibIoPort.inf
CommitLineData
b90aefa9 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
b90aefa9 6# Copyright (c) 2012, Red Hat, Inc.<BR>\r
7#\r
b26f0cf9 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
b90aefa9 9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = PlatformDebugLibIoPort\r
16 FILE_GUID = DF934DA3-CD31-49FE-AF50-B3C87C79325F\r
17 MODULE_TYPE = BASE\r
18 VERSION_STRING = 1.0\r
c9eb56e5 19 LIBRARY_CLASS = DebugLib|PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
b90aefa9 20 CONSTRUCTOR = PlatformDebugLibIoPortConstructor\r
21\r
22#\r
dbf9cc87 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
b90aefa9 24#\r
25\r
26[Sources]\r
27 DebugLib.c\r
c9eb56e5 28 DebugLibDetect.c\r
8fe388d9 29 DebugLibDetect.h\r
b90aefa9 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
5e795f93 47 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES\r
b90aefa9 48\r