Add secure storage service and demo deployments
Change-Id: Ie321a3faca1a57fbfbd7709fa3f2e983e002f0b3
Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
diff --git a/deployments/secure-storage/opteesp/sp.h b/deployments/secure-storage/opteesp/sp.h
new file mode 100644
index 0000000..299c95e
--- /dev/null
+++ b/deployments/secure-storage/opteesp/sp.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef SP_H
+#define SP_H
+
+#define OPTEE_SP_UUID \
+ { 0xdc1eef48, 0xb17a, 0x4ccf, \
+ { 0xac, 0x8b, 0xdf, 0xcf, 0xf7, 0x71, 0x1b, 0x14 } }
+
+#define SP_UUID_BYTES \
+ { 0xdc, 0x1e, 0xef, 0x48, 0xb1, 0x7a, 0x4c, 0xcf, \
+ 0xac, 0x8b, 0xdf, 0xcf, 0xf7, 0x71, 0x1b, 0x14, }
+
+#endif /* SP_H */