genode/repos/gems/recipes/pkg/fonts_fs/runtime
Norman Feske 3dd81b0d32 Sculpt for The Curious (TC)
This commit updates Early-Adopters (EA) version of Sculpt to the version
for The Curious (TC). Most importantly, it contains the new interactive
sculpt-manager component that automates many system management and
configuration tasks.
2018-05-31 14:02:20 +02:00

17 lines
363 B
Plaintext

<runtime ram="4M" caps="150" binary="vfs" config="fonts.config">
<provides> <file_system/> </provides>
<content>
<rom label="vfs"/>
<rom label="ld.lib.so"/>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="vfs_ttf.lib.so"/>
<rom label="Vera.ttf"/>
<rom label="VeraMono.ttf"/>
<rom label="vfs.lib.so"/>
</content>
</runtime>