distributedhardware_device_.../bundle.json
openharmony_ci ae46431ae7
!617 【需求】dm添加hisysevent、hitrace打点
Merge pull request !617 from 王移波/master
2022-06-23 01:16:11 +00:00

71 lines
2.3 KiB
JSON

{
"name": "@ohos/device_manager",
"description": "device manager service",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/device_manager",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/distributedhardware/device_manager"
},
"dirs": {},
"scripts": {},
"component": {
"name": "device_manager",
"subsystem": "distributedhardware",
"syscap":[ "SystemCapability.DistributedHardware.DeviceManager" ],
"features":["device_manager_no_interaction_auth"],
"adapted_system_type": [ "standard", "small" ],
"rom": "2M",
"ram": "16M",
"hisysevent_config": [
"//foundation/distributedhardware/device_manager/hisysevent.yaml"
],
"deps": {
"components": [
"appexecfwk_standard",
"hiviewdfx_hilog_native",
"ipc",
"safwk",
"startup_l2",
"device_profile_core",
"samgr_standard",
"common_event_service",
"dsoftbus",
"utils_base",
"napi",
"device_auth"
],
"third_party": [
"json",
"node",
"googletest",
"mbedtls"
]
},
"build": {
"sub_component": [
"//foundation/distributedhardware/device_manager:device_manager"
],
"inner_kits": [
{
"type": "so",
"name": "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp:devicemanagersdk",
"header": {
"header_files": [
"device_manager.h",
"device_manager_callback.h",
"dm_device_info.h",
"dm_subscribe_info.h"
],
"header_base": "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include"
}
}
],
"test": [
"//foundation/distributedhardware/device_manager:device_manager_test"
]
}
}
}