os: fix session routes in rom_to_file.run

This commit is contained in:
Norman Feske 2017-02-23 13:24:21 +01:00 committed by Christian Helmuth
parent d1fa549628
commit 70548959b7

View File

@ -27,7 +27,7 @@ install_config {
<service name="PD" /> <service name="PD" />
</parent-provides> </parent-provides>
<default-route> <default-route>
<any-service> <any-child/> <parent/> </any-service> <any-service> <parent/> <any-child/> </any-service>
</default-route> </default-route>
<start name="timer"> <start name="timer">
<resource name="RAM" quantum="1M"/> <resource name="RAM" quantum="1M"/>
@ -55,6 +55,11 @@ install_config {
<start name="rom_to_file"> <start name="rom_to_file">
<resource name="RAM" quantum="4M"/> <resource name="RAM" quantum="4M"/>
<config rom="test" /> <config rom="test" />
<route>
<service name="ROM" label="test"> <child name="dynamic_rom"/> </service>
<service name="File_system"> <child name="lx_fs"/> </service>
<any-service> <parent/> </any-service>
</route>
</start> </start>
</config>} </config>}