mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
1a75c5227e
This way, we can subsequently introduce a new 'wm' pkg that contains the window manager only, w/o any hard-wired decorator and layouter. Issue #3024
19 lines
420 B
Plaintext
19 lines
420 B
Plaintext
<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="window_layouter"/>
|
|
<rom label="wm"/>
|
|
<rom label="wm.config"/>
|
|
<rom label="decorator_init.config"/>
|
|
<rom label="layouter.config"/>
|
|
</content>
|
|
|
|
</runtime>
|