X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FLibrary%2FEdkUefiDebugLibStdErr%2FEdkUefiDebugLibStdErr.msa;h=89a9811f6d355024478c0015770df5e479aeb3d3;hp=327e12621f1673f8b53a4b921954f1a679bdc86f;hb=8cf2c0a7d7d92885619ab9668b04f923b3199300;hpb=5dc355398e3ca09eef810d3748ceedaefccda7f9 diff --git a/EdkModulePkg/Library/EdkUefiDebugLibStdErr/EdkUefiDebugLibStdErr.msa b/EdkModulePkg/Library/EdkUefiDebugLibStdErr/EdkUefiDebugLibStdErr.msa index 327e12621f..89a9811f6d 100644 --- a/EdkModulePkg/Library/EdkUefiDebugLibStdErr/EdkUefiDebugLibStdErr.msa +++ b/EdkModulePkg/Library/EdkUefiDebugLibStdErr/EdkUefiDebugLibStdErr.msa @@ -1,4 +1,14 @@ + EdkUefiDebugLibStdErr @@ -6,20 +16,20 @@ 8b9968e0-c76b-4b57-aec4-24e17fe602c0 1.0 Debug Library for UEFI drivers - FIX ME! - Copyright (c) 2004-2006, Intel Corporation - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + This library uses PrintLib to send messages to STDERR. + Copyright (c) 2006, Intel Corporation. + All rights reserved. This program and the accompanying materials + are licensed and made available under the terms and conditions of the BSD License + which accompanies this distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 IA32 X64 IPF EBC false - EdkUefiDebugLibStdErr + EdkUefiDebugLibConOut @@ -50,12 +60,17 @@ - DebugLevel + gEfiDebugLevelProtocolGuid + + + gEfiStatusCodeDataTypeDebugGuid + + EFI_SPECIFICATION_VERSION 0x00020000 - EDK_RELEASE_VERSION 0x00090000 + EDK_RELEASE_VERSION 0x00020000 DebugLibConstructor @@ -63,13 +78,22 @@ PcdDebugPropertyMask - gEfiMdePkgTokenSpaceGuid - + gEfiMdePkgTokenSpaceGuid + The bitmask of flags that specify the enable/disable of Debug + Assert, Debug Print, Debug Code, Clear Memory, Assert + Breakpoint and Assert Deadloop. - + + PcdDebugClearMemoryValue + FIX_ME_PcdDebugClearMemoryValue + The value used by DebugClearMemory () to fill a certain range + of memory. + + PcdDebugPrintErrorLevel - gEfiMdePkgTokenSpaceGuid - + gEfiMdePkgTokenSpaceGuid + The bitmask of flags that specify the kind of debug message + output when Debug Print is enabled. \ No newline at end of file