Files
miscservices_inputmethod/etc/init/inputmethodservice.cfg
T
zhouyongfei 3e8b13bd33 add inputmethod
Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
2021-09-14 20:33:47 +08:00

18 lines
421 B
INI

{
"jobs" : [{
"name" : "boot",
"cmds" : [
"start inputmethod_service"
]
}
],
"services" : [{
"name" : "inputmethod_service",
"path" : ["/system/bin/sa_main", "/system/profile/inputmethod_service.xml"],
"uid" : "system",
"gid" : ["system", "shell"],
"caps" : ["SYS_TIME"]
}
]
}