tree: 66d32000752709873b988a68138f80527e24470a [path history] [tgz]
  1. BUILD.gn
  2. README.md
  3. sysmgr_config.json
  4. sysmgr_config_small.json
  5. sysmgr_config_small_timezones.json
src/intl/intl_services/config/README.md

Configuration bits for intl_services

The configuration files available:

  • sysmgr_config.json: the configuration submitted to sysmgr. The syntax of this file is described in Sysmgr configuration documentation

  • sysmgr_config_small.json: the configuration submitted to sysmgr for systems with small storage space. In such systems, some of the functionality that is normally served by separate components has been fused into a single component. This reduces the storage overhead.

  • sysmgr_config_small_timezones.json: the configuration submitted to sysmgr for systems that need to serve fuchsia.intl.TimeZones from the intl_services binary rather than from the time zones binary. This happens mostly due to space constrains. f.i.TimeZones is normally served by time-zone-info-service.