X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdeModulePkg%2FUniversal%2FStatusCodeHandler%2FPei%2FStatusCodeHandlerPei.inf;h=5d96fe3041681f4df0fd30943ae7dcad24c083e4;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hp=189da71d0b8d753119200ed3fb226d197c12a863;hpb=3af9b38827fff65fc7e303eec07448b6d04d5f0f;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf b/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf index 189da71d0b..5d96fe3041 100644 --- a/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf +++ b/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf @@ -1,10 +1,9 @@ -#/** @file -# Report Status Code Handler PEIM which produces general handlers and hook them -# onto the PEI status code router. +## @file +# Report Status Code Handler PEIM which produces general handlers and hook them onto the PEI status code router. # -# 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 @@ -12,13 +11,15 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = StatusCodeHandlerPei + MODULE_UNI_FILE = StatusCodeHandlerPei.uni FILE_GUID = 9D225237-FA01-464C-A949-BAABC02D31D0 MODULE_TYPE = PEIM + VERSION_STRING = 1.0 ENTRY_POINT = StatusCodeHandlerPeiEntry # @@ -27,7 +28,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is only for build) # -[Sources.common] +[Sources] StatusCodeHandlerPei.c StatusCodeHandlerPei.h SerialStatusCodeWorker.c @@ -46,19 +47,26 @@ ReportStatusCodeLib PrintLib DebugLib + BaseMemoryLib [Guids] - gMemoryStatusCodeRecordGuid ## SOMETIMES_CONSUMES ## HOB + ## SOMETIMES_PRODUCES ## HOB + ## SOMETIMES_CONSUMES ## HOB + gMemoryStatusCodeRecordGuid + gEfiStatusCodeDataTypeStringGuid ## SOMETIMES_CONSUMES ## UNDEFINED [Ppis] gEfiPeiRscHandlerPpiGuid ## CONSUMES -[FeaturePcd.common] - gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory - gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial +[FeaturePcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## CONSUMES + gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial ## CONSUMES -[Pcd.common] - gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|PcdStatusCodeUseMemory +[Pcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## SOMETIMES_CONSUMES [Depex] gEfiPeiRscHandlerPpiGuid + +[UserExtensions.TianoCore."ExtraFiles"] + StatusCodeHandlerPeiExtra.uni