mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
fc902b797e
This patch supplements 'runtime' files to several pkg archives, which thereby become deployable by the depot_deploy tool. Issue #2676
13 lines
192 B
Plaintext
13 lines
192 B
Plaintext
<runtime ram="4M" caps="200" binary="nano3d">
|
|
|
|
<requires> <nitpicker/> <timer/> </requires>
|
|
|
|
<config/>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="nano3d"/>
|
|
</content>
|
|
|
|
</runtime>
|