mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
parent
2b20fc1be2
commit
726327d95c
2
repos/os/recipes/pkg/mixer/README
Normal file
2
repos/os/recipes/pkg/mixer/README
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
Runtime for deploying the audio mixer component from the depot
|
1
repos/os/recipes/pkg/mixer/archives
Executable file
1
repos/os/recipes/pkg/mixer/archives
Executable file
@ -0,0 +1 @@
|
|||||||
|
_/src/mixer
|
1
repos/os/recipes/pkg/mixer/hash
Normal file
1
repos/os/recipes/pkg/mixer/hash
Normal file
@ -0,0 +1 @@
|
|||||||
|
2018-07-05
|
21
repos/os/recipes/pkg/mixer/runtime
Executable file
21
repos/os/recipes/pkg/mixer/runtime
Executable 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>
|
Loading…
Reference in New Issue
Block a user