blob: d3e2e4f8d244fabc68f129924280b0d00661e195 [file] [log] [blame]
#-------------------------------------------------------------------------------
# Copyright (c) 2023, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Includes components needed for deploying the logging service provider
# within a secure partition.
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# Common components for logging sp deployments
#
#-------------------------------------------------------------------------------
add_components(TARGET "logging"
BASE_DIR ${TS_ROOT}
COMPONENTS
"components/common/fdt"
"components/common/trace"
"components/common/utils"
"components/config/ramstore"
"components/config/loader/sp"
"components/messaging/ffa/libsp"
"components/rpc/common/interface"
"components/rpc/common/endpoint"
"components/rpc/ts_rpc/common"
"components/rpc/ts_rpc/endpoint/sp"
"components/service/log/backend/uart/uart_adapter/platform"
)
target_sources(logging PRIVATE
${CMAKE_CURRENT_LIST_DIR}/logging_sp.c
)