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