Add null_block_store component
A block_store that actually has no storage. Writes are ignored and
read blocks return all zeros. Can be used as a placeholder during
integration.
Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: I25fa2b56cfa5a87a782aa2d2d730f1095eeedaca
diff --git a/deployments/component-test/component-test.cmake b/deployments/component-test/component-test.cmake
index c1b0317..a1be1dd 100644
--- a/deployments/component-test/component-test.cmake
+++ b/deployments/component-test/component-test.cmake
@@ -80,6 +80,7 @@
"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/device/null"
"components/service/block_storage/block_store/partitioned"
"components/service/block_storage/block_store/partitioned/test"
"components/service/crypto/client/cpp"