mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 23:54:14 +00:00
15 lines
229 B
Plaintext
15 lines
229 B
Plaintext
|
<runtime ram="1M" caps="100" binary="nic_uplink">
|
||
|
|
||
|
<requires> <timer/> </requires>
|
||
|
|
||
|
<provides> <nic/> <uplink/> </provides>
|
||
|
|
||
|
<content>
|
||
|
<rom label="ld.lib.so"/>
|
||
|
<rom label="nic_uplink"/>
|
||
|
</content>
|
||
|
|
||
|
<config/>
|
||
|
|
||
|
</runtime>
|