1 Star 0 Fork 1.7K

黄智林/graphic_standard_ut

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
graphic.cfg 782 Bytes
一键复制 编辑 原始数据 按行查看 历史
zengqingyu 提交于 2022-01-20 22:04 . refactor boot animation
{
"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"]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhi-lin-huang/graphic_standard_ut.git
git@gitee.com:zhi-lin-huang/graphic_standard_ut.git
zhi-lin-huang
graphic_standard_ut
graphic_standard_ut
master

搜索帮助