]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
OvmfPkg: Removing ipf which is no longer supported from edk2.
[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 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php.
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = PlatformRomDebugLibIoPort
21 FILE_GUID = CEB0D9D3-328F-4C24-8C02-28FA1986AE1B
22 MODULE_TYPE = BASE
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = DebugLib|SEC
25 CONSTRUCTOR = PlatformRomDebugLibIoPortConstructor
26
27 #
28 # VALID_ARCHITECTURES = IA32 X64 EBC
29 #
30
31 [Sources]
32 DebugLib.c
33 DebugLibDetect.h
34 DebugLibDetectRom.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 OvmfPkg/OvmfPkg.dec
39
40 [LibraryClasses]
41 BaseMemoryLib
42 IoLib
43 PcdLib
44 PrintLib
45 BaseLib
46 DebugPrintErrorLevelLib
47
48 [Pcd]
49 gUefiOvmfPkgTokenSpaceGuid.PcdDebugIoPort ## CONSUMES
50 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## CONSUMES
51 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES
52 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES
53