gems: add rom_osci pkg recipe

Issue genodelabs/genode#5167.
This commit is contained in:
Josef Söntgen 2024-03-28 13:22:00 +01:00 committed by Christian Helmuth
parent 2da94bb702
commit 22281c18ec
4 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Runtime for deploying rom_osci from depot

View File

@ -0,0 +1 @@
_/src/rom_osci

View File

@ -0,0 +1 @@
2024-03-27 1cb86a04b86a7a4b60cd043c3f1a6b9d74f0c978

View File

@ -0,0 +1,15 @@
<runtime ram="8M" caps="100" binary="rom_osci">
<requires> <gui/> <rom label="recording"/> </requires>
<config width="640" height="480" xpos="200" ypos="100" fps="20" v_scale="0.5" phase_lock="yes">
<channel label="left" color="#ff6633" v_pos="0.2"/>
<channel label="right" color="#cc7777" v_pos="0.4"/>
</config>
<content>
<rom label="ld.lib.so"/>
<rom label="rom_osci"/>
</content>
</runtime>