From 2287f237eea173b36c703bca8840783c27d5f45f Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 10 Aug 2007 05:29:45 +0000 Subject: 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. 2) Move BaseReportStatusCodeLib, PeiDxeDebugLibReportStatusCode, DxeReportStatusCodeLibFramework,PeiReportStatusCodeLib to IntelFrameworkModulePkg git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3601 6f19259b-4bc3-4df7-8a09-765794883524 --- .../BaseReportStatusCodeLib.msa | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.msa (limited to 'IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.msa') diff --git a/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.msa b/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.msa new file mode 100644 index 0000000000..ee0d635a02 --- /dev/null +++ b/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.msa @@ -0,0 +1,67 @@ + + + + DxeReportStatusCodeLib + BASE + 1DE0B8C2-FFB6-4bdf-97F5-0FFB33979038 + 1.0 + DXE report status code library + Retrieve status code and report status code in DXE phase + 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 + BaseReportStatusCodeLib + + + + ReportStatusCodeLib + + + DebugLib + + + BaseLib + + + BaseMemoryLib + + + PcdLib + + + + BaseReportStatusCodeLib.c + + + + + + + gEfiStatusCodeDataTypeDebugGuid + + + gEfiStatusCodeSpecificDataGuid + + + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 + + + + PcdReportStatusCodePropertyMask + gEfiMdePkgTokenSpaceGuid + The bitmask of flags that specify the enable/disable of + Progress Code, Error Code and Debug Code. + + + \ No newline at end of file -- cgit v1.2.3