]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
OvmfPkg/PlatformDebugLibIoPort: list "DebugLibDetect.h" in the INF files
[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 - 2015, 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|PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION
25 CONSTRUCTOR = PlatformDebugLibIoPortConstructor
26
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 DebugLib.c
33 DebugLibDetect.c
34 DebugLibDetect.h
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