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