runtime | ram: 5M | caps: 400 | binary: init
+ provides
  + rtc
  + report
+ requires
  + timer
  + irq
  + io_port
+ content
  + rom ld.lib.so
  + rom init
  + rom pc_rtc
  + rom system_rtc
  + rom report_rom
+ config
  + parent-provides
  | + service ROM
  | + service IRQ
  | + service IO_MEM
  | + service IO_PORT
  | + service PD
  | + service RM
  | + service CPU
  | + service LOG
  | + service Timer
  + default | caps: 100
  + service Rtc
  | + default-policy
  |   + child system_rtc
  + service Report | label_suffix: set_rtc
  | + default-policy
  |   + child report_rom | label: set_rtc
  + start report_rom
  | + resource RAM | quantum: 1M
  | + provides
  | | + service Report
  | | + service ROM
  | + config | verbose: no
  | | + policy | label: pc_rtc -> set_rtc | report: set_rtc
  | + route
  |   + any-service
  |     + parent
  + start pc_rtc
  | + resource RAM | quantum: 1M
  | + provides
  | | + service Rtc
  | + config | allow_setting_rtc: true
  | + route
  |   + service ROM | label: set_rtc
  |   | + child report_rom
  |   + any-service
  |     + parent
  + start system_rtc
    + resource RAM | quantum: 1M
    + provides
    | + service Rtc
    + config
    + route
      + service Rtc
      | + child pc_rtc
      + any-service
        + parent
-
