Files
genode-world/recipes/pkg/grafx2/runtime
Emery Hemingway 8c5b16ea6a Increase RAM in Grafx2 package
Grafx2 needs more ram to edit things like high-res desktop backgrounds.
2019-03-22 10:56:20 +01:00

35 lines
647 B
Plaintext

<runtime ram="128M" caps="256" binary="grafx2">
<requires>
<file_system/>
<nitpicker/>
<rtc/>
<timer/>
</requires>
<content>
<rom label="grafx2"/>
<rom label="grafx2_data.tar"/>
<rom label="jpeg.lib.so"/>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="libpng.lib.so"/>
<rom label="sdl_image.lib.so"/>
<rom label="sdl.lib.so"/>
<rom label="vfs.lib.so"/>
<rom label="zlib.lib.so"/>
</content>
<config>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
<vfs>
<tar name="grafx2_data.tar" />
<fs/>
<dir name="dev">
<log/> <rtc/>
</dir>
</vfs>
</config>
</runtime>