2018-10-10 16:08:14 +00:00
|
|
|
<runtime ram="32M" caps="1000" binary="init">
|
|
|
|
|
|
|
|
<events>
|
2019-06-11 14:39:17 +00:00
|
|
|
<timeout meaning="failed" sec="30" />
|
2019-07-09 12:16:46 +00:00
|
|
|
<log meaning="succeeded">child "sequence" exited with exit value 0</log>
|
2018-10-10 16:08:14 +00:00
|
|
|
<log meaning="failed">Error: </log>
|
|
|
|
</events>
|
|
|
|
|
|
|
|
<content>
|
|
|
|
<rom label="ld.lib.so"/>
|
|
|
|
<rom label="libc.lib.so"/>
|
|
|
|
<rom label="libm.lib.so"/>
|
|
|
|
<rom label="posix.lib.so"/>
|
2019-07-09 12:16:46 +00:00
|
|
|
<rom label="sequence"/>
|
2018-10-10 16:08:14 +00:00
|
|
|
<rom label="test-libc_pipe"/>
|
2019-07-09 12:16:46 +00:00
|
|
|
<rom label="vfs"/>
|
|
|
|
<rom label="vfs.lib.so"/>
|
|
|
|
<rom label="vfs_pipe.lib.so"/>
|
2018-10-10 16:08:14 +00:00
|
|
|
</content>
|
|
|
|
|
|
|
|
<config>
|
|
|
|
<parent-provides>
|
|
|
|
<service name="ROM"/>
|
|
|
|
<service name="PD"/>
|
|
|
|
<service name="RM"/>
|
|
|
|
<service name="CPU"/>
|
|
|
|
<service name="LOG"/>
|
2019-07-09 12:16:46 +00:00
|
|
|
<service name="Timer"/>
|
2018-10-10 16:08:14 +00:00
|
|
|
</parent-provides>
|
|
|
|
<default-route>
|
|
|
|
<any-service> <parent/> <any-child/> </any-service>
|
|
|
|
</default-route>
|
2019-07-09 12:16:46 +00:00
|
|
|
<default caps="256"/>
|
|
|
|
<start name="pipes_fs">
|
|
|
|
<binary name="vfs"/>
|
|
|
|
<provides> <service name="File_system"/> </provides>
|
|
|
|
<resource name="RAM" quantum="4M"/>
|
|
|
|
<config>
|
|
|
|
<vfs> <pipe/> </vfs>
|
|
|
|
<default-policy root="/" writeable="yes"/>
|
|
|
|
</config>
|
|
|
|
</start>
|
|
|
|
<start name="sequence">
|
2018-10-10 16:08:14 +00:00
|
|
|
<resource name="RAM" quantum="4M"/>
|
|
|
|
<config>
|
2019-07-09 12:16:46 +00:00
|
|
|
<start name="libc_pipe_local">
|
|
|
|
<binary name="test-libc_pipe"/>
|
|
|
|
<config>
|
|
|
|
<vfs>
|
|
|
|
<dir name="dev">
|
|
|
|
<dir name="pipe"> <pipe/> </dir>
|
|
|
|
<log/>
|
|
|
|
</dir>
|
|
|
|
</vfs>
|
|
|
|
<libc stdout="/dev/log" stderr="/dev/log" pipe="/dev/pipe"/>
|
|
|
|
</config>
|
|
|
|
</start>
|
|
|
|
<start name="libc_pipe_remote">
|
|
|
|
<binary name="test-libc_pipe"/>
|
|
|
|
<config>
|
|
|
|
<vfs>
|
|
|
|
<dir name="dev">
|
|
|
|
<dir name="pipe"> <fs/> </dir>
|
|
|
|
<log/>
|
|
|
|
</dir>
|
|
|
|
</vfs>
|
|
|
|
<libc stdout="/dev/log" stderr="/dev/log" pipe="/dev/pipe"/>
|
|
|
|
</config>
|
|
|
|
</start>
|
2018-10-10 16:08:14 +00:00
|
|
|
</config>
|
|
|
|
</start>
|
|
|
|
</config>
|
|
|
|
</runtime>
|