genode-ehmry/runtimes/show_input/runtime

24 lines
368 B
Plaintext

<runtime ram="12M" caps="256" binary="show_input">
<requires>
<file_system label="fonts"/>
<nitpicker/>
</requires>
<content>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="show_input"/>
<rom label="vfs.lib.so"/>
</content>
<config>
<vfs>
<dir name="fonts">
<fs label="fonts"/>
</dir>
</vfs>
</config>
</runtime>