mirror of
https://gitee.com/openharmony/distributedhardware_device_manager
synced 2024-11-23 08:19:49 +00:00
ae46431ae7
Merge pull request !617 from 王移波/master
71 lines
2.3 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|