Add reference partition configurator

Adds a component to set-up a reference storage partition configuration
to support test. Real block store deployments will use a dynamic
configuration loaded from a GPT or some other source.

Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: I54ab14fb1dc3196c3485bbeb3f94169c7d0bc78e
diff --git a/deployments/component-test/component-test.cmake b/deployments/component-test/component-test.cmake
index 541dd35..d5edf4f 100644
--- a/deployments/component-test/component-test.cmake
+++ b/deployments/component-test/component-test.cmake
@@ -86,6 +86,7 @@
 		"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/crypto/client/cpp"
 		"components/service/crypto/client/cpp/protocol/protobuf"
 		"components/service/crypto/client/cpp/protocol/packed-c"