1 Star 0 Fork 63

lhl/third_party_weston

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
weston.cfg 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
李政 提交于 2021-09-15 17:49 . 修复tde第一次合成的合成方式bug
{
"jobs" : [{
"name" : "post-fs",
"cmds" : [
"start udevd_service",
"sleep 1",
"start multimodalinputservice",
"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" : "multimodalinputservice",
"path" : ["/system/bin/sa_main", "/system/profile/multimodalinputservice.xml"],
"uid" : "system",
"gid" : ["system", "shell", "uhid"]
}, {
"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"]
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/honglianglin/third_party_weston.git
git@gitee.com:honglianglin/third_party_weston.git
honglianglin
third_party_weston
third_party_weston
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385