X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FLibrary%2FEdkUefiDebugLibConOut%2FEdkUefiDebugLibConOut.msa;h=7fa56d1c47a95be3a0d0a13b4b38a524e5b4d47e;hp=de9f2680873c0ac36f6020a774b46c7f4b32d1a5;hb=1fe4ef1bd813e285525a257af43ddbbcb8018b54;hpb=15b06e58b0aa3076a9d8cbb2dbe8a2d06b094bbd diff --git a/EdkModulePkg/Library/EdkUefiDebugLibConOut/EdkUefiDebugLibConOut.msa b/EdkModulePkg/Library/EdkUefiDebugLibConOut/EdkUefiDebugLibConOut.msa index de9f268087..7fa56d1c47 100644 --- a/EdkModulePkg/Library/EdkUefiDebugLibConOut/EdkUefiDebugLibConOut.msa +++ b/EdkModulePkg/Library/EdkUefiDebugLibConOut/EdkUefiDebugLibConOut.msa @@ -6,13 +6,13 @@ 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 - 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 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. FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 @@ -50,12 +50,12 @@ - DebugLevel + gEfiDebugLevelProtocolGuid - StatusCodeDataTypeDebug + gEfiStatusCodeDataTypeDebugGuid @@ -68,20 +68,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