genode/repos/os/recipes/pkg/black_hole/runtime
Christian Prochaska eedbcf88ec os: add black hole component
The 'black_hole' component provides dummy implementations of common
session interfaces.

At this time, only the 'Audio_out' session is provided if enabled
in the configuration of the component:

<config>
	<audio_out/>
</config>

Issue #3653
2021-08-30 15:00:38 +02:00

17 lines
219 B
Plaintext

<runtime ram="8M" caps="100" binary="black_hole">
<provides>
<audio_out/>
</provides>
<config>
<audio_out/>
</config>
<content>
<rom label="ld.lib.so"/>
<rom label="black_hole"/>
</content>
</runtime>