mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-19 12:08:05 -04:00
3e8b13bd33
Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
18 lines
421 B
INI
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"]
|
|
}
|
|
]
|
|
}
|