1 Star 0 Fork 293

zhangg05283106 / distributedhardware_device_manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 2.81 KB
一键复制 编辑 原始数据 按行查看 历史
@shi-xiaoxiao-iris 提交于 2022-08-09 10:09 . [任务]独立SA进程
{
"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": [
"ability_base",
"ability_runtime",
"access_token",
"ace_engine",
"appexecfwk_standard",
"bundle_framework",
"c_utils",
"common_event_service",
"device_auth",
"device_info_manager",
"dsoftbus",
"hisysevent_native",
"hitrace_native",
"hiviewdfx_hilog_native",
"init",
"ipc",
"napi",
"os_account",
"safwk",
"samgr",
"startup_l2"
],
"third_party": [
"json",
"node",
"googletest",
"mbedtls"
]
},
"build": {
"sub_component": [
"//foundation/distributedhardware/device_manager:device_manager",
"//foundation/distributedhardware/device_manager/sa_profile:device_manager.cfg",
"//foundation/distributedhardware/device_manager/sa_profile:dm_sa_profile"
],
"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": [
"//foundation/distributedhardware/device_manager:device_manager_test"
]
}
}
}
1
https://gitee.com/zhangg05283106/distributedhardware_device_manager.git
git@gitee.com:zhangg05283106/distributedhardware_device_manager.git
zhangg05283106
distributedhardware_device_manager
distributedhardware_device_manager
master

搜索帮助