| #------------------------------------------------------------------------------- |
| # Copyright (c) 2022, Arm Limited and Contributors. All rights reserved. |
| # |
| # SPDX-License-Identifier: BSD-3-Clause |
| # |
| # Includes components needed for deploying the se-proxy service provider |
| # within a secure partition. |
| #------------------------------------------------------------------------------- |
| |
| #------------------------------------------------------------------------------- |
| # Common components for se-proxy sp deployments |
| # |
| #------------------------------------------------------------------------------- |
| add_components(TARGET "se-proxy" |
| 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/ts_rpc/common" |
| "components/rpc/ts_rpc/endpoint/sp" |
| ) |
| |
| target_sources(se-proxy PRIVATE |
| ${CMAKE_CURRENT_LIST_DIR}/se_proxy_sp.c |
| ) |