genode/repos/os/recipes/pkg/test-capture/runtime
Norman Feske 31567c8e46 sculpt: curate default index / installation
- 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
2021-10-14 11:02:18 +02:00

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>