!35 时间线和地理围栏按需启动

Merge pull request !35 from hhh2/master
This commit is contained in:
openharmony_ci 2022-11-10 07:35:32 +00:00 committed by Gitee
commit c580cc3c91
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,15 +4,16 @@
"cmds" : [
"mkdir /data/service/el1/public/msdp",
"chown msdp msdp /data/service/el1/public/msdp",
"start msdp_sa"
"start msdp"
]
}
],
"services" : [{
"name" : "msdp_sa",
"name" : "msdp",
"path" : ["/system/bin/sa_main", "/system/profile/msdp.xml"],
"uid" : "msdp",
"gid" : ["msdp", "shell"],
"ondemand" : true,
"permission" : ["ohos.permission.ACCELEROMETER", "ohos.permission.DISTRIBUTED_DATASYNC", "ohos.permission.MICROPHONE"]
}
]