genode/repos/gems/recipes/pkg/themed_wm/runtime
Alexander Boettcher 945b4760ef sculpt: remove vfs.lib and init from common rules
to support packages using own build versions and to detect packages missing
to specify dependency on init.
2021-03-24 10:34:55 +01:00

33 lines
757 B
Plaintext

<runtime ram="28M" caps="1000" binary="init" config="wm.config">
<requires>
<gui label="focus"/>
<gui/>
<report label="shape"/>
<report label="clipboard"/>
<rom label="clipboard"/>
<timer/>
</requires>
<provides> <gui/> <report/> <rom/> </provides>
<content>
<rom label="init"/>
<rom label="ld.lib.so"/>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="libpng.lib.so"/>
<rom label="vfs.lib.so"/>
<rom label="zlib.lib.so"/>
<rom label="report_rom"/>
<rom label="themed_decorator"/>
<rom label="window_layouter"/>
<rom label="wm"/>
<rom label="wm.config"/>
<rom label="decorator_init.config"/>
<rom label="layouter.config"/>
<rom label="plain_decorator_theme.tar"/>
</content>
</runtime>