]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
491c0318de564a137438e5a60a79b45c11e84e3f
[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 - 2015, 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 IPF EBC
29 #
30
31 [Sources]
32 DebugLib.c
33 DebugLibDetectRom.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 OvmfPkg/OvmfPkg.dec
38
39 [LibraryClasses]
40 BaseMemoryLib
41 IoLib
42 PcdLib
43 PrintLib
44 BaseLib
45 DebugPrintErrorLevelLib
46
47 [Pcd]
48 gUefiOvmfPkgTokenSpaceGuid.PcdDebugIoPort ## CONSUMES
49 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## CONSUMES
50 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES
51 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES
52