os: add record_rom pkg recipe

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

View File

@ -0,0 +1,2 @@
Runtime for deploying the record_rom component from the depot

View File

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

View File

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

View File

@ -0,0 +1,16 @@
<runtime ram="8M" caps="100" binary="record_rom">
<provides> <rom/> </provides>
<requires> <record/> </requires>
<config period_ms="10" sample_rate_hz="44100">
<record label="left"/>
<record label="right"/>
</config>
<content>
<rom label="ld.lib.so"/>
<rom label="record_rom"/>
</content>
</runtime>