mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
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>
|