X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FLibrary%2FBaseReportStatusCodeLib%2FBaseReportStatusCodeLib.c;h=973e14b07a0cb42b0dfe9217b64d75ec7c30b004;hp=a335ae74c3224039b3e673a199e2b58b9585e897;hb=ed7752ec44001d317f79c8631dccd9650c396617;hpb=7859df05bc72e11927877e2f4886af4024731984 diff --git a/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c b/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c index a335ae74c3..973e14b07a 100644 --- a/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c +++ b/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c @@ -1,5 +1,6 @@ /** @file - Report Status Code Library for DXE Phase. + Implementation for ReportStatusCodeLib library class. This + library instance can be used to any phase: SEC/PEI/DXE. Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials @@ -12,7 +13,6 @@ **/ - #include #include #include @@ -528,3 +528,4 @@ ReportDebugCodeEnabled ( { return (BOOLEAN) ((PcdGet8(PcdReportStatusCodePropertyMask) & REPORT_STATUS_CODE_PROPERTY_DEBUG_CODE_ENABLED) != 0); } +