genode/repos/gems/recipes/pkg/motif_decorator/runtime
Norman Feske e679d55f67 Update <provides> info in pkg runtimes
This information is now used by Sculpt's '+' menu for the interactive
routing.
2019-02-28 11:34:07 +01:00

22 lines
358 B
Plaintext

<runtime ram="8M" caps="400" binary="decorator">
<requires>
<rom label="window_layout"/>
<rom label="pointer"/>
<report/>
<nitpicker/>
<timer/>
</requires>
<config>
<controls> <maximizer/> <title/> <closer/> </controls>
<default-policy/>
</config>
<content>
<rom label="ld.lib.so"/>
<rom label="decorator"/>
</content>
</runtime>