From ee163f35df4e963ef1c31bb27d2a7ac43da64d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=A4=BC=E4=BA=AD?= Date: Tue, 26 Apr 2022 09:14:24 +0000 Subject: [PATCH 1/2] Signed-off-by: zhouliting --- cameraApp/BUILD.gn | 1 - gallery/BUILD.gn | 1 - launcher/BUILD.gn | 1 - setting/BUILD.gn | 1 - 4 files changed, 4 deletions(-) diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index 6447fd7..39dd2e1 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/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", diff --git a/gallery/BUILD.gn b/gallery/BUILD.gn index 330925c..32203d9 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/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", diff --git a/launcher/BUILD.gn b/launcher/BUILD.gn index d68095a..3074c41 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/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", diff --git a/setting/BUILD.gn b/setting/BUILD.gn index e869571..454f41b 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -32,7 +32,6 @@ shared_library("setting") { "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//base/startup/syspara_lite/frameworks/parameter:parameter", "//base/powermgr/powermgr_lite/frameworks:powermgr", - "//foundation/communication/ipc_lite:liteipc_adapter", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", From e4393639bdd988613af30bb8c407a0a0efbaf54c Mon Sep 17 00:00:00 2001 From: zhou-liting125 Date: Fri, 6 May 2022 18:28:38 +0800 Subject: [PATCH 2/2] iPC interface switching Signed-off-by: zhou-liting125 --- setting/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setting/BUILD.gn b/setting/BUILD.gn index 454f41b..fd5c55e 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -30,8 +30,8 @@ shared_library("setting") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", - "//base/startup/syspara_lite/frameworks/parameter:parameter", "//base/powermgr/powermgr_lite/frameworks:powermgr", + "//base/startup/syspara_lite/frameworks/parameter:parameter", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui",