## @file # Component description file for TraceHubStatusCodeHandlerRuntimeDxe # # *************************************************************************** # * Copyright (c) 2014, Insyde Software Corp. All Rights Reserved. # * # * You may not reproduce, distribute, publish, display, perform, modify, adapt, # * transmit, broadcast, present, recite, release, license or otherwise exploit # * any part of this publication in any form, by any means, without the prior # * written permission of Insyde Software Corporation. # * # ****************************************************************************** # #@copyright # Copyright (c) 2013 - 2014 Intel Corporation. All rights reserved # This software and associated documentation (if any) is furnished # under a license and may only be used or copied in accordance # with the terms of the license. Except as permitted by the # license, no part of this software or documentation may be # reproduced, stored in a retrieval system, or transmitted in any # form or by any means without the express written consent of # Intel Corporation. # This file contains 'Framework Code' and is licensed as such # under the terms of your license agreement with Intel or your # vendor. This file may not be modified, except as allowed by # additional terms of your license agreement. # #@par Specification Reference: ## [Defines] INF_VERSION = 0x00010005 BASE_NAME = TraceHubStatusCodeHandlerRuntimeDxe FILE_GUID = DE5FC8BF-06ED-4DC5-BA9D-29F711699A85 MODULE_TYPE = DXE_RUNTIME_DRIVER ENTRY_POINT = TraceHubStatusCodeHandlerRuntimeDxeEntry # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 EBC # [Sources] TraceHubStatusCodeHandlerRuntimeDxe.c TraceHubStatusCodeWorkerRuntimeDxe.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec $(CHIPSET_PKG)/$(CHIPSET_PKG).dec [LibraryClasses] UefiDriverEntryPoint DebugLib DebugPrintErrorLevelLib PcdLib PlatformPostCodeMapLib PrintLib ReportStatusCodeLib UefiBootServicesTableLib UefiRuntimeLib BaseTraceHubDebugLib [Guids] gEfiStatusCodeDataTypeStringGuid gEfiTraceHubStatusCodeHandleRuntimeDxeGuid [FeaturePcd] gEfiTraceHubTokenSpaceGuid.PcdStatusCodeUseTraceHub [FixedPcd] gEfiTraceHubTokenSpaceGuid.PcdTraceHubStatusCodeMaster gEfiTraceHubTokenSpaceGuid.PcdTraceHubStatusCodeChannel [Protocols] gEfiRscHandlerProtocolGuid ## CONSUMES [Depex] gEfiRscHandlerProtocolGuid