Add partitioned_block_store component
The partitioned_block_store is a block_store that can be stacked
over an underlying block store to allow it to be presented as a
set of separate storage partitions, each with their own partition
GUID and access permissions.
Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: Ia6e3118fe49689f69f11279e0e1ca09ac5b07ff8
diff --git a/deployments/component-test/component-test.cmake b/deployments/component-test/component-test.cmake
index ca2985e..c1b0317 100644
--- a/deployments/component-test/component-test.cmake
+++ b/deployments/component-test/component-test.cmake
@@ -80,6 +80,8 @@
"components/service/block_storage/block_store/device"
"components/service/block_storage/block_store/device/ram"
"components/service/block_storage/block_store/device/ram/test"
+ "components/service/block_storage/block_store/partitioned"
+ "components/service/block_storage/block_store/partitioned/test"
"components/service/crypto/client/cpp"
"components/service/crypto/client/cpp/protocol/protobuf"
"components/service/crypto/client/cpp/protocol/packed-c"