diff --git a/components/communication.json b/components/communication.json index b7ee91c46fa15cc1f93842c13b84312f8415eeb9..1e09ab2dd0a396194aebf28a4abbbc4200b4e3ec 100755 --- a/components/communication.json +++ b/components/communication.json @@ -28,44 +28,6 @@ ] } }, - { - "component": "softbus_lite", - "description": "", - "optional": "true", - "dirs": [ - "foundation/communication/softbus_lite" - ], - "targets": [ - "//foundation/communication/softbus_lite:softbus" - ], - "rom": "", - "ram": "", - "output": [ - "softbus_lite.so", - "discovery.a" - ], - "adapted_kernel": [ - "liteos_a", - "linux", - "liteos_m" - ], - "features": [], - "deps": { - "third_party": [ - "mbedtls", - "bounds_checking_function", - "cjson", - "wpa_supplicant" - ], - "kernel_special": {}, - "board_special": {}, - "components": [ - "hichainsdk", - "syspara_lite", - "permission" - ] - } - }, { "component": "dsoftbus", "description": "dsoftbus open sources software", diff --git a/components/ohos_builds/communication/ohos.build b/components/ohos_builds/communication/ohos.build index 2d28ebc5befca62055978776709d5ab0efa8b2b6..f5519b3201b8372e0c827feda7f271f6b2e97cc1 100644 --- a/components/ohos_builds/communication/ohos.build +++ b/components/ohos_builds/communication/ohos.build @@ -15,11 +15,6 @@ "//foundation/communication/ipc_lite:liteipc_adapter" ] }, - "softbus_lite": { - "module_list": [ - "//foundation/communication/softbus_lite:softbus" - ] - }, "wifi_aware": { "module_list": [ "//foundation/communication/wifi_aware:wifiaware" @@ -37,4 +32,4 @@ } }, "subsystem_name": "communication" -} \ No newline at end of file +} diff --git a/ndk/BUILD.gn b/ndk/BUILD.gn index b0048c0dfbe841436669a42d5d07c4a431b4a993..6887921aaf7eda5f8787b20f6ded879738ae181f 100755 --- a/ndk/BUILD.gn +++ b/ndk/BUILD.gn @@ -102,7 +102,6 @@ group("ndk_build") { "//base/startup/syspara_lite/frameworks/parameter:parameter_notes", "//base/update/ota_lite/frameworks:update_api", "//build/lite/config/subsystem/hiviewdfx:hilog_ndk", - "//foundation/communication/softbus_lite:softbus_lite_ndk", "//utils/native/lite:native_api", ] if (ohos_kernel_type != "liteos_m") {