Add crypto key store partitioning tests

Add tests that run against standalone service instances to verify that
access to keys is partitioned by client ID. This checks that one client
cannot access another's keys and that each client has its own key ID
space.

Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: Icd9a231f9becaedf825e57bbb183bb6a7be157d4
diff --git a/deployments/component-test/component-test.cmake b/deployments/component-test/component-test.cmake
index 03f7c8c..08ac06c 100644
--- a/deployments/component-test/component-test.cmake
+++ b/deployments/component-test/component-test.cmake
@@ -160,6 +160,7 @@
 		"components/service/crypto/test/service/extension/key_derivation"
 		"components/service/crypto/test/service/extension/key_derivation/packed-c"
 		"components/service/crypto/test/protocol"
+		"components/service/crypto/test/security/standalone"
 		"components/service/secure_storage/include"
 		"components/service/secure_storage/frontend/psa/its"
 		"components/service/secure_storage/frontend/psa/its/test"