genode/repos/dde_ipxe/recipes/pkg/ipxe_nic_drv/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

13 lines
180 B
Plaintext
Executable File

<runtime ram="16M" caps="300" binary="nic_drv">
<provides> <nic/> </provides>
<config/>
<content>
<rom label="ld.lib.so"/>
<rom label="nic_drv"/>
</content>
</runtime>