diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index 8dc4eadfc0ad289a2c65ae35e22d6244ee9eadb2..f9a58ef197aa0fb5f532c684111f955d68132708 100755 --- a/cameraApp/BUILD.gn +++ b/cameraApp/BUILD.gn @@ -23,7 +23,6 @@ shared_library("cameraApp") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", - "//foundation/communication/ipc_lite:liteipc_adapter", "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", diff --git a/gallery/BUILD.gn b/gallery/BUILD.gn index 154b7c1f79321bb9918cd05f3dc3201bbb472916..bc665d97cdb9f4b96196aa10a6899859040a8425 100755 --- a/gallery/BUILD.gn +++ b/gallery/BUILD.gn @@ -33,7 +33,6 @@ shared_library("gallery") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", - "//foundation/communication/ipc_lite:liteipc_adapter", "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", diff --git a/launcher/BUILD.gn b/launcher/BUILD.gn index d4fe05970fcb264dbe1d028e85cf657223003220..1d6624683d39be8d36ddff9a6c236112d1a725d5 100755 --- a/launcher/BUILD.gn +++ b/launcher/BUILD.gn @@ -28,7 +28,6 @@ shared_library("launcher") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", - "//foundation/communication/ipc_lite:liteipc_adapter", "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", diff --git a/setting/BUILD.gn b/setting/BUILD.gn index 461747ca577a065f67c151e3f9aa49397156cb40..ebfdf39d5ad14de5b2380fe4741abd7c7dc4cbc4 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -32,7 +32,6 @@ shared_library("setting") { "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//base/powermgr/powermgr_lite/frameworks:powermgr", "//base/startup/syspara_lite/frameworks/parameter:parameter", - "//foundation/communication/ipc_lite:liteipc_adapter", "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface",