1 Star 0 Fork 390

feidaoseefeidao/communication_bluetooth_2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 3.48 KB
一键复制 编辑 原始数据 按行查看 历史
lilong 提交于 2022-02-15 16:50 . bt part
{
"name": "@ohos/communication_bluetooth",
"version": "",
"description": "Provides basic Bluetooth and BLE functions for applications",
"homePage": "https://gitee.com/openharmony",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/communication_bluetooth",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"foundation"
],
"keywords": [
"communication",
"bluetooth"
],
"envs": [],
"dirs": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "foundation/communication/bluetooth"
},
"component": {
"name": "bluetooth_standard",
"subsystem": "communication",
"syscap": [
"SystemCapability.Communication.Bluetooth"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"base",
"bundle_framework",
"hilog",
"hisysevent_native",
"hiviewdfx_hilog_native",
"ipc",
"samgr_proxy",
"samgr_standard"
],
"third_party": [
"googletest",
"libuv",
"libxml2",
"openssl"
]
},
"build": {
"sub_component": [
"//foundation/communication/bluetooth/sa_profile:communication_bluetooth_sa_profile",
"//foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework:btframework",
"//foundation/communication/bluetooth/services/bluetooth_standard/server:bluetooth_server",
"//foundation/communication/bluetooth/interfaces/kits/napi:bluetooth"
],
"inner_kits": [
{
"header": {
"header_base": "//foundation/communication/bluetooth/interfaces/innerkits/native_cpp/include",
"header_files": [
"bluetooth_a2dp_src.h",
"bluetooth_ble_central_manager.h",
"bluetooth_def.h",
"bluetooth_device_class.h",
"bluetooth_gatt_characteristic.h",
"bluetooth_gatt_client.h",
"bluetooth_gatt_descriptor.h",
"bluetooth_gatt_manager.h",
"bluetooth_gatt_server.h",
"bluetooth_gatt_service.h",
"bluetooth_host.h",
"bluetooth_remote_device.h",
"bluetooth_socket_inputstream.h",
"bluetooth_socket_outputstream.h",
"bluetooth_socket.h",
"uuid.h"
]
},
"name": "//foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework:btframework"
}
],
"test": [
"//foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/test/unittest/gatt:unittest",
"//foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/test/unittest/spp:unittest",
"//foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/test/unittest/host:unittest",
"//foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/test/unittest:unittest",
"//foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/test/unittest/ble:unittest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/feidaoseefeidao/communication_bluetooth_2.git
git@gitee.com:feidaoseefeidao/communication_bluetooth_2.git
feidaoseefeidao
communication_bluetooth_2
communication_bluetooth_2
master

搜索帮助