2020-10-05 14:32:14 +02:00
|
|
|
<runtime ram="48M" caps="1000" binary="init" config="wm.config">
|
2018-06-01 11:04:40 +02:00
|
|
|
|
2019-06-27 19:03:03 +02: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"/>
|
|
|
|
<timer/>
|
|
|
|
</requires>
|
2018-06-01 11:04:40 +02:00
|
|
|
|
2020-06-11 16:13:32 +02:00
|
|
|
<provides> <gui/> <report/> <rom/> </provides>
|
2018-06-01 11:04:40 +02:00
|
|
|
|
|
|
|
<content>
|
|
|
|
<rom label="ld.lib.so"/>
|
|
|
|
<rom label="report_rom"/>
|
|
|
|
<rom label="decorator"/>
|
2018-09-26 11:36:36 +02:00
|
|
|
<rom label="window_layouter"/>
|
2018-06-01 11:04:40 +02:00
|
|
|
<rom label="wm"/>
|
|
|
|
<rom label="wm.config"/>
|
|
|
|
<rom label="decorator_init.config"/>
|
|
|
|
<rom label="layouter.config"/>
|
|
|
|
</content>
|
|
|
|
|
|
|
|
</runtime>
|