{ "jobs" : [{ "name" : "post-fs", "cmds" : [ "start udevd_service", "sleep 1", "start multimodalinputservice", "start mmi_uinput_service", "sleep 2", "export XDG_RUNTIME_DIR /data/weston", "export XKB_CONFIG_ROOT /etc/xkb", "export XKB_CONFIG_EXTRA_PATH /etc/xkb", "mkdir /data/weston", "chmod 777 /data/weston", "start weston", "trigger weston_start", "sleep 2", "exec /system/bin/udevadm trigger", "exec /system/bin/udevadm settle --timeout=30" ] } ], "services" : [{ "name" : "weston", "path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "drm-backend.so", "--tty=1", "--use-pixman"], "disabled" : 1 }, { "name" : "hdi_weston", "path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "hdi-backend.so"], "disabled" : 1 }, { "name" : "multimodalinputservice", "path" : ["/system/bin/sa_main", "/system/profile/multimodalinputservice.xml"], "uid" : "system", "gid" : ["system", "shell", "uhid"] }, { "name" : "mmi_uinput_service", "path" : ["/system/bin/uinput_inject"], "uid" : "root", "gid" : ["system", "shell", "uhid"] }, { "name" : "udevd_service", "path" : ["/system/bin/udevd"], "uid" : "root", "gid" : ["system"] } ] }