mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
|
<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>
|