genode/repos/os/recipes/pkg/black_hole/runtime
Josef Söntgen b2a68211a4 black_hole: add Play and Record session
This commit introduces support for the Play and Record session to
the black hole component in the most minimal way possible.

Fixes #5157.
2024-04-12 15:08:00 +02:00

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>