mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
62af32270b
This allows for routing the nano3d config to a ROM services like dynamic rom.
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
<runtime ram="4M" caps="200" binary="nano3d">
|
|
|
|
<requires> <gui/> <timer/> </requires>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="nano3d"/>
|
|
</content>
|
|
|
|
</runtime>
|