• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "jobs" : [{
3            "name" : "early-boot",
4            "cmds" : [
5                "mkdir /data/service/el1/public/imf 0711 inputmethod inputmethod"
6            ]
7        }
8    ],
9    "services" : [{
10            "name" : "inputmethod_service",
11            "path" : ["/system/bin/sa_main", "/system/profile/inputmethod_service.xml"],
12            "uid" : "inputmethod",
13            "gid" : ["inputmethod", "shell"],
14            "permission" : ["ohos.permission.INPUT_MONITORING", "ohos.permission.MANAGE_USERS permission"],
15            "caps" : [],
16            "secon" : "u:r:inputmethod_service:s0"
17        }
18    ]
19}
20