]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
MdePkg: Replace BSD License with BSD+Patent License
[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
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 = UefiDebugLibStdErr\r
c92c1790 16 MODULE_UNI_FILE = UefiDebugLibStdErr.uni\r
e386b444 17 FILE_GUID = b57a1df6-ffdb-4247-a3df-3a562176751a\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
6bfbb5f0 27[Sources]\r
e386b444 28 DebugLib.c\r
e386b444 29\r
30\r
e386b444 31[Packages]\r
32 MdePkg/MdePkg.dec\r
33\r
34\r
e386b444 35[LibraryClasses]\r
36 BaseMemoryLib\r
37 BaseLib\r
38 PcdLib\r
39 PrintLib\r
40 UefiBootServicesTableLib\r
2891fc8b 41 DebugPrintErrorLevelLib\r
e386b444 42\r
6bfbb5f0 43[Pcd]\r
c92c1790 44 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES\r
0f46efec 45 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES\r
b4ac3c8a 46 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES\r
e386b444 47\r