mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
* Remove "mode" attribute utility and XML description * Remove unused nic/stat.h header Fix genodelabs/genode#3961
13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
<runtime ram="16M" caps="300" binary="usb_modem_drv">
|
|
|
|
<requires> <uplink/> <usb/> <rm/> </requires>
|
|
<provides> <terminal/> </provides>
|
|
|
|
<config mac="02:00:00:00:01:01"/>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="usb_modem_drv"/>
|
|
</content>
|
|
</runtime>
|