2018-10-10 16:08:14 +00:00
|
|
|
<runtime ram="32M" caps="1000" binary="init">
|
|
|
|
|
|
|
|
<requires> <timer/> </requires>
|
|
|
|
|
2023-06-24 14:57:19 +00:00
|
|
|
<fail after_seconds="20"/>
|
|
|
|
<succeed>child "test" exited with exit value 0</succeed>
|
|
|
|
<fail>child "test" exited with exit value -1</fail>
|
2018-10-10 16:08:14 +00:00
|
|
|
|
|
|
|
<content>
|
|
|
|
<rom label="ld.lib.so"/>
|
|
|
|
<rom label="test-mmio"/>
|
|
|
|
</content>
|
|
|
|
|
|
|
|
<config>
|
|
|
|
<parent-provides>
|
|
|
|
<service name="ROM"/>
|
|
|
|
<service name="CPU"/>
|
|
|
|
<service name="RM"/>
|
|
|
|
<service name="PD"/>
|
|
|
|
<service name="LOG"/>
|
|
|
|
</parent-provides>
|
|
|
|
<default-route>
|
|
|
|
<any-service> <parent/> </any-service>
|
|
|
|
</default-route>
|
|
|
|
<default caps="100"/>
|
|
|
|
<start name="test">
|
|
|
|
<binary name="test-mmio"/>
|
|
|
|
<resource name="RAM" quantum="10M"/>
|
|
|
|
</start>
|
|
|
|
</config>
|
|
|
|
</runtime>
|