mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-27 17:21:51 +00:00
6df181a022
Change-Id: Idd66418b0e47d5fa0ac8f1d7cc46ea9cd5fe69f1 Signed-off-by: zengqingyu <zengqingyu3@huawei.com>
30 lines
782 B
INI
30 lines
782 B
INI
{
|
|
"jobs" : [{
|
|
"name" : "post-fs-data",
|
|
"cmds" : [
|
|
"start render_service",
|
|
"start bootanimation"
|
|
]
|
|
}, {
|
|
"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"]
|
|
}
|
|
]
|
|
}
|