audio_mixer: create recipe to deploy from depot

Issue #2907
This commit is contained in:
Sid Hussmann 2018-07-05 18:09:15 +02:00 committed by Christian Helmuth
parent 2b20fc1be2
commit 726327d95c
4 changed files with 25 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1 @@
2018-07-05

View File

@ -0,0 +1,21 @@
<runtime ram="60M" caps="100" binary="mixer">
<requires>
<audio_out/>
<audio_in/>
<report/>
</requires>
<provides>
<audio_out/>
<audio_in/>
</provides>
<config/>
<content>
<rom label="ld.lib.so"/>
<rom label="mixer"/>
</content>
</runtime>