mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
depot_deploy: add <capture> session announcement
Announce Capture session if node is present in runtime. issue #4196
This commit is contained in:
parent
c66a196f76
commit
19a5fee70b
@ -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");
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user