depot_deploy: add <capture> session announcement

Announce Capture session if node is present in runtime.

issue #4196
This commit is contained in:
Sebastian Sumpf 2021-05-27 07:45:19 +02:00 committed by Christian Helmuth
parent c66a196f76
commit 19a5fee70b

View File

@ -488,6 +488,7 @@ void Depot_deploy::Child::gen_start_node(Xml_generator &xml, Xml_node common,
_gen_provides_sub_node(xml, service, "pd", "PD");
_gen_provides_sub_node(xml, service, "cpu", "CPU");
_gen_provides_sub_node(xml, service, "rtc", "Rtc");
_gen_provides_sub_node(xml, service, "capture", "Capture");
});
});
}