• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/bluetooth_service",
3  "version": "3.2.0",
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_service"
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_service"
36  },
37  "component": {
38    "name": "bluetooth_service",
39    "subsystem": "communication",
40    "syscap": [
41      "SystemCapability.Communication.Bluetooth.Core",
42      "SystemCapability.Communication.Bluetooth.Lite"
43    ],
44    "features": [
45      "bluetooth_service_avrcp_avsession",
46      "bluetooth_service_a2dp_sink_feature",
47      "bluetooth_service_a2dp_source_feature",
48      "bluetooth_service_avrcp_ct_feature",
49      "bluetooth_service_avrcp_tg_feature",
50      "bluetooth_service_hfp_ag_feature",
51      "bluetooth_service_hfp_hf_feature",
52      "bluetooth_service_hid_host_feature",
53      "bluetooth_service_pan_feature",
54      "bluetooth_service_pbap_client_feature",
55      "bluetooth_service_pbap_server_feature",
56      "bluetooth_service_opp_feature",
57      "bluetooth_service_map_client_feature",
58      "bluetooth_service_map_server_feature"
59    ],
60    "adapted_system_type": [
61      "standard"
62    ],
63    "rom": "4.5MB",
64    "ram": "7.5MB",
65    "hisysevent_config": [
66      "//foundation/communication/bluetooth_service/hisysevent.yaml"
67    ],
68    "deps": {
69      "components": [
70        "ability_base",
71        "ability_runtime",
72        "audio_framework",
73        "av_session",
74        "base",
75        "hilog",
76        "hisysevent",
77        "hitrace",
78        "ipc",
79        "samgr_proxy",
80        "samgr",
81        "access_token",
82        "bluetooth",
83        "drivers_interface_bluetooth",
84        "eventhandler",
85        "ability_base",
86        "call_manager",
87        "core_service",
88        "hdf_core",
89        "init",
90        "input",
91        "safwk",
92        "common_event_service",
93        "state_registry",
94        "c_utils"
95      ],
96      "third_party": [
97        "googletest",
98        "libuv",
99        "libxml2",
100        "openssl",
101        "bounds_checking_function"
102      ]
103    },
104    "build": {
105      "group_type": {
106        "base_group": [],
107        "fwk_group": [],
108        "service_group": [
109          "//foundation/communication/bluetooth_service/sa_profile:communication_bluetooth_service_sa_profile",
110          "//foundation/communication/bluetooth_service/services/bluetooth/server:bluetooth_server",
111          "//foundation/communication/bluetooth_service/services/bluetooth/service:btsbc"
112        ]
113      },
114      "inner_api": [
115      ],
116      "test": [
117        "//foundation/communication/bluetooth_service/test/unittest/spp:unittest",
118        "//foundation/communication/bluetooth_service/test/unittest/host:unittest",
119        "//foundation/communication/bluetooth_service/test/unittest/ble:unittest",
120        "//foundation/communication/bluetooth_service/test/unittest/hid:unittest",
121        "//foundation/communication/bluetooth_service/test/unittest/pan:unittest",
122        "//foundation/communication/bluetooth_service/test/unittest/opp:unittest",
123        "//foundation/communication/bluetooth_service/test/unittest/gatt_c:unittest",
124        "//foundation/communication/bluetooth_service/test/fuzztest/host:fuzztest",
125        "//foundation/communication/bluetooth_service/test/example/bluetoothtest:bluetoothtest"
126      ]
127    }
128  }
129}
130