Add secure storage service and demo deployments
Change-Id: Ie321a3faca1a57fbfbd7709fa3f2e983e002f0b3
Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
diff --git a/deployments/sfs-demo/opteesp/sp.h b/deployments/sfs-demo/opteesp/sp.h
new file mode 100644
index 0000000..2b66c1c
--- /dev/null
+++ b/deployments/sfs-demo/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 \
+ { 0x01109cf8, 0xe5ca, 0x446f, \
+ { 0x9b, 0x55, 0xf3, 0xcd, 0xc6, 0x51, 0x10, 0xc8 } }
+
+#define SP_UUID_BYTES \
+ { 0x01, 0x10, 0x9c, 0xf8, 0xe5, 0xca, 0x44, 0x6f, \
+ 0x9b, 0x55, 0xf3, 0xcd, 0xc6, 0x51, 0x10, 0xc8, }
+
+#endif /* SP_H */