mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
d2fc834bfa
This package allows for experimenting with the capture-session interface.
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>
|