X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkModulePkg%2FLibrary%2FEdkDxeDebugLibReportStatusCode%2FEdkDxeDebugLibReportStatusCode.msa;h=05b927d4bd2e8948f8d9a9db62027116129dbc72;hb=2defc05847d31dce5103168df3dfe6ffa1da19f0;hp=e25bb54ea43dacc2ce38c8e5e281f50ae7aa7028;hpb=5b2a7957d9215b45e87de228b69b89aa21fafd3e;p=mirror_edk2.git diff --git a/EdkModulePkg/Library/EdkDxeDebugLibReportStatusCode/EdkDxeDebugLibReportStatusCode.msa b/EdkModulePkg/Library/EdkDxeDebugLibReportStatusCode/EdkDxeDebugLibReportStatusCode.msa index e25bb54ea4..05b927d4bd 100644 --- a/EdkModulePkg/Library/EdkDxeDebugLibReportStatusCode/EdkDxeDebugLibReportStatusCode.msa +++ b/EdkModulePkg/Library/EdkDxeDebugLibReportStatusCode/EdkDxeDebugLibReportStatusCode.msa @@ -1,4 +1,14 @@ + EdkDxeDebugLibReportStatusCode @@ -6,8 +16,8 @@ 76a2a4d8-f605-407a-8057-4a17dcdc4c6d 1.0 Debug Library for DXE drivers - FIX ME! - Copyright (c) 2004-2006, Intel Corporation + This library provides debug functions by laying on a Report Status Code Library. + 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 @@ -49,13 +59,18 @@ - - DebugLevel + + gEfiDebugLevelProtocolGuid + + + gEfiStatusCodeDataTypeDebugGuid + + EFI_SPECIFICATION_VERSION 0x00020000 - EDK_RELEASE_VERSION 0x00090000 + EDK_RELEASE_VERSION 0x00020000 DebugLibConstructor @@ -63,13 +78,22 @@ PcdDebugPropertyMask - FIX_ME_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 - FIX_ME_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