Align to PSA Attestation API tests

Fixes psa-api-test/initial_attestation deployments for linux_pc
and arm-linux.  Also includes changes to enable tests to obtain
the public IAK and fetch and verify attestation token.  The
attestation psa arch test currently fails because of a
hard-coded expectation that the attestation token only
contains a single sw component.  On Linux platforms, there
are multiple sw components.  Other verification checks on
the attestation token  pass.

Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: I7b380b8d1478bc340b5a4b133799c231f64942ff
diff --git a/deployments/component-test/component-test.cmake b/deployments/component-test/component-test.cmake
index 4973793..2cfff4c 100644
--- a/deployments/component-test/component-test.cmake
+++ b/deployments/component-test/component-test.cmake
@@ -48,6 +48,7 @@
 		"components/service/attestation/claims/sources/boot_seed_generator"
 		"components/service/attestation/claims/sources/null_lifecycle"
 		"components/service/attestation/claims/sources/instance_id"
+		"components/service/attestation/claims/sources/implementation_id"
 		"components/service/attestation/claims/sources/event_log"
 		"components/service/attestation/claims/sources/event_log/mock"
 		"components/service/attestation/claims/sources/event_log/test"