msdp_device_status/bundle.json
wuliangdong f3be2fd826 调整UT文件结构
Signed-off-by: wuliangdong <wuliangdong1@huawei.com>
Change-Id: Ia736ae1aba3338cdb69550c03e9ce8b0dc394552
2023-03-08 07:56:58 +00:00

68 lines
2.2 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",
"multimedia_image_framework"
],
"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/interaction:interaction_jsapi_group"
],
"service_group":[
"//base/msdp/device_status/libs:devicestatus_algo",
"//base/msdp/device_status/libs:devicestatus_mock",
"//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:devicestatussystem_test",
"//base/msdp/device_status/libs/test:devicestatuslib_test",
"//base/msdp/device_status:device_status_tests",
"//base/msdp/device_status/test/fuzztest:device_status_fuzztest",
"//base/msdp/device_status//frameworks/native/interaction/test:interaction_manager_test"
]
}
}
}