diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index 8dc4ead..f9a58ef 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 154b7c1..bc665d9 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 d4fe059..1d66246 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 461747c..ebfdf39 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",