genode/repos/os/recipes/pkg/test-capture/runtime

15 lines
270 B
Plaintext
Raw Normal View History

<runtime ram="8M" caps="200" binary="test-capture">
<requires> <gui/> <capture/> <timer/> </requires>
<config period_ms="20" width="1024" height="768">
<view/>
</config>
<content>
<rom label="ld.lib.so"/>
<rom label="test-capture"/>
</content>
</runtime>