alder_lake_bios/Intel/AlderLake/ClientOneSiliconPkg/Library/TraceHubDebugLibSvenTx/BaseTraceHubDebugLibSvenTx.inf

72 lines
2.0 KiB
INI

#
# 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.
#
## @file
# Base TraceHub Debug Lib instance
# This instance doesn't depend on any memory allocation service. It can be used
# in early SEC phase
#
# INTEL CONFIDENTIAL
# Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>
#
# 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 such
# 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.
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = BaseTraceHubDebugLibSvenTx
FILE_GUID = BA3D107E-3939-4595-BECE-C8CE3BB3967F
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = TraceHubDebugLib
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64
#
[Pcd]
gSiPkgTokenSpaceGuid.PcdTraceHubDebugLibMaster ## CONSUMES
gSiPkgTokenSpaceGuid.PcdTraceHubDebugLibChannel ## CONSUMES
[LibraryClasses]
TraceHubHookLib
DebugLib
PcdLib
[Packages]
MdePkg/MdePkg.dec
ClientOneSiliconPkg/SiPkg.dec
[Sources]
sventx/src/sventx_api.c
sventx/src/sventx_compiler.c
sventx/src/sventx_crc32.c
sventx/src/sventx_init.c
sventx/src/sventx_inline.c
sventx/src/sventx_write.c
sventx/platform/UEFI/src/sventx_platform.c
sventx/api.h
sventx/compiler.h
sventx/crc32.h
sventx/devh.h
sventx/event.h
sventx/inline.h
sventx/sventx.h
sventx/sventx_platform.h
sventx/sventx_platform_config.h
BaseTraceHubDebugLib.c
EnableTraceHubData.c
EnableTraceHubData.h