genode/repos/os/recipes/pkg/nic_uplink/runtime
Norman Feske 940a1912fa os: replace pkg/pc_nic by pkg/nic_uplink
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.
2024-06-20 12:54:29 +02:00

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>