Introduce common service client
In preparation for making common service access information
such as the maximum request length or supported serializations,
a common service client has been introduced that standardizes
common client state, including any available service access
info. All clients refactored to use the common service client.
Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: I31336901476f5647d2ed00294716940f475da08c
diff --git a/deployments/platform-inspect/platform-inspect.cmake b/deployments/platform-inspect/platform-inspect.cmake
index a8952f4..ef4ba4b 100644
--- a/deployments/platform-inspect/platform-inspect.cmake
+++ b/deployments/platform-inspect/platform-inspect.cmake
@@ -29,6 +29,7 @@
"components/app/platform-inspect"
"components/common/tlv"
"components/common/cbor_dump"
+ "components/service/common/client"
"components/service/common/include"
"components/service/attestation/include"
"components/service/attestation/client/psa"