2019-11-21 15:10:47 +01:00
|
|
|
<runtime ram="20M" caps="500" binary="init" config="wm.config">
|
2018-11-16 15:41:58 +01:00
|
|
|
|
2019-02-25 18:52:09 +01:00
|
|
|
<requires>
|
2020-06-11 16:13:32 +02:00
|
|
|
<gui label="focus"/>
|
|
|
|
<gui/>
|
2019-06-27 19:03:03 +02:00
|
|
|
<report label="shape"/>
|
|
|
|
<report label="clipboard"/>
|
|
|
|
<rom label="clipboard"/>
|
2019-02-25 18:52:09 +01:00
|
|
|
<timer/>
|
|
|
|
</requires>
|
2018-11-16 15:41:58 +01:00
|
|
|
|
2020-06-11 16:13:32 +02:00
|
|
|
<provides> <gui/> <rom/> <report/> </provides>
|
2018-11-16 15:41:58 +01:00
|
|
|
|
|
|
|
<content>
|
|
|
|
<rom label="ld.lib.so"/>
|
|
|
|
<rom label="report_rom"/>
|
|
|
|
<rom label="wm"/>
|
|
|
|
<rom label="init"/>
|
|
|
|
<rom label="wm.config"/>
|
|
|
|
</content>
|
|
|
|
|
|
|
|
</runtime>
|