mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-03 09:12:57 +00:00
19 lines
409 B
Plaintext
19 lines
409 B
Plaintext
<runtime ram="8M" caps="200" binary="test-vfs_capture">
|
|
|
|
<requires> <capture/> <gui/> <timer/> </requires>
|
|
|
|
<config period_ms="20" width="1024" height="768">
|
|
<vfs><dir name="dev"><capture/></dir></vfs>
|
|
<view/>
|
|
</config>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="test-vfs_capture"/>
|
|
<rom label="vfs"/>
|
|
<rom label="vfs.lib.so"/>
|
|
<rom label="vfs_capture.lib.so"/>
|
|
</content>
|
|
|
|
</runtime>
|