genode/repos/gems/recipes/raw/themed_wm/decorator_init.config

27 lines
910 B
Plaintext

<config>
<parent-provides>
<service name="ROM"/>
<service name="PD"/>
<service name="CPU"/>
<service name="LOG"/>
<service name="Nitpicker"/>
<service name="Timer"/>
<service name="Report"/>
</parent-provides>
<start name="decorator" caps="200">
<binary name="themed_decorator"/>
<resource name="RAM" quantum="8M"/>
<config>
<libc/>
<vfs> <tar name="plain_decorator_theme.tar"/> </vfs>
</config>
<route>
<service name="ROM" label="window_layout"> <parent label="window_layout"/> </service>
<service name="ROM" label="pointer"> <parent label="pointer"/> </service>
<service name="Report" label="decorator_margins"> <parent label="decorator_margins"/> </service>
<service name="Report" label="hover"> <parent label="hover"/> </service>
<any-service> <parent/> </any-service>
</route>
</start>
</config>