mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
521663c6de
Package contains no rtc driver, which must be provided separately. Issue #4046
20 lines
260 B
Plaintext
20 lines
260 B
Plaintext
<runtime ram="3M" caps="100" binary="system_rtc">
|
|
|
|
<provides>
|
|
<rtc/>
|
|
</provides>
|
|
|
|
<requires>
|
|
<rtc/>
|
|
<timer/>
|
|
</requires>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="system_rtc"/>
|
|
</content>
|
|
|
|
<config allow_setting_rtc="false"/>
|
|
|
|
</runtime>
|