]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / UefiDebugLibStdErr / UefiDebugLibStdErr.inf
1 ## @file
2 # Instance of Debug Library using the Standard Error Device.
3 #
4 # Debug Lib that sends messages to the the Standard Error 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 = UefiDebugLibStdErr
16 MODULE_UNI_FILE = UefiDebugLibStdErr.uni
17 FILE_GUID = b57a1df6-ffdb-4247-a3df-3a562176751a
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 [Sources]
28 DebugLib.c
29
30
31 [Packages]
32 MdePkg/MdePkg.dec
33
34
35 [LibraryClasses]
36 BaseMemoryLib
37 BaseLib
38 PcdLib
39 PrintLib
40 UefiBootServicesTableLib
41 DebugPrintErrorLevelLib
42
43 [Pcd]
44 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES
45 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES
46 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES
47