genode/repos/os/recipes/pkg/black_hole/runtime
Martin Stein ecd4006514 black_hole: initial support for Usb service
The service is merely announced but trying to request a session always causes a
Service_denied exception. This helps in scenarios where the client is
won't open a session anyway but expects the service to be available. This is
considered a temporary solution.

Ref #4419
2022-04-13 09:29:05 +02:00

33 lines
391 B
Plaintext

<runtime ram="8M" caps="100" binary="black_hole">
<provides>
<audio_in/>
<audio_out/>
<capture/>
<event/>
<nic/>
<uplink/>
<rom/>
<gpu/>
<usb/>
</provides>
<config>
<audio_in/>
<audio_out/>
<capture/>
<event/>
<nic/>
<uplink/>
<rom/>
<gpu/>
<usb/>
</config>
<content>
<rom label="ld.lib.so"/>
<rom label="black_hole"/>
</content>
</runtime>