mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
gems: add runtime to wm pkg
This commit is contained in:
parent
7002c9680a
commit
bd91e70fae
18
repos/gems/recipes/pkg/wm/runtime
Normal file
18
repos/gems/recipes/pkg/wm/runtime
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user