X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdeModulePkg%2FLibrary%2FDxeReportStatusCodeLib%2FDxeReportStatusCodeLib.inf;h=d56e79a820f78d830806b7410831a4a7c49e2b63;hb=de005223b77c473d45c9c8a11147f6968325f73e;hp=c334b8586e92f529bc01e92b7d7d0790d7456930;hpb=6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230;p=mirror_edk2.git diff --git a/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf b/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf index c334b8586e..d56e79a820 100644 --- a/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf +++ b/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf @@ -1,10 +1,11 @@ ## @file -# DXE report status code library +# DXE report status code library. # -# Retrieve status code and report status code in DXE phase -# Copyright (c) 2006 - 2010, Intel Corporation. +# Retrieve status code and report status code in DXE phase. # -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2006 - 2018, 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 @@ -17,15 +18,16 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeReportStatusCodeLib - FILE_GUID = 3ddc3b12-99ea-4364-b315-6310a2050be5 + MODULE_UNI_FILE = DxeReportStatusCodeLib.uni + FILE_GUID = EBF144C8-70F5-4e09-ADE2-F41F5C59AFDA MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE + LIBRARY_CLASS = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 EBC # [Sources] @@ -44,12 +46,12 @@ DevicePathLib [Guids] - gEfiStatusCodeSpecificDataGuid ## CONSUMES - gEfiStatusCodeDataTypeDebugGuid ## CONSUMES + gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED + gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED [Protocols] gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES [Pcd] - gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask + gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES