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    "features": [
42      "bluetooth_service_avrcp_avsession",
43      "bluetooth_service_a2dp_sink_feature",
44      "bluetooth_service_a2dp_source_feature",
45      "bluetooth_service_avrcp_ct_feature",
46      "bluetooth_service_avrcp_tg_feature",
47      "bluetooth_service_hfp_ag_feature",
48      "bluetooth_service_hfp_hf_feature",
49      "bluetooth_service_hid_host_feature",
50      "bluetooth_service_pan_feature"
51    ],
52    "adapted_system_type": [
53      "standard"
54    ],
55    "rom": "4.5MB",
56    "ram": "7.5MB",
57    "hisysevent_config": [
58      "//foundation/communication/bluetooth_service/hisysevent.yaml"
59    ],
60    "deps": {
61      "components": [
62        "ability_base",
63        "ability_runtime",
64        "audio_framework",
65        "av_session",
66        "base",
67        "hilog",
68        "hisysevent",
69        "hitrace",
70        "ipc",
71        "samgr_proxy",
72        "samgr",
73        "access_token",
74        "bluetooth",
75        "drivers_interface_bluetooth",
76        "eventhandler",
77        "ability_base",
78        "call_manager",
79        "core_service",
80        "hdf_core",
81        "init",
82        "input",
83        "safwk",
84        "common_event_service",
85        "state_registry",
86        "c_utils"
87      ],
88      "third_party": [
89        "googletest",
90        "libuv",
91        "libxml2",
92        "openssl",
93        "bounds_checking_function"
94      ]
95    },
96    "build": {
97      "group_type": {
98        "base_group": [],
99        "fwk_group": [],
100        "service_group": [
101          "//foundation/communication/bluetooth_service/sa_profile:communication_bluetooth_service_sa_profile",
102          "//foundation/communication/bluetooth_service/services/bluetooth/server:bluetooth_server",
103          "//foundation/communication/bluetooth_service/services/bluetooth/service:btsbc"
104        ]
105      },
106      "inner_api": [
107      ],
108      "test": [
109        "//foundation/communication/bluetooth_service/test/unittest/spp:unittest",
110        "//foundation/communication/bluetooth_service/test/unittest/host:unittest",
111        "//foundation/communication/bluetooth_service/test/unittest/ble:unittest",
112        "//foundation/communication/bluetooth_service/test/unittest/hid:unittest",
113        "//foundation/communication/bluetooth_service/test/unittest/pan:unittest",
114        "//foundation/communication/bluetooth_service/test/unittest/gatt_c:unittest",
115        "//foundation/communication/bluetooth_service/test/fuzztest/host:fuzztest",
116        "//foundation/communication/bluetooth_service/test/example/bluetoothtest:bluetoothtest"
117      ]
118    }
119  }
120}
121