## @file # Component description file for TraceHubStatusCodeHandlerPei # # *************************************************************************** # * 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 = TraceHubStatusCodeHandlerPei FILE_GUID = 9AB047AF-C26E-4DBF-B468-27AC6536482E MODULE_TYPE = PEIM ENTRY_POINT = TraceHubStatusCodeHandlerPeiEntry # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 EBC # [Sources] TraceHubStatusCodeHandlerPei.c TraceHubStatusCodeWorkerPei.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec $(CHIPSET_PKG)/$(CHIPSET_PKG).dec [LibraryClasses] PeimEntryPoint BaseMemoryLib DebugLib DebugPrintErrorLevelLib PcdLib PlatformPostCodeMapLib PeiServicesLib PrintLib ReportStatusCodeLib BaseTraceHubDebugLib [Guids] gEfiStatusCodeDataTypeStringGuid gEfiTraceHubStatusCodeHandlePeiGuid [FeaturePcd] gEfiTraceHubTokenSpaceGuid.PcdStatusCodeUseTraceHub [FixedPcd] gEfiTraceHubTokenSpaceGuid.PcdTraceHubStatusCodeMaster gEfiTraceHubTokenSpaceGuid.PcdTraceHubStatusCodeChannel [Ppis] gEfiPeiRscHandlerPpiGuid ## CONSUMES gEfiTraceHubStatusCodeHandlePpi ## PRODUCES CONSUMES gEfiTraceHubStatusCodeHandleHeaderPpi ## PRODUCES CONSUMES [Depex] gEfiPeiRscHandlerPpiGuid AND gPcdPpiGuid