mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
253d6b0b92
Fix #3150
17 lines
245 B
Plaintext
17 lines
245 B
Plaintext
<runtime ram="4M" caps="128" binary="clipboard">
|
|
|
|
<requires> <timer/> </requires>
|
|
<provides>
|
|
<report/>
|
|
<rom/>
|
|
</provides>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="clipboard"/>
|
|
</content>
|
|
|
|
<config verbose="yes"/>
|
|
|
|
</runtime>
|