]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
BaseTools: Library hashing fix and optimization for --hash feature
[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 DebugLib.c
28 DebugLibDetect.h
29 DebugLibDetectRom.c
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