From f9841f04ad2d3ce1157103f97ef7c2bc5979f1de Mon Sep 17 00:00:00 2001 From: "Zeng, Star" Date: Thu, 28 Aug 2014 06:58:44 +0000 Subject: IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages 1. Usage information in INF file comment blocks are either incomplete or incorrect. This includes usage information for Protocols/PPIs/GUIDs/PCDs/HOBs/Events/BootModes. The syntax for usage information in comment blocks is defined in the EDK II Module Information (INF) Specification Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zeng, Star Reviewed-by: Gao, Liming git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15966 6f19259b-4bc3-4df7-8a09-765794883524 --- .../DatahubStatusCodeHandlerDxe.inf | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe') diff --git a/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf b/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf index ab839da7ff..1a576772a3 100644 --- a/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf +++ b/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf @@ -1,8 +1,7 @@ ## @file -# Status Code Handler Driver which produces datahub handler and hook it -# onto the DXE status code router. +# Status Code Handler Driver which produces datahub handler. # -# Copyright (c) 2011, Intel Corporation. All rights reserved.
+# Copyright (c) 2011 - 2014, 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 @@ -17,6 +16,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = DatahubStatusCodeHandlerDxe + MODULE_UNI_FILE = DatahubStatusCodeHandlerDxe.uni FILE_GUID = 863D214F-0920-437B-8CAD-88EA83A24E97 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 @@ -53,19 +53,20 @@ [Guids] gEfiEventExitBootServicesGuid ## CONSUMES ## Event - gEfiStatusCodeDataTypeStringGuid ## CONSUMES - gEfiDataHubStatusCodeRecordGuid ## CONSUMES - gEfiStatusCodeDataTypeDebugGuid ## CONSUMES + gEfiDataHubStatusCodeRecordGuid ## PRODUCES ## UNDEFINED # DataRecord Guid + gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_PRODUCES ## UNDEFINED # Record data type [Protocols] gEfiRscHandlerProtocolGuid ## CONSUMES gEfiDataHubProtocolGuid ## CONSUMES - gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES + gEfiStatusCodeRuntimeProtocolGuid ## UNDEFINED [FeaturePcd] - gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub + gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub ## CONSUMES [Depex] gEfiRscHandlerProtocolGuid AND gEfiDataHubProtocolGuid - \ No newline at end of file + +[UserExtensions.TianoCore."ExtraFiles"] + DatahubStatusCodeHandlerDxeExtra.uni -- cgit v1.2.3