Add fwu standalone service context

To support service level of the fwu service, a standalone service
context is added that presents a service endpoint for fwu. This
is incorprated into the linux-pc deployment of libts. This allows
clients to discover and connect to the fwu service for the purpose
of testing. To allow different firmware configurations to be tested,
fwu components are configured outside of the fwu service context.

Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: I4f3aa89590eab514a509172a96220b431382263d
diff --git a/deployments/component-test/component-test.cmake b/deployments/component-test/component-test.cmake
index b23c778..7f8806c 100644
--- a/deployments/component-test/component-test.cmake
+++ b/deployments/component-test/component-test.cmake
@@ -67,6 +67,7 @@
 		"components/service/locator/standalone/services/test-runner"
 		"components/service/locator/standalone/services/attestation"
 		"components/service/locator/standalone/services/block-storage"
+		"components/service/locator/standalone/services/fwu"
 		"components/service/locator/standalone/services/smm-variable"
 		"components/service/discovery/client"
 		"components/service/discovery/provider"