SPM: Rename tfm_psa_call_pack.c to tfm_psa_call.c
The actual implementation of tfm_psa_call_pack is in psa_interface_sfn.c
and psa_api_ipc.c. In tfm_psa_call_pack.c, only "psa_call" is
implementated to encode parameters for secure gateway ABI.
To avoid any confusion, rename tfm_psa_call_pack.c to tfm_psa_call.c.
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I8109475f7ccd177f7067db7437850afe65d34446
diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt
index 777bf1b..8de2746 100644
--- a/interface/CMakeLists.txt
+++ b/interface/CMakeLists.txt
@@ -58,7 +58,7 @@
$<$<BOOL:${TFM_PARTITION_INTERNAL_TRUSTED_STORAGE}>:${CMAKE_CURRENT_SOURCE_DIR}/src/tfm_its_api.c>
$<$<BOOL:${TFM_PARTITION_PLATFORM}>:${CMAKE_CURRENT_SOURCE_DIR}/src/tfm_platform_api.c>
$<$<BOOL:${TFM_PARTITION_PROTECTED_STORAGE}>:${CMAKE_CURRENT_SOURCE_DIR}/src/tfm_ps_api.c>
- ${CMAKE_CURRENT_SOURCE_DIR}/src/tfm_psa_call_pack.c
+ ${CMAKE_CURRENT_SOURCE_DIR}/src/tfm_psa_call.c
)
###################### Export configurations to NS #############################