depot_deploy: support providing CPU and PD service

Issue #3837
This commit is contained in:
Alexander Boettcher 2021-02-25 11:38:18 +01:00 committed by Norman Feske
parent 7af276ac81
commit 1f29055927

View File

@ -440,6 +440,8 @@ void Depot_deploy::Child::gen_start_node(Xml_generator &xml, Xml_node common,
_gen_provides_sub_node(xml, service, "rom", "ROM");
_gen_provides_sub_node(xml, service, "terminal", "Terminal");
_gen_provides_sub_node(xml, service, "timer", "Timer");
_gen_provides_sub_node(xml, service, "pd", "PD");
_gen_provides_sub_node(xml, service, "cpu", "CPU");
});
});
}