X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=DuetPkg%2FLibrary%2FDxeCoreReportStatusCodeLibFromHob%2FDxeCoreReportStatusCodeLibFromHob.inf;h=618221a2e2833cada5e047172213bc60bc1b569c;hp=01b665f06f3481a8fa740a8c5f62f3a1f8480cf2;hb=3ea9a5c763a4b777beb77f1fe2d273d6d7a285bf;hpb=6dacb8cda9b1ff1df90965b22432020600f56ab3 diff --git a/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf b/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf index 01b665f06f..618221a2e2 100644 --- a/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf +++ b/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf @@ -1,12 +1,12 @@ -#/** @file +## @file # Report status code library for DxeCore. # # DXE core report status code library that retrieves the status code function from # a GUIDed HOB and installs report status code protocol for later DXE phase drivers. # -# Copyright (c) 2009, Intel Corporation. +# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 @@ -14,7 +14,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -23,26 +23,23 @@ MODULE_TYPE = DXE_CORE VERSION_STRING = 1.0 LIBRARY_CLASS = ReportStatusCodeLib|DXE_CORE - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 CONSTRUCTOR = DxeCoreReportStatusCodeFromHobLibConstructor # # 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.common] +[Sources] ReportStatusCodeLib.c DxeSupport.c ReportStatusCodeLibInternal.h [Packages] MdePkg/MdePkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec + MdeModulePkg/MdeModulePkg.dec [LibraryClasses] PcdLib