Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Apply_system_defaults executable reads the data from system_defaults file (path: /etc/utopia/system_defaults) and compares with syscfg.db, in case of any data is missing in syscfg, those defaults are written in to shared memory. On start of any module, data is read from the shared memory during initialization.

If syscgfsyscfg.db does not exists (e.g in case of factory reset) apply_system_default executable writes all default data on to shared memory and syscfg_commit() gets called which in turn creates syscgfsyscfg.db.

syscfg variable definations  are defined under utopia(syscfg_lib.c file).

...