Balint Dobszay | ad82efb | 2024-11-21 13:53:09 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2024, Arm Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | |
| 8 | add_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 | ) |