1 Star 0 Fork 1.4K

李蔚 / graphic_graphic_2d_cz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
graphic.cfg 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
zhanghao 提交于 2024-04-19 16:46 . Create shader_cache dir.
{
"jobs" : [{
"name" : "init",
"cmds" : [
"chmod 666 /dev/mali0",
"chown system graphics /dev/mali0",
"mkdir /data/service/el0/render_service 0711 graphics graphics",
"mkdir /data/system 0771 system system",
"mkdir /data/system/RTShaderCache 0770 system system",
"mkdir /data/local 0751 root root",
"mkdir /data/local/shader_cache 0711 root root",
"mkdir /data/local/shader_cache/local 0711 root root",
"mkdir /data/local/shader_cache/local/system 0771 system system"
]
}, {
"name": "services:restartrender_service",
"cmds": [
"reset foundation",
"reset allocator_host",
"reset composer_host"
]
}
],
"services" : [{
"name" : "render_service",
"path" : ["/system/bin/render_service"],
"critical" : [1, 5, 60],
"importance" : -20,
"uid" : "graphics",
"gid" : ["system", "tp_host"],
"caps" : ["SYS_NICE"],
"permission" : [
"ohos.permission.REPORT_RESOURCE_SCHEDULE_EVENT"
],
"secon" : "u:r:render_service:s0",
"jobs" : {
"on-restart" : "services:restartrender_service"
},
"once" : 0
}, {
"name" : "bootanimation",
"path" : ["/system/bin/bootanimation"],
"bootevents": [
"bootevent.bootanimation.started",
"bootevent.bootanimation.finished"
],
"importance" : -20,
"once" : 1,
"uid" : "graphics",
"gid" : ["graphics"],
"secon" : "u:r:bootanimation:s0"
}
]
}
1
https://gitee.com/aslklw/graphic_graphic_2d_cz.git
git@gitee.com:aslklw/graphic_graphic_2d_cz.git
aslklw
graphic_graphic_2d_cz
graphic_graphic_2d_cz
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891