Build: Update paths for SFN test Partitions
This patch fixes build errors due to path misalignments.
Change-Id: Ied34c3c454015644e02d9a7cf2ec13f50d91b2d7
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/test/secure_fw/test_services/tfm_spm_test/sfn_partition2/CMakeLists.txt b/test/secure_fw/test_services/tfm_spm_test/sfn_partition2/CMakeLists.txt
index eb2db56..d9ea877 100644
--- a/test/secure_fw/test_services/tfm_spm_test/sfn_partition2/CMakeLists.txt
+++ b/test/secure_fw/test_services/tfm_spm_test/sfn_partition2/CMakeLists.txt
@@ -16,7 +16,7 @@
target_include_directories(tfm_partitions
INTERFACE
- ${CMAKE_BINARY_DIR}/generated/test_services/sfn_partition2
+ ${CMAKE_BINARY_DIR}/generated/secure_fw/test_services/sfn_partition2
)
# The generated sources
diff --git a/test/secure_fw/test_services/tfm_test_manifest_list.yaml b/test/secure_fw/test_services/tfm_test_manifest_list.yaml
index 5bf2a2a..d96cfa8 100644
--- a/test/secure_fw/test_services/tfm_test_manifest_list.yaml
+++ b/test/secure_fw/test_services/tfm_test_manifest_list.yaml
@@ -180,7 +180,7 @@
"name": "TFM SFN Partition1 Service",
"short_name": "TFM_SFN_SP1",
"manifest": "tfm_spm_test/sfn_partition1/sfn_partition1.yaml",
- "output_path": "test_services/sfn_partition1",
+ "output_path": "secure_fw/test_services/sfn_partition1",
"conditional": "@TEST_NS_SFN_BACKEND@",
"version_major": 0,
"version_minor": 1,
@@ -195,7 +195,7 @@
"name": "TFM SFN Partition2 Service",
"short_name": "TFM_SFN_SP2",
"manifest": "tfm_spm_test/sfn_partition2/sfn_partition2.yaml",
- "output_path": "test_services/sfn_partition2",
+ "output_path": "secure_fw/test_services/sfn_partition2",
"conditional": "@TEST_NS_SFN_BACKEND@",
"version_major": 0,
"version_minor": 1,