1 Star 0 Fork 62

hiweil/third_party_weston

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
weston.cfg 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
dapaodexiaoyu2 提交于 2022-05-06 12:29 . add secon cfg
{
"jobs" : [{
"name" : "services:weston",
"cmds" : [
"mkdir /data/weston",
]
}
],
"services" : [{
"name" : "weston",
"path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "drm-backend.so", "--tty=1", "--use-pixman"],
"disabled" : 1,
"jobs" : {
"on-start" : "services:weston"
}
}, {
"name" : "hdi_weston",
"path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "hdi-backend.so"],
"disabled" : 1
}, {
"name" : "mmi_uinput_service",
"path" : ["/system/bin/uinput_inject"],
"uid" : "root",
"gid" : ["system", "shell", "uhid"],
"secon" : "u:r:mmi_uinput_service:s0"
}, {
"name" : "udevd_service",
"path" : ["/system/bin/udevd"],
"uid" : "root",
"gid" : ["system"]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hiweil/third_party_weston.git
git@gitee.com:hiweil/third_party_weston.git
hiweil
third_party_weston
third_party_weston
master

搜索帮助