Build: Add the tfm NS log library

This part is missed for the new build system.
The NS log implementations have been seperated from the TF-M.
The NS is using the one in TF-M.

This patch adds the NS log library.
Corresponding changes are required in TF-M repo to
1. Add the NS log library to build
2. Remove the build for the log implementation in NS interface

Change-Id: Ic71b244fb93651974422b49a24d08e5a270dd5f5
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 6bd79e0..6803644 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -51,6 +51,7 @@
 target_link_libraries(tfm_test_framework
     INTERFACE
         psa_interface
+        tfm_ns_log
 )
 
 target_sources(tfm_ns_tests