sculpt: adapt deploy config to new focus handling

This commit is contained in:
Norman Feske 2018-04-06 15:24:20 +02:00 committed by Christian Helmuth
parent fcae056c84
commit e77aa70ba2
2 changed files with 12 additions and 2 deletions

View File

@ -4,5 +4,6 @@ _/pkg/ipxe_nic_drv
_/pkg/chroot
_/pkg/nit_focus
_/pkg/rom_filter
_/pkg/rom_reporter
_/pkg/nic_router-nat
_/pkg/vbox5-nova-sculpt

View File

@ -544,9 +544,18 @@ append depot_deploy_config {
<service name="Timer"> <parent/> </service>
</common_routes>
<start name="nit_focus" pkg="} [depot_user]/pkg/[current_pkg nit_focus] {">
<start name="focus_rom" pkg="} [depot_user]/pkg/[current_pkg rom_filter] {">
<config>
<output node="focus">
<attribute name="label" value="runtime -> dynamic -> wm -> wm -> "/>
</output>
</config>
</start>
<start name="focus_reporter" pkg="} [depot_user]/pkg/[current_pkg rom_reporter] {">
<config> <rom label="focus"/> </config>
<route>
<service name="ROM" label="clicked"> <parent label="clicked"/> </service>
<service name="ROM" label="focus"> <child name="focus_rom"/> </service>
<service name="Report" label="focus"> <parent label="focus"/> </service>
</route>
</start>