73 lines
2.3 KiB
JSON
73 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",
|
|
"deps": {
|
|
"components": [
|
|
"ability_base",
|
|
"ability_runtime",
|
|
"access_token",
|
|
"appexecfwk_standard",
|
|
"bundle_framework",
|
|
"c_utils",
|
|
"common_event_service",
|
|
"device_auth",
|
|
"dsoftbus",
|
|
"hisysevent_native",
|
|
"hitrace_native",
|
|
"hiviewdfx_hilog_native",
|
|
"init",
|
|
"ipc",
|
|
"napi",
|
|
"os_account",
|
|
"safwk",
|
|
"samgr",
|
|
"startup_l2"
|
|
],
|
|
"third_party": [
|
|
"json",
|
|
"node",
|
|
"googletest",
|
|
"mbedtls"
|
|
]
|
|
},
|
|
"build": {
|
|
"group_type": {
|
|
},
|
|
"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_publish_info.h",
|
|
"dm_subscribe_info.h"
|
|
],
|
|
"header_base": "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include"
|
|
}
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|