]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / UefiDebugLibConOut / UefiDebugLibConOut.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# Instance of Debug Library using Console Output Device.\r
e386b444 3#\r
eceb3a4c 4# Debug Lib that sends messages to the Console Output Device in the EFI System Table.\r
85ea851e 5#\r
452702d0
AA
6# Copyright (c) 2018, Microsoft Corporation\r
7#\r
8# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>\r
e386b444 9#\r
9344f092 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e386b444 11#\r
12#\r
6bfbb5f0 13##\r
e386b444 14\r
e386b444 15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = UefiDebugLibConOut\r
c92c1790 18 MODULE_UNI_FILE = UefiDebugLibConOut.uni\r
e386b444 19 FILE_GUID = 5cddfaf3-e9a7-4d16-bdce-1e002df475bb\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
452702d0 22 LIBRARY_CLASS = DebugLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
e386b444 23\r
452702d0 24 CONSTRUCTOR = DxeDebugLibConstructor\r
e92bdcb3 25 DESTRUCTOR = DxeDebugLibDestructor\r
e386b444 26\r
e386b444 27#\r
3cb0a311 28# VALID_ARCHITECTURES = IA32 X64 EBC\r
e386b444 29#\r
30\r
e386b444 31\r
6bfbb5f0 32[Sources]\r
e386b444 33 DebugLib.c\r
452702d0 34 DebugLibConstructor.c\r
e386b444 35\r
36\r
e386b444 37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40\r
41\r
e386b444 42[LibraryClasses]\r
43 BaseMemoryLib\r
44 BaseLib\r
45 PcdLib\r
46 PrintLib\r
2891fc8b 47 DebugPrintErrorLevelLib\r
e386b444 48\r
6bfbb5f0 49[Pcd]\r
c92c1790 50 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES\r
0f46efec 51 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES\r
dfbe4d27 52 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES\r
e386b444 53\r