Build: Install a new header file into install folder

tfm_psa_call_param.h should be exported to non-secure.
Install this header file into the install folder in IPC mode.

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Ib7690efb69e3f97c2140375e007d35cc4aa04120
diff --git a/cmake/install.cmake b/cmake/install.cmake
index 2187e62..653dcc4 100644
--- a/cmake/install.cmake
+++ b/cmake/install.cmake
@@ -44,6 +44,11 @@
 install(FILES       ${INTERFACE_INC_DIR}/ext/tz_context.h
         DESTINATION ${INSTALL_INTERFACE_INC_DIR}/ext)
 
+if (TFM_PSA_API)
+    install(FILES       ${INTERFACE_INC_DIR}/tfm_psa_call_param.h
+            DESTINATION ${INSTALL_INTERFACE_INC_DIR})
+endif()
+
 if (TFM_MULTI_CORE_TOPOLOGY)
     install(FILES       ${INTERFACE_INC_DIR}/multi_core/tfm_multi_core_api.h
                         ${INTERFACE_INC_DIR}/multi_core/tfm_ns_mailbox.h