Deploy logging SP inside SPs
Make SPs use logging SP. For this the log_client instance
needs to be initialized inside the SPs, using the provided
factory method.
Signed-off-by: Gabor Toth <gabor.toth2@arm.com>
Signed-off-by: Gabor Ambrus <gabor.ambrus@arm.com>
Change-Id: If4d41d15a1488943ceb00d9453b5c38d2bad10c1
diff --git a/deployments/crypto/crypto.cmake b/deployments/crypto/crypto.cmake
index 155099c..098861c 100644
--- a/deployments/crypto/crypto.cmake
+++ b/deployments/crypto/crypto.cmake
@@ -12,6 +12,7 @@
"components/rpc/common/interface"
"components/rpc/common/endpoint"
"components/service/common/include"
+ "components/service/common/client"
"components/service/common/serializer/protobuf"
"components/service/common/provider"
"components/service/crypto/provider"