genode/repos/libports/recipes/pkg/system_clock/runtime
Alexander Boettcher 521663c6de system_rtc: add standalone runtime package
Package contains no rtc driver, which must be provided separately.

Issue #4046
2021-03-12 12:01:39 +01:00

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>