blob: c64a251eceb34ab4c12c933bacbdbac23365370a [file] [log] [blame]
Balint Dobszayad82efb2024-11-21 13:53:09 +01001#-------------------------------------------------------------------------------
2# Copyright (c) 2024, Arm Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8add_components(TARGET ftpm
9 BASE_DIR ${TS_ROOT}
10 COMPONENTS
11 "components/rpc/common/interface"
12 "components/rpc/common/endpoint"
13 "components/service/common/include"
14 "components/service/common/provider"
15 "components/service/tpm/provider"
16)