]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
MdePkg: Replace BSD License with BSD+Patent License
[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
9095d37b 6# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
e386b444 7#\r
9344f092 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e386b444 9#\r
10#\r
6bfbb5f0 11##\r
e386b444 12\r
e386b444 13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = UefiDebugLibConOut\r
c92c1790 16 MODULE_UNI_FILE = UefiDebugLibConOut.uni\r
e386b444 17 FILE_GUID = 5cddfaf3-e9a7-4d16-bdce-1e002df475bb\r
18 MODULE_TYPE = UEFI_DRIVER\r
19 VERSION_STRING = 1.0\r
3cb0a311 20 LIBRARY_CLASS = DebugLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
e386b444 21\r
22\r
e386b444 23#\r
3cb0a311 24# VALID_ARCHITECTURES = IA32 X64 EBC\r
e386b444 25#\r
26\r
e386b444 27\r
6bfbb5f0 28[Sources]\r
e386b444 29 DebugLib.c\r
e386b444 30\r
31\r
e386b444 32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35\r
36\r
e386b444 37[LibraryClasses]\r
38 BaseMemoryLib\r
39 BaseLib\r
40 PcdLib\r
41 PrintLib\r
42 UefiBootServicesTableLib\r
2891fc8b 43 DebugPrintErrorLevelLib\r
e386b444 44\r
6bfbb5f0 45[Pcd]\r
c92c1790 46 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES\r
0f46efec 47 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES\r
dfbe4d27 48 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES\r
e386b444 49\r