mirror of
https://gitee.com/openharmony/sensors_start
synced 2024-11-23 06:40:03 +00:00
79662a8cc6
Signed-off-by: li-yaoyao777 <liyaoyao7@huawei.com>
17 lines
490 B
INI
Executable File
17 lines
490 B
INI
Executable File
{
|
|
"services" : [{
|
|
"name" : "sensors",
|
|
"path" : ["/system/bin/sa_main", "/system/profile/sensors.json"],
|
|
"uid" : "sensor",
|
|
"gid" : ["sensor", "shell"],
|
|
"permission" : [
|
|
"ohos.permission.PERMISSION_USED_STATS",
|
|
"ohos.permission.GET_SENSITIVE_PERMISSIONS"
|
|
],
|
|
"permission_acls" : [
|
|
"ohos.permission.GET_SENSITIVE_PERMISSIONS"
|
|
]
|
|
}
|
|
]
|
|
}
|