mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
fc902b797e
This patch supplements 'runtime' files to several pkg archives, which thereby become deployable by the depot_deploy tool. Issue #2676
19 lines
321 B
Plaintext
Executable File
19 lines
321 B
Plaintext
Executable File
<runtime ram="1M" caps="100" binary="nit_focus">
|
|
|
|
<requires>
|
|
<rom label="clicked"/>
|
|
<report label="focus"/>
|
|
</requires>
|
|
|
|
<config>
|
|
<policy label_prefix="leitzentrale" focus="no"/>
|
|
<default-policy focus="yes"/>
|
|
</config>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="nit_focus"/>
|
|
</content>
|
|
|
|
</runtime>
|