Test: Add Secure Client 2 test partition

Adds the Secure Client 2 test partition, which provides a service to
call test functions by ID within the execution context of this
partition.

This makes it possible to test scenarios involving multiple partitions.

Change-Id: I6183fc1d0f9d6f23c01e638ce9589afdb919eb47
Signed-off-by: Jamie Fox <jamie.fox@arm.com>
diff --git a/interface/include/psa_manifest/pid.h b/interface/include/psa_manifest/pid.h
index 0ff494e..322157b 100644
--- a/interface/include/psa_manifest/pid.h
+++ b/interface/include/psa_manifest/pid.h
@@ -27,8 +27,9 @@
 #define TFM_SP_IPC_CLIENT_TEST                                         (266)
 #define TFM_IRQ_TEST_1                                                 (267)
 #define TFM_SP_SST_TEST                                                (268)
+#define TFM_SP_SECURE_CLIENT_2                                         (269)
 
-#define TFM_MAX_USER_PARTITIONS                                        (13)
+#define TFM_MAX_USER_PARTITIONS                                        (14)
 
 #ifdef __cplusplus
 }
diff --git a/interface/include/psa_manifest/sid.h b/interface/include/psa_manifest/sid.h
index 4a2895d..5f2111a 100644
--- a/interface/include/psa_manifest/sid.h
+++ b/interface/include/psa_manifest/sid.h
@@ -130,6 +130,10 @@
 #define TFM_SST_TEST_PREPARE_SID                                   (0x0000F0C0U)
 #define TFM_SST_TEST_PREPARE_VERSION                               (1U)
 
+/******** TFM_SP_SECURE_CLIENT_2 ********/
+#define TFM_SECURE_CLIENT_2_SID                                    (0x0000F0E0U)
+#define TFM_SECURE_CLIENT_2_VERSION                                (1U)
+
 #ifdef __cplusplus
 }
 #endif