1{ 2 "jobs" : [{ 3 "name" : "init", 4 "cmds" : [ 5 "chmod 666 /dev/mali0", 6 "chown system graphics /dev/mali0" 7 ] 8 } 9 ], 10 "services" : [{ 11 "name" : "render_service", 12 "path" : ["/system/bin/render_service"], 13 "uid" : "root", 14 "gid" : ["system", "shell", "uhid", "root"] 15 }, { 16 "name" : "bootanimation", 17 "path" : ["/system/bin/bootanimation"], 18 "once" : 1, 19 "uid" : "root", 20 "gid" : ["system", "shell", "uhid", "root"] 21 } 22 ] 23} 24