mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
e679d55f67
This information is now used by Sculpt's '+' menu for the interactive routing.
21 lines
372 B
Plaintext
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>
|