From 19a5fee70b45b1d578cb1a6560b2918e73e40f5b Mon Sep 17 00:00:00 2001 From: Sebastian Sumpf Date: Thu, 27 May 2021 07:45:19 +0200 Subject: [PATCH] depot_deploy: add session announcement Announce Capture session if node is present in runtime. issue #4196 --- repos/gems/src/app/depot_deploy/child.h | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/gems/src/app/depot_deploy/child.h b/repos/gems/src/app/depot_deploy/child.h index 755c2af786..f0e0cf16cf 100644 --- a/repos/gems/src/app/depot_deploy/child.h +++ b/repos/gems/src/app/depot_deploy/child.h @@ -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"); }); }); }