Build: Rename manifest file
According to PSA FF, the manifest file name should be related to the
name of secure partition.
Change-Id: I6147a1758989ec0ee71d95a504ef53805d51eefa
Signed-off-by: Edison Ai <edison.ai@arm.com>
diff --git a/secure_fw/services/audit_logging/manifest.yaml b/secure_fw/services/audit_logging/tfm_audit_logging.yaml
similarity index 100%
rename from secure_fw/services/audit_logging/manifest.yaml
rename to secure_fw/services/audit_logging/tfm_audit_logging.yaml
diff --git a/secure_fw/services/crypto/manifest.yaml b/secure_fw/services/crypto/tfm_crypto.yaml
similarity index 100%
rename from secure_fw/services/crypto/manifest.yaml
rename to secure_fw/services/crypto/tfm_crypto.yaml
diff --git a/secure_fw/services/initial_attestation/manifest.yaml b/secure_fw/services/initial_attestation/tfm_initial_attestation.yaml
similarity index 100%
rename from secure_fw/services/initial_attestation/manifest.yaml
rename to secure_fw/services/initial_attestation/tfm_initial_attestation.yaml
diff --git a/secure_fw/services/platform/manifest.yaml b/secure_fw/services/platform/tfm_platform.yaml
similarity index 100%
rename from secure_fw/services/platform/manifest.yaml
rename to secure_fw/services/platform/tfm_platform.yaml
diff --git a/secure_fw/services/secure_storage/manifest.yaml b/secure_fw/services/secure_storage/tfm_secure_storage.yaml
similarity index 100%
rename from secure_fw/services/secure_storage/manifest.yaml
rename to secure_fw/services/secure_storage/tfm_secure_storage.yaml
diff --git a/test/test_services/tfm_core_test/manifest.yaml b/test/test_services/tfm_core_test/tfm_test_core.yaml
similarity index 100%
rename from test/test_services/tfm_core_test/manifest.yaml
rename to test/test_services/tfm_core_test/tfm_test_core.yaml
diff --git a/test/test_services/tfm_core_test_2/manifest.yaml b/test/test_services/tfm_core_test_2/tfm_test_core_2.yaml
similarity index 100%
rename from test/test_services/tfm_core_test_2/manifest.yaml
rename to test/test_services/tfm_core_test_2/tfm_test_core_2.yaml
diff --git a/test/test_services/tfm_irq_test_service_1/manifest.yaml b/test/test_services/tfm_irq_test_service_1/tfm_irq_test_service_1.yaml
similarity index 100%
rename from test/test_services/tfm_irq_test_service_1/manifest.yaml
rename to test/test_services/tfm_irq_test_service_1/tfm_irq_test_service_1.yaml
diff --git a/test/test_services/tfm_secure_client_service/manifest.yaml b/test/test_services/tfm_secure_client_service/tfm_test_client_service.yaml
similarity index 100%
rename from test/test_services/tfm_secure_client_service/manifest.yaml
rename to test/test_services/tfm_secure_client_service/tfm_test_client_service.yaml
diff --git a/tools/tfm_manifest_list.yaml b/tools/tfm_manifest_list.yaml
index 599810b..7d1904a 100644
--- a/tools/tfm_manifest_list.yaml
+++ b/tools/tfm_manifest_list.yaml
@@ -14,7 +14,7 @@
{
"name": "Secure Storage Service",
"short_name": "SST",
- "manifest": "secure_fw/services/secure_storage/manifest.yaml",
+ "manifest": "secure_fw/services/secure_storage/tfm_secure_storage.yaml",
"tfm_extensions": true,
"tfm_partition_ipc": true,
"version_major": 0,
@@ -23,7 +23,7 @@
{
"name": "TFM Audit Log Service",
"short_name": "TFM_Audit_Log",
- "manifest": "secure_fw/services/audit_logging/manifest.yaml",
+ "manifest": "secure_fw/services/audit_logging/tfm_audit_logging.yaml",
"conditional": "TFM_PARTITION_AUDIT_LOG",
"tfm_extensions": true,
"tfm_partition_ipc": false,
@@ -33,7 +33,7 @@
{
"name": "TFM Crypto Service",
"short_name": "TFM_Crypto",
- "manifest": "secure_fw/services/crypto/manifest.yaml",
+ "manifest": "secure_fw/services/crypto/tfm_crypto.yaml",
"tfm_extensions": true,
"tfm_partition_ipc": true,
"version_major": 0,
@@ -42,7 +42,7 @@
{
"name": "TFM Platform Service",
"short_name": "TFM_SP_Platform",
- "manifest": "secure_fw/services/platform/manifest.yaml",
+ "manifest": "secure_fw/services/platform/tfm_platform.yaml",
"tfm_extensions": true,
"tfm_partition_ipc": false,
"conditional": "TFM_PARTITION_PLATFORM",
@@ -52,7 +52,7 @@
{
"name": "TFM Initial Attestation Service",
"short_name": "TFM_Init_Attest",
- "manifest": "secure_fw/services/initial_attestation/manifest.yaml",
+ "manifest": "secure_fw/services/initial_attestation/tfm_initial_attestation.yaml",
"tfm_extensions": true,
"tfm_partition_ipc": true,
"version_major": 0,
@@ -61,7 +61,7 @@
{
"name": "TFM Core Test Service",
"short_name": "TFM_Core_Test",
- "manifest": "test/test_services/tfm_core_test/manifest.yaml",
+ "manifest": "test/test_services/tfm_core_test/tfm_test_core.yaml",
"tfm_extensions": true,
"tfm_partition_ipc": true,
"conditional": "TFM_PARTITION_TEST_CORE",
@@ -71,7 +71,7 @@
{
"name": "TFM Core Test Service 2",
"short_name": "TFM_Core_Test_2",
- "manifest": "test/test_services/tfm_core_test_2/manifest.yaml",
+ "manifest": "test/test_services/tfm_core_test_2/tfm_test_core_2.yaml",
"tfm_extensions": true,
"tfm_partition_ipc": true,
"conditional": "TFM_PARTITION_TEST_CORE",
@@ -81,7 +81,7 @@
{
"name": "TFM Secure Client Service",
"short_name": "TFM_Secure_Client",
- "manifest": "test/test_services/tfm_secure_client_service/manifest.yaml",
+ "manifest": "test/test_services/tfm_secure_client_service/tfm_test_client_service.yaml",
"tfm_extensions": true,
"tfm_partition_ipc": true,
"conditional": "TFM_PARTITION_TEST_SECURE_SERVICES",
@@ -111,7 +111,7 @@
{
"name": "TFM IRQ Test Service 1",
"short_name": "TFM_IRQ_Test_1",
- "manifest": "test/test_services/tfm_irq_test_service_1/manifest.yaml",
+ "manifest": "test/test_services/tfm_irq_test_service_1/tfm_irq_test_service_1.yaml",
"tfm_extensions": true,
"tfm_partition_ipc": true,
"conditional": "TFM_PARTITION_TEST_CORE",