diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index b2a4ded797b3ab8e9fc2f966201a45a68b7a6939..4861486dc228257b1dce1349fe06eb4e024bbdc7 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/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 403247230a01a00f185d58df2a1c354184054723..4b1f45fd11abf4834575de8ba8039050d87f3368 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/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 6b84841a05bee8b15e00a306293e1f2cbb46bc1a..6c16d1997d0fead723d26c9df9dd0bd42b5ae770 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/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 f68cd3a60a0104e81ccdb5d0bd00aa798b8ea30e..824abf02c91353a5ded0e28602b47935bbacc3f5 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/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", ]