From 79d222212f950f894b3066050b808b782366caf7 Mon Sep 17 00:00:00 2001 From: zianed Date: Thu, 10 Mar 2022 07:11:46 +0000 Subject: [PATCH] delete softbu_lite build config Signed-off-by: zianed --- components/communication.json | 38 ------------------- .../ohos_builds/communication/ohos.build | 7 +--- ndk/BUILD.gn | 1 - 3 files changed, 1 insertion(+), 45 deletions(-) diff --git a/components/communication.json b/components/communication.json index b7ee91c..1e09ab2 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 2d28ebc..f5519b3 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 b0048c0..6887921 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") { -- Gitee