X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FLibrary%2FEdkUefiDebugLibStdErr%2FEdkUefiDebugLibStdErr.msa;h=31399be541da3e4500f48010dd3eeef3d1ba44f3;hp=d7a13eddf9a9546773921158266f57965201244b;hb=39d03acf63bab3d4f9fd9d297c94d6655bff3088;hpb=95945c7635df90c9d95ac93aa1f9bf725fd24ab6 diff --git a/EdkModulePkg/Library/EdkUefiDebugLibStdErr/EdkUefiDebugLibStdErr.msa b/EdkModulePkg/Library/EdkUefiDebugLibStdErr/EdkUefiDebugLibStdErr.msa index d7a13eddf9..31399be541 100644 --- a/EdkModulePkg/Library/EdkUefiDebugLibStdErr/EdkUefiDebugLibStdErr.msa +++ b/EdkModulePkg/Library/EdkUefiDebugLibStdErr/EdkUefiDebugLibStdErr.msa @@ -1,55 +1,61 @@ - - - - EdkUefiDebugLibStdErr + + + EdkUefiDebugLibStdErr DXE_DRIVER - LIBRARY - 8b9968e0-c76b-4b57-aec4-24e17fe602c0 - EDK_RELEASE_VERSION 0x00020000 + 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, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - - 2006-03-12 17:09 - 2006-03-31 13:14 - EFI_SPECIFICATION_VERSION 0x00000000 - + This library uses PrintLib to send messages to STDERR. + Copyright (c) 2006 - 2007, 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 + EdkUefiDebugLibConOut + - DebugLib - PrintLib - PcdLib - UefiBootServicesTableLib - BaseMemoryLib - BaseLib + + DebugLib + + + PrintLib + + + PcdLib + + + UefiBootServicesTableLib + + + BaseMemoryLib + + + BaseLib + DebugLib.c - - MdePkg - EdkModulePkg - + + + + - DebugLevel + + gEfiDebugLevelProtocolGuid + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 DebugLibConstructor @@ -57,9 +63,22 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. PcdDebugPropertyMask + gEfiMdePkgTokenSpaceGuid + The bitmask of flags that specify the enable/disable of Debug + Assert, Debug Print, Debug Code, Clear Memory, Assert + Breakpoint and Assert Deadloop. - + PcdDebugPrintErrorLevel + gEfiMdePkgTokenSpaceGuid + The bitmask of flags that specify the kind of debug message + output when Debug Print is enabled. + + + PcdDebugClearMemoryValue + gEfiMdePkgTokenSpaceGuid + The value used by DebugClearMemory () to fill a certain range + of memory. - + \ No newline at end of file