mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 17:48:53 +00:00
940a1912fa
This enables the combination of the nic_uplink component with any driver pkg featuring a runtime file. This is already the case of the pc_nic driver. This is a preparatory step for issue #4420.
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>
|