]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPortNocheck.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / Library / PlatformDebugLibIoPort / PlatformRomDebugLibIoPortNocheck.inf
1 ## @file
2 # Instance of Debug Library for an hypervisor debug console port.
3 # It uses Print Library to produce formatted output strings.
4 #
5 # Copyright (c) 2020, Citrix Systems, Inc.
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = PlatformRomDebugLibIoPortNocheck
15 FILE_GUID = 92AEB68E-C2CF-466E-9AB2-3F5E713F7DE6
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = DebugLib
19 CONSTRUCTOR = PlatformRomDebugLibIoPortConstructor
20
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources]
26 DebugIoPortNocheck.c
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