blob: dc73cd494c02131dd4d3df8813b04a710d38f064 [file] [log] [blame]
#-------------------------------------------------------------------------------
# Copyright (c) 2022, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Lists components that provide an infrastructure layer for the
# protected-storage service provider that uses the SFS component
# backed by ram storage. Not intended to production deployments.
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# Infrastructure components
#
#-------------------------------------------------------------------------------
add_components(TARGET "protected-storage"
BASE_DIR ${TS_ROOT}
COMPONENTS
"components/service/secure_storage/backend/secure_flash_store"
"components/service/secure_storage/backend/secure_flash_store/flash_fs"
"components/service/secure_storage/backend/secure_flash_store/flash"
"components/service/secure_storage/backend/secure_flash_store/flash/ram"
"components/service/secure_storage/factory/common/sfs"
)