X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FLibrary%2FEdkUefiDebugLibConOut%2FEdkUefiDebugLibConOut.msa;h=d0b9d4f6e85f2e839b8346678419a100fee1f054;hp=615b7717cd6387eb937c22a9c2cb0af8c22ad6f5;hb=6d864b7a9111d2d5ec2cb4bacaf744c226e79da6;hpb=95945c7635df90c9d95ac93aa1f9bf725fd24ab6 diff --git a/EdkModulePkg/Library/EdkUefiDebugLibConOut/EdkUefiDebugLibConOut.msa b/EdkModulePkg/Library/EdkUefiDebugLibConOut/EdkUefiDebugLibConOut.msa index 615b7717cd..d0b9d4f6e8 100644 --- a/EdkModulePkg/Library/EdkUefiDebugLibConOut/EdkUefiDebugLibConOut.msa +++ b/EdkModulePkg/Library/EdkUefiDebugLibConOut/EdkUefiDebugLibConOut.msa @@ -1,55 +1,66 @@ - - - - EdkUefiDebugLibConOut + + + EdkUefiDebugLibConOut DXE_DRIVER - LIBRARY - 7293fe0b-1fff-4f8f-b808-10cb55f6a174 - EDK_RELEASE_VERSION 0x00020000 + 7293fe0b-1fff-4f8f-b808-10cb55f6a174 + 1.0 Debug Library for UEFI drivers - FIX ME! - Copyright (c) 2004-2006, Intel Corporation - - All rights reserved. This program and the accompanying materials + This library uses PrintLib to send messages to CONOUT. + 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. - - 2006-03-12 17:09 - 2006-03-31 13:14 - EFI_SPECIFICATION_VERSION 0x00000000 - + 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 + + + + gEfiStatusCodeDataTypeDebugGuid + + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 DebugLibConstructor @@ -57,9 +68,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. - + + PcdDebugClearMemoryValue + FIX_ME_PcdDebugClearMemoryValue + The value used by DebugClearMemory () to fill a certain range + of memory. + + PcdDebugPrintErrorLevel + gEfiMdePkgTokenSpaceGuid + The bitmask of flags that specify the kind of debug message + output when Debug Print is enabled. - + \ No newline at end of file