]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
OvmfPkg: add support for debug console on port 0x402
[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 - 2011, Intel Corporation. All rights reserved.<BR>
6 # Copyright (c) 2012, 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 = PlatformDebugLibIoPort
21 FILE_GUID = DF934DA3-CD31-49FE-AF50-B3C87C79325F
22 MODULE_TYPE = BASE
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = DebugLib
25 CONSTRUCTOR = PlatformDebugLibIoPortConstructor
26
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 DebugLib.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 OvmfPkg/OvmfPkg.dec
37
38 [LibraryClasses]
39 BaseMemoryLib
40 IoLib
41 PcdLib
42 PrintLib
43 BaseLib
44 DebugPrintErrorLevelLib
45
46 [Pcd]
47 gUefiOvmfPkgTokenSpaceGuid.PcdDebugIoPort ## CONSUMES
48 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## CONSUMES
49 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES
50