deviceprofile_device_info_m.../sa_profile/6001.json
zhanglei b45551871e update
Signed-off-by: zhanglei <zhanglei730@huawei.com>
2024-06-06 09:29:35 +08:00

34 lines
845 B
JSON

{
"process": "deviceprofile",
"systemability": [
{
"name": 6001,
"libpath": "libdistributed_device_profile.z.so",
"run-on-create": false,
"distributed": true,
"dump-level": 1,
"recycle-strategy": "low-memory",
"start-on-demand": {
"deviceonline": [
{
"name": "deviceonline",
"value": "on"
}
],
"commonevent":[
{
"name":"usual.event.BOOT_COMPLETED"
}
]
},
"stop-on-demand": {
"deviceonline": [
{
"name": "deviceonline",
"value": "off"
}
]
}
}
]
}