1 Star 0 Fork 62

吴刚/third_party_weston

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
weston.cfg 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
licheng_1123 提交于 2021-10-27 09:52 . multimodalinput delet 430 code
{
"jobs" : [{
"name" : "post-fs",
"cmds" : [
"start udevd_service",
"sleep 1",
"start mmi_uinput_service",
"sleep 2",
"export XDG_RUNTIME_DIR /data/weston",
"export XKB_CONFIG_ROOT /etc/xkb",
"export XKB_CONFIG_EXTRA_PATH /etc/xkb",
"mkdir /data/weston",
"chmod 777 /data/weston",
"start weston",
"trigger weston_start",
"sleep 2",
"exec /system/bin/udevadm trigger",
"exec /system/bin/udevadm settle --timeout=30"
]
}
],
"services" : [{
"name" : "weston",
"path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "drm-backend.so", "--tty=1", "--use-pixman"],
"disabled" : 1
}, {
"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"]
}, {
"name" : "udevd_service",
"path" : ["/system/bin/udevd"],
"uid" : "root",
"gid" : ["system"]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/helloGraphics/third_party_weston.git
git@gitee.com:helloGraphics/third_party_weston.git
helloGraphics
third_party_weston
third_party_weston
master

搜索帮助