1 Star 0 Fork 11

s_c_c/distributedhardware_device_manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
device_manager.bundle.json 2.26 KB
一键复制 编辑 原始数据 按行查看 历史
zxstty 提交于 2023-12-04 18:59 . change by zjq
{
"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": []
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/s-c-c/distributedhardware_device_manager.git
[email protected]:s-c-c/distributedhardware_device_manager.git
s-c-c
distributedhardware_device_manager
distributedhardware_device_manager
master

搜索帮助