genode/repos/os/recipes/pkg/test-capture/runtime
Norman Feske d2fc834bfa os: depot recipe for pkg/test-capture
This package allows for experimenting with the capture-session
interface.
2021-03-18 17:36:35 +01:00

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>