• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "jobs" : [{
3            "name" : "post-fs",
4            "cmds" : [
5                "start udevd_service",
6                "sleep 1",
7                "start multimodalinputservice",
8                "start mmi_uinput_service",
9                "sleep 2",
10                "export XDG_RUNTIME_DIR /data/weston",
11                "export XKB_CONFIG_ROOT /etc/xkb",
12                "export XKB_CONFIG_EXTRA_PATH /etc/xkb",
13                "mkdir /data/weston",
14                "chmod 777 /data/weston",
15                "start weston",
16                "trigger weston_start",
17                "sleep 2",
18                "exec /system/bin/udevadm trigger",
19                "exec /system/bin/udevadm settle --timeout=30"
20            ]
21        }
22    ],
23    "services" : [{
24            "name" : "weston",
25            "path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "drm-backend.so", "--tty=1", "--use-pixman"],
26            "disabled" : 1
27        }, {
28            "name" : "hdi_weston",
29            "path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "hdi-backend.so"],
30            "disabled" : 1
31        }, {
32            "name" : "multimodalinputservice",
33            "path" : ["/system/bin/sa_main", "/system/profile/multimodalinputservice.xml"],
34            "uid" : "system",
35            "gid" : ["system", "shell", "uhid"]
36        }, {
37            "name" : "mmi_uinput_service",
38            "path" : ["/system/bin/uinput_inject"],
39            "uid" : "root",
40            "gid" : ["system", "shell", "uhid"]
41        }, {
42            "name" : "udevd_service",
43            "path" : ["/system/bin/udevd"],
44            "uid" : "root",
45            "gid" : ["system"]
46        }
47    ]
48}
49