mbed-os5 only for TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Revision:
1:9db0e321a9f4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/inc/tfm_partition_defs.inc	Tue Dec 31 06:02:27 2019 +0000
@@ -0,0 +1,68 @@
+/* Copyright (c) 2017-2019 ARM Limited
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/*******************************************************************************
+ * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ * THIS FILE IS AN AUTO-GENERATED FILE - DO NOT MODIFY IT.
+ * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ * Template Version 1.0
+ * Generated by tools/psa/generate_partition_code.py Version 1.1
+ ******************************************************************************/
+
+#ifndef __TFM_PARTITION_DEFS_INC__
+#define __TFM_PARTITION_DEFS_INC__
+
+/*************************** Service Partitions *******************************/
+
+#define ATTEST_SRV_ID (TFM_SP_BASE + 0)
+#define CRYPTO_SRV_ID (TFM_SP_BASE + 1)
+#define PLATFORM_ID (TFM_SP_BASE + 2)
+#define ITS_ID (TFM_SP_BASE + 3)
+
+/*************************** Test Partitions **********************************/
+
+#ifdef USE_PSA_TEST_PARTITIONS
+
+#ifdef USE_CRYPTO_ACL_TEST
+#define CRYPTO_ACL_TEST_ID (TFM_SP_BASE + 4 + 0)
+#endif
+
+#ifdef USE_CLIENT_TESTS_PART1
+#define CLIENT_TESTS_PART1_ID (TFM_SP_BASE + 4 + 1)
+#endif
+
+#ifdef USE_SERVER_TESTS_PART1
+#define SERVER_TESTS_PART1_ID (TFM_SP_BASE + 4 + 2)
+#endif
+
+#ifdef USE_SERVER_TESTS_PART2
+#define SERVER_TESTS_PART2_ID (TFM_SP_BASE + 4 + 3)
+#endif
+
+#ifdef USE_SMOKE_TESTS_PART1
+#define SMOKE_TESTS_PART1_ID (TFM_SP_BASE + 4 + 4)
+#endif
+
+#endif // USE_PSA_TEST_PARTITIONS
+
+#ifdef USE_PSA_TEST_PARTITIONS
+#define TFM_MAX_USER_PARTITIONS (4 + 5)
+#else
+#define TFM_MAX_USER_PARTITIONS (4)
+#endif
+
+#endif // __TFM_PARTITION_DEFS_INC__