mirror of
https://gitee.com/openharmony/msdp_device_status
synced 2024-11-30 19:21:14 +00:00
8b7b63e005
Change-Id: Ia67bd1123b758093a3ddea95f44ce63d05efb8d4 Signed-off-by: mayunteng_1 <mayunteng@huawei.com>
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "@ohos/device_status",
|
|
"description": "Msdp device status",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"segment": {
|
|
"destPath": "base/msdp/device_status"
|
|
},
|
|
"component": {
|
|
"name": "device_status",
|
|
"subsystem": "msdp",
|
|
"syscap": ["SystemCapability.Msdp.DeviceStatus.Stationary"],
|
|
"hisysevent_config": ["//base/msdp/device_status/hisysevent.yaml"],
|
|
"features": [],
|
|
"adapted_system_type": [ "standard" ],
|
|
"rom": "2048KB",
|
|
"ram": "~4096KB",
|
|
"deps": {
|
|
"components": [
|
|
"access_token",
|
|
"hiviewdfx_hilog_native",
|
|
"ipc",
|
|
"safwk",
|
|
"samgr",
|
|
"c_utils",
|
|
"appexecfwk_standard",
|
|
"napi"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"group_type": {
|
|
"base_group":[],
|
|
"fwk_group":[
|
|
"//base/msdp/device_status/interfaces/innerkits:devicestatus_client",
|
|
"//base/msdp/device_status/frameworks/js/napi:stationary",
|
|
"//base/msdp/device_status/frameworks/js/napi:device_status_jsapi_group"
|
|
],
|
|
"service_group":[
|
|
"//base/msdp/device_status/libs:devicestatus_sensorhdi",
|
|
"//base/msdp/device_status/libs:devicestatus_msdp",
|
|
"//base/msdp/device_status/services:devicestatus_service",
|
|
"//base/msdp/device_status/frameworks/native/src:deviceagent",
|
|
"//base/msdp/device_status/sa_profile:devicestatus_sa_profile"
|
|
]
|
|
},
|
|
"inner_kits": [
|
|
{
|
|
"name": "//base/msdp/device_status/interfaces/innerkits:devicestatus_client",
|
|
"header": {
|
|
"header_files": [],
|
|
"header_base": "//base/msdp/device_status/interfaces/innerkits/include"
|
|
}
|
|
}
|
|
],
|
|
"test": [
|
|
"//base/msdp/device_status/services/native/test:devicestatussrv_test",
|
|
"//base/msdp/device_status/test/fuzztest:fuzztest"
|
|
]
|
|
}
|
|
}
|
|
}
|