mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-23 23:20:32 +00:00
bb6ed85e68
Signed-off-by: renwei <renwei8@huawei.com> Change-Id: Ibbcaa68ce0c01eb5968af33aae5d8472a324ff76
26 lines
714 B
INI
26 lines
714 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" : "system",
|
|
"gid" : ["system", "shell", "uhid", "root"],
|
|
"secon" : "u:r:render_service:s0"
|
|
}, {
|
|
"name" : "bootanimation",
|
|
"path" : ["/system/bin/bootanimation"],
|
|
"once" : 1,
|
|
"uid" : "system",
|
|
"gid" : ["system", "shell", "uhid", "root"],
|
|
"secon" : "u:r:bootanimation:s0"
|
|
}
|
|
]
|
|
}
|