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 "common_event_service", 55 "bounds_checking_function", 56 "cJSON", 57 "openssl", 58 "data_share", 59 "kv_store", 60 "device_auth", 61 "device_info_manager", 62 "device_certificate_manager", 63 "drivers_interface_wlan", 64 "json", 65 "hicollie", 66 "hisysevent", 67 "hitrace", 68 "hilog", 69 "huks", 70 "init", 71 "ipc", 72 "openssl", 73 "os_account", 74 "relational_store", 75 "c_utils", 76 "safwk", 77 "samgr", 78 "sqlite", 79 "wifi", 80 "wifi_enhance", 81 "netmanager_base", 82 "bounds_checking_function", 83 "cJSON", 84 "mbedtls", 85 "libcoap", 86 "zlib", 87 "libnl", 88 "power_manager" 89 ], 90 "third_party": [ 91 "cJSON", 92 "json", 93 "mbedtls", 94 "openssl", 95 "bounds_checking_function", 96 "sqlite", 97 "zlib", 98 "libnl" 99 ] 100 }, 101 "build": { 102 "group_type":{ 103 "base_group":[], 104 "fwk_group":[ 105 "//foundation/communication/dsoftbus/sdk:softbus_client" 106 ], 107 "service_group":[ 108 "//foundation/communication/dsoftbus/core:softbus_server", 109 "//foundation/communication/dsoftbus/core/frame/standard/sa_profile:softbus_sa_profile" 110 ] 111 }, 112 "inner_kits": [ 113 { 114 "name": "//foundation/communication/dsoftbus/sdk:softbus_client", 115 "header": { 116 "header_files": [ 117 "bus_center/softbus_bus_center.h", 118 "common/softbus_common.h", 119 "common/softbus_error_code.h", 120 "transport/session.h" 121 ], 122 "header_base": "//foundation/communication/dsoftbus/interfaces/kits" 123 } 124 } 125 ], 126 "test": [ 127 "//foundation/communication/dsoftbus/tests:benchmarktest", 128 "//foundation/communication/dsoftbus/tests:fuzztest", 129 "//foundation/communication/dsoftbus/tests:integration_test", 130 "//foundation/communication/dsoftbus/tests:unittest" 131 ] 132 } 133 } 134} 135