• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/dsoftbus",
3  "version": "4.0.2",
4  "description": "dsoftbus",
5  "publishAs": "code-segment",
6  "segment": {
7    "destPath": "foundation/communication/dsoftbus"
8  },
9  "dirs": {},
10  "scripts": {},
11  "author": {},
12  "homePage": "https://gitee.com/openharmony",
13  "repository": "https://gitee.com/openharmony/communication_dsoftbus",
14  "supplier":"Organization: OpenHarmony",
15  "license": "Apache License 2.0",
16  "component": {
17    "name": "dsoftbus",
18    "subsystem": "communication",
19    "adapted_system_type": [
20      "mini",
21      "small",
22      "standard"
23    ],
24    "hisysevent_config": [
25      "//foundation/communication/dsoftbus/hisysevent.yaml"
26    ],
27    "syscap":[ "SystemCapability.Communication.SoftBus.Core" ],
28    "features": [
29      "dsoftbus_feature_conn_p2p",
30      "dsoftbus_feature_conn_legacy",
31      "dsoftbus_feature_disc_ble",
32      "dsoftbus_feature_conn_br",
33      "dsoftbus_feature_conn_ble",
34      "dsoftbus_feature_lnn_net",
35      "dsoftbus_feature_trans_udp_stream",
36      "dsoftbus_feature_trans_udp_file",
37      "dsoftbus_get_devicename",
38      "dsoftbus_feature_product_config_path",
39      "dsoftbus_feature_lnn_wifiservice_dependence",
40      "dsoftbus_feature_protocol_newip",
41      "dsoftbus_feature_ex_kits",
42      "dsoftbus_feature_wifi_notify"
43    ],
44    "rom": "3000KB",
45    "ram": "40MB",
46    "deps": {
47      "components": [
48        "ability_base",
49        "ability_runtime",
50        "access_token",
51        "bluetooth",
52        "bounds_checking_function",
53        "bundle_framework",
54        "cJSON",
55        "common_event_service",
56        "data_share",
57        "kv_store",
58        "device_auth",
59        "device_info_manager",
60        "device_certificate_manager",
61        "drivers_interface_wlan",
62        "hicollie",
63        "hisysevent",
64        "hitrace",
65        "hilog",
66        "huks",
67        "mbedtls",
68        "init",
69        "ipc",
70        "json",
71        "openssl",
72        "os_account",
73        "relational_store",
74        "c_utils",
75        "safwk",
76        "samgr",
77        "sqlite",
78        "wifi",
79        "wifi_enhance",
80        "netmanager_base",
81        "bounds_checking_function",
82        "cJSON",
83        "libcoap",
84        "openssl",
85        "zlib",
86        "power_manager"
87      ],
88      "third_party": [
89        "bounds_checking_function",
90        "cJSON",
91        "libnl",
92        "mbedtls",
93        "openssl",
94        "sqlite",
95        "zlib"
96      ]
97    },
98    "build": {
99      "group_type":{
100        "base_group":[],
101        "fwk_group":[
102          "//foundation/communication/dsoftbus/sdk:softbus_client"
103        ],
104        "service_group":[
105          "//foundation/communication/dsoftbus/core:softbus_server",
106          "//foundation/communication/dsoftbus/core/frame/standard/sa_profile:softbus_sa_profile"
107        ]
108      },
109      "inner_kits": [
110        {
111          "name": "//foundation/communication/dsoftbus/sdk:softbus_client",
112          "header": {
113            "header_files": [
114              "bus_center/softbus_bus_center.h",
115              "common/softbus_common.h",
116              "common/softbus_error_code.h",
117              "transport/session.h"
118            ],
119            "header_base": "//foundation/communication/dsoftbus/interfaces/kits"
120          }
121        }
122      ],
123      "test": [
124        "//foundation/communication/dsoftbus/tests:benchmarktest",
125        "//foundation/communication/dsoftbus/tests:fuzztest",
126        "//foundation/communication/dsoftbus/tests:integration_test",
127        "//foundation/communication/dsoftbus/tests:unittest"
128      ]
129    }
130  }
131}
132