]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
BaseTools: Library hashing fix and optimization for --hash feature
[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 DebugLib.c
28 DebugLibDetect.c
29 DebugLibDetect.h
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 OvmfPkg/OvmfPkg.dec
34
35 [LibraryClasses]
36 BaseMemoryLib
37 IoLib
38 PcdLib
39 PrintLib
40 BaseLib
41 DebugPrintErrorLevelLib
42
43 [Pcd]
44 gUefiOvmfPkgTokenSpaceGuid.PcdDebugIoPort ## CONSUMES
45 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## CONSUMES
46 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES
47 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES
48