1[ 2 { 3 "cmds": [ 4 { 5 "cmd":"mount_fstab", 6 "location":[ 7 "/system/etc/init.cfg" 8 ] 9 }, { 10 "cmd":"load_access_token_id", 11 "location":[ 12 "/system/etc/init/access_token.cfg" 13 ] 14 }, { 15 "cmd":"init_global_key", 16 "location":[ 17 "/system/etc/init.cfg" 18 ] 19 }], 20 "start-modes": [ 21 { 22 "start-mode":"condition", 23 "service":[ 24 "hilogd", 25 "wifi_hal_service", 26 "hdcd", 27 "hiprofilerd", 28 "pulseaudio", 29 "huks_service", 30 "hiprofiler_plugins", 31 "watchdog_service", 32 "pinauth", 33 "hiprofiler_daemon", 34 "multimodalinput", 35 "udevd_service", 36 "mmi_uinput_service" 37 ] 38 }, { 39 "start-mode":"boot", 40 "service":[ 41 "hiview", 42 "storage_daemon", 43 "samgr", 44 "thermal_protector", 45 "appspawn", 46 "param_watcher", 47 "device_manager", 48 "storage_manager", 49 "hdf_devmgr" 50 ] 51 } 52 ], 53 "start-cmd":[ 54 "ueventd", 55 "watchdog_service", 56 "deviceauth_service", 57 "screenlock_server", 58 "resource_schedule_service", 59 "storage_daemon", 60 "bluetooth_service", 61 "hilogd", 62 "device_usage_stats_service", 63 "wifi_hal_service", 64 "hdcd", 65 "bgtaskmgr_service", 66 "module_update_service", 67 "hiprofilerd", 68 "hiprofiler_plugins", 69 "hiprofiler_daemon", 70 "pulseaudio", 71 "audio_host", 72 "audio_policy", 73 "huks_service", 74 "memmgrservice", 75 "netmanager", 76 "pinauth", 77 "updater_sa", 78 "telephony_sa", 79 "devattest_service", 80 "msdp_sa", 81 "accessibility", 82 "wallpaper_service", 83 "time_service", 84 "udevd_service", 85 "mmi_uinput_service", 86 "multimodalinput", 87 "hdf_devhost", 88 "concurrent_task_service" 89 ] 90 } 91] 92