genode/repos/os/recipes/pkg/rom_filter/runtime
Norman Feske fc902b797e depot: runtime definitions for sculpt installation
This patch supplements 'runtime' files to several pkg archives,
which thereby become deployable by the depot_deploy tool.

Issue #2676
2018-02-15 10:22:10 +01:00

14 lines
216 B
Plaintext
Executable File

<runtime ram="2M" caps="100" binary="rom_filter">
<requires> <rom/> </requires>
<provides> <rom/> </provides>
<config/>
<content>
<rom label="ld.lib.so"/>
<rom label="rom_filter"/>
</content>
</runtime>