Julian Hall | 072daf8 | 2022-08-04 12:04:41 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2022, Arm Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | # Lists components that provide an infrastructure layer for the |
| 7 | # internal-trusted-storage service provider that uses the SFS component |
| 8 | # backed by ram storage. Not intended to production deployments. |
| 9 | #------------------------------------------------------------------------------- |
| 10 | |
| 11 | #------------------------------------------------------------------------------- |
| 12 | # Infrastructure components |
| 13 | # |
| 14 | #------------------------------------------------------------------------------- |
| 15 | add_components(TARGET "internal-trusted-storage" |
| 16 | BASE_DIR ${TS_ROOT} |
| 17 | COMPONENTS |
| 18 | "components/service/secure_storage/backend/secure_flash_store" |
| 19 | "components/service/secure_storage/backend/secure_flash_store/flash_fs" |
| 20 | "components/service/secure_storage/backend/secure_flash_store/flash" |
| 21 | "components/service/secure_storage/backend/secure_flash_store/flash/ram" |
| 22 | "components/service/secure_storage/factory/common/sfs" |
| 23 | ) |