Integrate block_store backend into PS standalone service context
The standalone service context for the Protected Storage service
has been modified to use the Secure Flash Store with a block store
backend. This makes service testing in the linux_pc environment
closer to testing on real hardware by including block_storage
components in the service deployment.
Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: Ib7ed3e323958b4948a80526c2163cc8b55d4ed74
diff --git a/deployments/component-test/component-test.cmake b/deployments/component-test/component-test.cmake
index b2ca483..b5b87aa 100644
--- a/deployments/component-test/component-test.cmake
+++ b/deployments/component-test/component-test.cmake
@@ -82,12 +82,14 @@
"components/service/block_storage/block_store/device/ram"
"components/service/block_storage/block_store/device/ram/test"
"components/service/block_storage/block_store/device/null"
+ "components/service/block_storage/block_store/client"
"components/service/block_storage/block_store/partitioned"
"components/service/block_storage/block_store/partitioned/test"
"components/service/block_storage/provider"
"components/service/block_storage/provider/serializer/packed-c"
"components/service/block_storage/config/ref"
"components/service/block_storage/factory/ref_ram"
+ "components/service/block_storage/factory/client"
"components/service/crypto/client/cpp"
"components/service/crypto/client/cpp/protocol/protobuf"
"components/service/crypto/client/cpp/protocol/packed-c"