gems: add runtime to wm pkg

This commit is contained in:
Josef Söntgen 2018-06-01 11:04:40 +02:00 committed by Christian Helmuth
parent 7002c9680a
commit bd91e70fae
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<runtime ram="40M" caps="1000" binary="init" config="wm.config">
<requires> <nitpicker/> <timer/> </requires>
<provides> <nitpicker/> </provides>
<content>
<rom label="ld.lib.so"/>
<rom label="report_rom"/>
<rom label="decorator"/>
<rom label="floating_window_layouter"/>
<rom label="wm"/>
<rom label="wm.config"/>
<rom label="decorator_init.config"/>
<rom label="layouter.config"/>
</content>
</runtime>