• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "jobs" : [{
3            "name" : "services:weston",
4            "cmds" : [
5                "mkdir /data/weston",
6            ]
7        }
8    ],
9    "services" : [{
10            "name" : "weston",
11            "path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "drm-backend.so", "--tty=1", "--use-pixman"],
12            "disabled" : 1,
13            "jobs" : {
14                "on-start" : "services:weston"
15            }
16        }, {
17            "name" : "hdi_weston",
18            "path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "hdi-backend.so"],
19            "disabled" : 1
20        }, {
21            "name" : "mmi_uinput_service",
22            "path" : ["/system/bin/uinput_inject"],
23            "uid" : "root",
24            "gid" : ["system", "shell", "uhid"],
25            "secon" : "u:r:mmi_uinput_service:s0"
26        }, {
27            "name" : "udevd_service",
28            "path" : ["/system/bin/udevd"],
29            "uid" : "root",
30            "gid" : ["system"]
31        }
32    ]
33}
34