genode/repos/gems/recipes/pkg/wm/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

21 lines
372 B
Plaintext

<runtime ram="16M" caps="500" binary="init" config="wm.config">
<requires>
<nitpicker label="focus"/>
<nitpicker/>
<report/>
<timer/>
</requires>
<provides> <nitpicker/> <rom/> <report/> </provides>
<content>
<rom label="ld.lib.so"/>
<rom label="report_rom"/>
<rom label="wm"/>
<rom label="init"/>
<rom label="wm.config"/>
</content>
</runtime>