• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "jobs" : [{
3            "name" : "boot",
4            "cmds" : [
5                "mkdir /data/service/el1/public/database 0711 ddms ddms",
6                "mkdir /data/service/el1/public/database/oaid_service_manager 02770 oaid_service ddms"
7            ]
8        }
9    ],
10    "services" : [{
11            "name" : "oaid_service",
12            "path" : ["/system/bin/sa_main", "/system/profile/oaid_service.json"],
13            "uid" : "oaid_service",
14            "gid" : ["oaid_service", "shell"],
15            "permission": [
16                "ohos.permission.DISTRIBUTED_DATASYNC",
17                "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
18                "ohos.permission.PERMISSION_USED_STATS"
19            ],
20            "secon" : "u:r:oaid_service:s0",
21            "ondemand" : true
22        }
23    ]
24}
25