From a02dd70a02645b476ebf959173c98f5fb38687b6 Mon Sep 17 00:00:00 2001 From: chen Date: Thu, 21 Jul 2022 18:50:44 +0800 Subject: [PATCH] modify samgr partname Signed-off-by: chen Change-Id: I70672c3abc9316b3849b0ad1bf1a92c007e6de77 Change-Id: I6375b8f572b2081e38fb2c3bfd3fe6df91b4b700 --- cameraApp/BUILD.gn | 2 +- gallery/BUILD.gn | 2 +- launcher/BUILD.gn | 2 +- setting/BUILD.gn | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index c96705a..17d720f 100755 --- a/cameraApp/BUILD.gn +++ b/cameraApp/BUILD.gn @@ -24,12 +24,12 @@ shared_library("cameraApp") { "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", "//foundation/graphic/utils:lite_graphic_utils", "//foundation/multimedia/camera_lite/frameworks:camera_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", + "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", ] include_dirs = [ diff --git a/gallery/BUILD.gn b/gallery/BUILD.gn index 3f945d6..1fe8578 100755 --- a/gallery/BUILD.gn +++ b/gallery/BUILD.gn @@ -34,12 +34,12 @@ shared_library("gallery") { "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", "//foundation/graphic/utils:lite_graphic_utils", "//foundation/multimedia/media_lite/frameworks/player_lite:player_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", + "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", ] ldflags = [ "-shared" ] diff --git a/launcher/BUILD.gn b/launcher/BUILD.gn index 84c4cf7..4f6d982 100755 --- a/launcher/BUILD.gn +++ b/launcher/BUILD.gn @@ -29,10 +29,10 @@ shared_library("launcher") { "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", "//foundation/graphic/utils:lite_graphic_utils", + "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", ] include_dirs = [ diff --git a/setting/BUILD.gn b/setting/BUILD.gn index fa4946f..3c52aff 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -33,10 +33,10 @@ shared_library("setting") { "//base/powermgr/powermgr_lite/frameworks:powermgr", "//base/startup/syspara_lite/frameworks/parameter:parameter", "//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", "//foundation/graphic/utils:lite_graphic_utils", + "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", "//third_party/wpa_supplicant/wpa_supplicant-2.9:wpa_supplicant", ] -- Gitee