mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
17 lines
248 B
Plaintext
17 lines
248 B
Plaintext
<runtime ram="16M" caps="150" binary="test-audio_out">
|
|
|
|
<requires>
|
|
<audio_out/>
|
|
<rom label="sample.raw"/>
|
|
</requires>
|
|
|
|
<config>
|
|
<filename>sample.raw</filename>
|
|
</config>
|
|
|
|
<content>
|
|
<rom label="test-audio_out"/>
|
|
</content>
|
|
|
|
</runtime>
|