graphic_graphic_2d/graphic.cfg
xionglei6 66a8443c17 modify: cfg adapt parallel start
Signed-off-by: xionglei6 <xionglei6@huawei.com>
2022-02-10 09:47:39 +08:00

24 lines
617 B
INI

{
"jobs" : [{
"name" : "init",
"cmds" : [
"chmod 666 /dev/mali0",
"chown system graphics /dev/mali0"
]
}
],
"services" : [{
"name" : "render_service",
"path" : ["/system/bin/render_service"],
"uid" : "root",
"gid" : ["system", "shell", "uhid", "root"]
}, {
"name" : "bootanimation",
"path" : ["/system/bin/bootanimation"],
"once" : 1,
"uid" : "root",
"gid" : ["system", "shell", "uhid", "root"]
}
]
}