graphic_graphic_2d/graphic.cfg
zengqingyu 6df181a022 refactor boot animation
Change-Id: Idd66418b0e47d5fa0ac8f1d7cc46ea9cd5fe69f1
Signed-off-by: zengqingyu <zengqingyu3@huawei.com>
2022-01-24 10:34:27 +08:00

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"]
}
]
}