mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
31567c8e46
- CPU-architecture annotations - Change order of top-level menu, moving Mesa driver to the end - Add black_hole, recall_fs, file_fault - Add usb_webcam, test-capture - Add audio driver and mixer - Add vbox6, keeping vbox5-nova-sculpt as fallback - Remove recall_fs launcher, which is obsolete with the recall_fs pkg - Replace system_clock by system_clock-pc pkg Issue #4281
15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
<runtime ram="8M" caps="200" binary="test-capture">
|
|
|
|
<requires> <capture/> <gui/> <timer/> </requires>
|
|
|
|
<config period_ms="20" width="1024" height="768">
|
|
<view/>
|
|
</config>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="test-capture"/>
|
|
</content>
|
|
|
|
</runtime>
|