DatahubStatusCodeHandlerDxe.inf revision 4fd606d1f5abe38e1f42c38de1d2e895166bd0f4
2N/A## @file
2N/A# Status Code Handler Driver which produces datahub handler and hook it
2N/A# onto the DXE status code router.
2N/A#
2N/A# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
2N/A#
2N/A# This program and the accompanying materials
2N/A# are licensed and made available under the terms and conditions of the BSD License
2N/A# which accompanies this distribution. The full text of the license may be found at
2N/A# http://opensource.org/licenses/bsd-license.php
2N/A# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
2N/A# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
2N/A#
2N/A#
2N/A##
2N/A
2N/A[Defines]
2N/A INF_VERSION = 0x00010005
2N/A BASE_NAME = DatahubStatusCodeHandlerDxe
2N/A FILE_GUID = 863D214F-0920-437B-8CAD-88EA83A24E97
2N/A MODULE_TYPE = DXE_DRIVER
2N/A VERSION_STRING = 1.0
2N/A ENTRY_POINT = DatahubStatusCodeHandlerDxeEntry
2N/A
2N/A#
2N/A# The following information is for reference only and not required by the build tools.
2N/A#
2N/A# VALID_ARCHITECTURES = IA32 X64 IPF EBC
2N/A#
2N/A
2N/A[Sources]
2N/A DatahubStatusCodeHandlerDxe.h
2N/A DatahubStatusCodeHandlerDxe.c
2N/A DataHubStatusCodeWorker.c
2N/A
2N/A[Packages]
2N/A MdePkg/MdePkg.dec
2N/A MdeModulePkg/MdeModulePkg.dec
2N/A IntelFrameworkPkg/IntelFrameworkPkg.dec
2N/A IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
2N/A
2N/A[LibraryClasses]
2N/A BaseLib
2N/A MemoryAllocationLib
2N/A UefiBootServicesTableLib
2N/A UefiDriverEntryPoint
2N/A PcdLib
PrintLib
ReportStatusCodeLib
DebugLib
SynchronizationLib
BaseMemoryLib
[Guids]
gEfiEventExitBootServicesGuid ## CONSUMES ## Event
gEfiStatusCodeDataTypeStringGuid ## CONSUMES
gEfiDataHubStatusCodeRecordGuid ## CONSUMES
gEfiStatusCodeDataTypeDebugGuid ## CONSUMES
[Protocols]
gEfiRscHandlerProtocolGuid ## CONSUMES
gEfiDataHubProtocolGuid ## CONSUMES
gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES
[FeaturePcd]
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub
[Depex]
gEfiRscHandlerProtocolGuid AND
gEfiDataHubProtocolGuid