depot_deploy: support usb service provider

Now, Usb sessions can be effectively routed to the black-hole component
in Sculpt.

Issue #4419
This commit is contained in:
Christian Helmuth 2022-04-11 11:59:25 +02:00
parent 4dbe1588a6
commit 2da57613bf

View File

@ -488,6 +488,7 @@ void Depot_deploy::Child::gen_start_node(Xml_generator &xml,
_gen_provides_sub_node(xml, service, "uplink", "Uplink");
_gen_provides_sub_node(xml, service, "gui", "Gui");
_gen_provides_sub_node(xml, service, "gpu", "Gpu");
_gen_provides_sub_node(xml, service, "usb", "Usb");
_gen_provides_sub_node(xml, service, "report", "Report");
_gen_provides_sub_node(xml, service, "rom", "ROM");
_gen_provides_sub_node(xml, service, "terminal", "Terminal");