]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
MdePkg/UefiDebugLibStdErr: Make it runtime safe
[mirror_edk2.git] / MdePkg / Library / UefiDebugLibStdErr / UefiDebugLibStdErr.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# Instance of Debug Library using the Standard Error Device.\r
e386b444 3#\r
85ea851e 4# Debug Lib that sends messages to the the Standard Error Device in the EFI System Table.\r
eceb3a4c 5#\r
e72920ec
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 = UefiDebugLibStdErr\r
c92c1790 18 MODULE_UNI_FILE = UefiDebugLibStdErr.uni\r
e386b444 19 FILE_GUID = b57a1df6-ffdb-4247-a3df-3a562176751a\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
e72920ec 22 LIBRARY_CLASS = DebugLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
e386b444 23\r
e72920ec 24 CONSTRUCTOR = DxeDebugLibConstructor\r
e386b444 25\r
e386b444 26#\r
3cb0a311 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
e386b444 28#\r
29\r
6bfbb5f0 30[Sources]\r
e386b444 31 DebugLib.c\r
e72920ec 32 DebugLibConstructor.c\r
e386b444 33\r
34\r
e386b444 35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
38\r
e386b444 39[LibraryClasses]\r
40 BaseMemoryLib\r
41 BaseLib\r
42 PcdLib\r
43 PrintLib\r
2891fc8b 44 DebugPrintErrorLevelLib\r
e386b444 45\r
e72920ec
AA
46[Guids]\r
47 gEfiEventExitBootServicesGuid ## CONSUMES\r
48\r
6bfbb5f0 49[Pcd]\r
c92c1790 50 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES\r
0f46efec 51 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES\r
b4ac3c8a 52 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES\r
e386b444 53\r