Add demo app for attestation service

Adds the platform_inspect deployment that builds a user-space app
that retrieves an attestation token, verifies it and pretty
prints the result.  The platform_inspect app may be extended
to inspect other aspects of the device firmware e.g. a list
of TS service providers.

Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: I98efd0313f15fdfd50d92716341165afdb1f0ff5
diff --git a/deployments/component-test/component-test.cmake b/deployments/component-test/component-test.cmake
index 2a8556a..6b2f9e5 100644
--- a/deployments/component-test/component-test.cmake
+++ b/deployments/component-test/component-test.cmake
@@ -51,12 +51,12 @@
 		"components/service/attestation/claims/sources/event_log/mock"
 		"components/service/attestation/claims/sources/event_log/test"
 		"components/service/attestation/reporter/psa"
+		"components/service/attestation/reporter/dump/raw"
 		"components/service/attestation/key_mngr"
 		"components/service/attestation/provider"
 		"components/service/attestation/provider/serializer/packed-c"
 		"components/service/attestation/client/psa"
 		"components/service/attestation/client/provision"
-		"components/service/attestation/test/common"
 		"components/service/attestation/test/component"
 		"components/service/attestation/test/service"
 		"components/service/crypto/client/cpp"