• 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.json"],
12            "uid" : "inputmethod",
13            "gid" : ["inputmethod", "shell"],
14            "permission" : [
15                "ohos.permission.INPUT_MONITORING",
16                "ohos.permission.GET_BUNDLE_INFO"
17            ],
18            "permission_acls" : ["ohos.permission.INPUT_MONITORING"],
19            "caps" : [],
20            "secon" : "u:r:inputmethod_service:s0"
21        }
22    ]
23}
24