Test: Remove unnecessary links to tfm_test_framework_s

It is unncessary to link tfm_test_framework_s to some test services.
Remove the unnecessary links.

Signed-off-by: David Hu <david.hu@arm.com>
Change-Id: I02e0ddfc09edd548b1823b30e4f4b8085511884e
diff --git a/test/test_services/tfm_attest_test_service/CMakeLists.txt b/test/test_services/tfm_attest_test_service/CMakeLists.txt
index b140977..6280a5f 100644
--- a/test/test_services/tfm_attest_test_service/CMakeLists.txt
+++ b/test/test_services/tfm_attest_test_service/CMakeLists.txt
@@ -57,7 +57,6 @@
         tfm_secure_api
         psa_interface
         platform_s
-        tfm_test_framework_s
 )
 
 target_link_libraries(tfm_spm
diff --git a/test/test_services/tfm_core_test/CMakeLists.txt b/test/test_services/tfm_core_test/CMakeLists.txt
index 7f742bf..290aaaf 100644
--- a/test/test_services/tfm_core_test/CMakeLists.txt
+++ b/test/test_services/tfm_core_test/CMakeLists.txt
@@ -45,7 +45,6 @@
         psa_interface
         platform_s
         tfm_arch
-        tfm_test_framework_s
 )
 
 target_link_libraries(tfm_spm
@@ -53,11 +52,6 @@
         tfm_psa_rot_partition_core_test
 )
 
-target_include_directories(tfm_test_framework_s
-    INTERFACE
-        .
-)
-
 # header files included by other libraries
 add_library(tfm_psa_rot_partition_core_test_defs INTERFACE)
 
diff --git a/test/test_services/tfm_core_test/tfm_ss_core_test.c b/test/test_services/tfm_core_test/tfm_ss_core_test.c
index f48c722..377d5a2 100644
--- a/test/test_services/tfm_core_test/tfm_ss_core_test.c
+++ b/test/test_services/tfm_core_test/tfm_ss_core_test.c
@@ -8,7 +8,6 @@
 #include <stddef.h>
 #include "core_test_defs.h"
 #include "tfm_ss_core_test.h"
-#include "test_framework.h"
 #include "tfm_veneers.h"
 #include "tfm_secure_api.h"
 #include "psa/service.h"
diff --git a/test/test_services/tfm_ipc_service/CMakeLists.txt b/test/test_services/tfm_ipc_service/CMakeLists.txt
index f674331..3c8f215 100644
--- a/test/test_services/tfm_ipc_service/CMakeLists.txt
+++ b/test/test_services/tfm_ipc_service/CMakeLists.txt
@@ -44,7 +44,6 @@
     PRIVATE
         tfm_secure_api
         platform_s
-        tfm_test_framework_s
         tfm_arch
         tfm_sprt
 )