82 lines
2.6 KiB
INI
82 lines
2.6 KiB
INI
## @file
|
|
# Component description file for TraceHubStatusCodeHandlerSmm
|
|
#
|
|
# ***************************************************************************
|
|
# * 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 = TraceHubStatusCodeHandlerSmm
|
|
FILE_GUID = 5C44EAF7-FF0B-462E-87F4-2D46460BF48F
|
|
MODULE_TYPE = DXE_SMM_DRIVER
|
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
|
ENTRY_POINT = TraceHubStatusCodeHandlerSmmEntry
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
#
|
|
|
|
[Sources]
|
|
TraceHubStatusCodeHandlerSmm.c
|
|
TraceHubStatusCodeWorkerSmm.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
DebugLib
|
|
DebugPrintErrorLevelLib
|
|
PcdLib
|
|
PlatformPostCodeMapLib
|
|
PrintLib
|
|
ReportStatusCodeLib
|
|
SmmServicesTableLib
|
|
BaseTraceHubDebugLib
|
|
|
|
[Guids]
|
|
gEfiStatusCodeDataTypeStringGuid
|
|
gEfiTraceHubStatusCodeHandleSmmGuid
|
|
|
|
[FeaturePcd]
|
|
gEfiTraceHubTokenSpaceGuid.PcdStatusCodeUseTraceHub
|
|
|
|
[FixedPcd]
|
|
gEfiTraceHubTokenSpaceGuid.PcdTraceHubStatusCodeMaster
|
|
gEfiTraceHubTokenSpaceGuid.PcdTraceHubStatusCodeChannel
|
|
|
|
[Protocols]
|
|
gEfiSmmRscHandlerProtocolGuid ## CONSUMES
|
|
|
|
[Depex]
|
|
gEfiSmmRscHandlerProtocolGuid
|
|
|