• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/bluetooth",
3  "version": "",
4  "description": "Provides basic Bluetooth and BLE functions for applications",
5  "homePage": "https://gitee.com/openharmony",
6  "license": "Apache License 2.0",
7  "repository": "https://gitee.com/openharmony/communication_bluetooth",
8  "domain": "os",
9  "language": "",
10  "publishAs": "code-segment",
11  "private": false,
12  "scripts": {},
13  "tags": [
14    "foundation"
15  ],
16  "keywords": [
17    "communication",
18    "bluetooth"
19  ],
20  "envs": [],
21  "dirs": [],
22  "author": {
23    "name": "",
24    "email": "",
25    "url": ""
26  },
27  "contributors": [
28    {
29      "name": "",
30      "email": "",
31      "url": ""
32    }
33  ],
34  "segment": {
35    "destPath": "foundation/communication/bluetooth"
36  },
37  "component": {
38    "name": "bluetooth",
39    "subsystem": "communication",
40    "syscap": [
41      "SystemCapability.Communication.Bluetooth.Core",
42      "SystemCapability.Communication.Bluetooth.Lite"
43    ],
44    "features": [
45    ],
46    "adapted_system_type": [
47      "standard"
48    ],
49    "rom": "",
50    "ram": "",
51    "hisysevent_config": [
52      "//foundation/communication/bluetooth/hisysevent.yaml"
53    ],
54    "deps": {
55      "components": [
56        "ability_base",
57        "ability_runtime",
58        "bundle_framework",
59        "c_utils",
60        "hilog",
61        "hisysevent",
62        "hitrace",
63        "libuv",
64        "ipc",
65        "napi",
66        "samgr"
67      ],
68      "third_party": [
69        "libuv"
70      ]
71    },
72    "build": {
73      "group_type": {
74        "base_group": [],
75        "fwk_group": [
76          "//foundation/communication/bluetooth/frameworks/inner:btframework",
77          "//foundation/communication/bluetooth/frameworks/inner:btcommon",
78          "//foundation/communication/bluetooth/frameworks/js/napi:bluetooth_napi"
79        ],
80        "service_group": [
81        ]
82      },
83      "inner_kits": [
84        {
85          "header": {
86            "header_base": "//foundation/communication/bluetooth/interfaces/inner_api/include",
87            "header_files": [
88              "bluetooth_a2dp_src.h",
89              "bluetooth_ble_central_manager.h",
90              "bluetooth_def.h",
91              "bluetooth_device_class.h",
92              "bluetooth_gatt_characteristic.h",
93              "bluetooth_gatt_client.h",
94              "bluetooth_gatt_descriptor.h",
95              "bluetooth_gatt_manager.h",
96              "bluetooth_gatt_server.h",
97              "bluetooth_gatt_service.h",
98              "bluetooth_host.h",
99              "bluetooth_proxy_manager.h",
100              "bluetooth_remote_device.h",
101              "bluetooth_socket_inputstream.h",
102              "bluetooth_socket_outputstream.h",
103              "bluetooth_socket.h",
104              "c_header/ohos_bt_def.h",
105              "c_header/ohos_bt_gap.h",
106              "c_header/ohos_bt_gatt.h",
107              "c_header/ohos_bt_gatt_client.h",
108              "c_header/ohos_bt_gatt_server.h",
109              "c_header/ohos_bt_spp.h",
110              "uuid.h"
111            ]
112          },
113          "name": "//foundation/communication/bluetooth/frameworks/inner:btframework"
114        },
115        {
116          "header": {
117            "header_base": "//foundation/communication/bluetooth/frameworks/inner/ipc/include",
118            "header_files": [
119            ]
120          },
121          "name": "//foundation/communication/bluetooth/frameworks/inner:btcommon"
122        }
123      ]
124    }
125  }
126}
127