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