Add secure enclave proxy deployment
A new deployment called se-proxy is added to form the starting
point for developing a service level proxy for a remote
secure enclave running on a separate MCU. The proxy
combines service endpoints crypto, attestation and secure
storage service providers. New backends for each service
will need to replace the service backends initially
included in this deployment.
Signed-off-by: Julian Hall <julian.hall@arm.com>
Signed-off-by: Gyorgy Szing <gyorgy.szing@arm.com>
Change-Id: I96a3f71c690f885c8df8895546040efaad7bac41
diff --git a/tools/b-test/test_data.yaml b/tools/b-test/test_data.yaml
index 6a1201e..5c86866 100644
--- a/tools/b-test/test_data.yaml
+++ b/tools/b-test/test_data.yaml
@@ -37,6 +37,11 @@
- "-GUnix Makefiles"
- "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
- "-DCMAKE_VERBOSE_MAKEFILE=y"
+ - name: "se-proxy-optee-arm"
+ src: "$TS_ROOT/deployments/se-proxy/opteesp"
+ params:
+ - "-GUnix Makefiles"
+ - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
- name: "sfs-demo-optee-arm"
src: "$TS_ROOT/deployments/sfs-demo/opteesp"
params: