mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 23:12:24 +00:00
34 lines
403 B
Plaintext
34 lines
403 B
Plaintext
<runtime ram="8M" caps="100" binary="black_hole">
|
|
|
|
<provides>
|
|
<audio_in/>
|
|
<audio_out/>
|
|
<capture/>
|
|
<event/>
|
|
<nic/>
|
|
<uplink/>
|
|
<rom/>
|
|
<report/>
|
|
<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>
|