Add direct_fw_inspector
The direct_fw_inspector can be used on platforms where direct
access to fw storage volumes is possible from the update agent
security domain. The direct_fw_inspector uses the set of
registered installers to provide the information needed to
populate the fw_director to provide a fresh view of updatable
images.
Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: Iab6fe5d919a173a32c284dd5567e144692d58dba
diff --git a/deployments/component-test/component-test.cmake b/deployments/component-test/component-test.cmake
index cf43cf7..d9301e5 100644
--- a/deployments/component-test/component-test.cmake
+++ b/deployments/component-test/component-test.cmake
@@ -120,6 +120,7 @@
"components/service/fwu/installer/factory/default"
"components/service/fwu/installer/factory/default/test"
"components/service/fwu/inspector/mock"
+ "components/service/fwu/inspector/direct"
"components/service/crypto/client/cpp"
"components/service/crypto/client/cpp/protocol/protobuf"
"components/service/crypto/client/cpp/protocol/packed-c"