blob: 03af4f1e9163d9b51d5f3d743fe9cd07d736342c [file] [log] [blame]
Julian Hall072daf82022-08-04 12:04:41 +01001#-------------------------------------------------------------------------------
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#-------------------------------------------------------------------------------
15add_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)