mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
b2a68211a4
This commit introduces support for the Play and Record session to the black hole component in the most minimal way possible. Fixes #5157.
38 lines
447 B
Plaintext
38 lines
447 B
Plaintext
<runtime ram="8M" caps="100" binary="black_hole">
|
|
|
|
<provides>
|
|
<audio_in/>
|
|
<audio_out/>
|
|
<capture/>
|
|
<event/>
|
|
<nic/>
|
|
<uplink/>
|
|
<rom/>
|
|
<report/>
|
|
<gpu/>
|
|
<usb/>
|
|
<play/>
|
|
<record/>
|
|
</provides>
|
|
|
|
<config>
|
|
<audio_in/>
|
|
<audio_out/>
|
|
<capture/>
|
|
<event/>
|
|
<nic/>
|
|
<uplink/>
|
|
<rom/>
|
|
<gpu/>
|
|
<usb/>
|
|
<play/>
|
|
<record/>
|
|
</config>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="black_hole"/>
|
|
</content>
|
|
|
|
</runtime>
|