diff --git a/bundle.json b/bundle.json index 55bdded..f06eb0c 100755 --- a/bundle.json +++ b/bundle.json @@ -23,9 +23,9 @@ "components": [ "ability_lite", "bundle_framework_lite", - "surface", - "ui", - "graphic_utils", + "surface_lite", + "ui_lite", + "graphic_utils_lite", "kv_store", "syspara_lite", "camera_lite", diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index 6c49583..fd12fee 100755 --- a/cameraApp/BUILD.gn +++ b/cameraApp/BUILD.gn @@ -23,10 +23,10 @@ shared_library("cameraApp") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", + "//foundation/arkui/ui_lite:ui_lite", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/graphic/surface", - "//foundation/graphic/ui:ui_lite", - "//foundation/graphic/utils:graphic_utils_lite", + "//foundation/graphic/graphic_utils_lite:utils_lite", + "//foundation/graphic/surface_lite", "//foundation/multimedia/camera_lite/frameworks:camera_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", diff --git a/gallery/BUILD.gn b/gallery/BUILD.gn index a837bd0..f94c3fa 100755 --- a/gallery/BUILD.gn +++ b/gallery/BUILD.gn @@ -32,10 +32,10 @@ shared_library("gallery") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", + "//foundation/arkui/ui_lite:ui_lite", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/graphic/surface", - "//foundation/graphic/ui:ui_lite", - "//foundation/graphic/utils:graphic_utils_lite", + "//foundation/graphic/graphic_utils_lite:utils_lite", + "//foundation/graphic/surface_lite", "//foundation/multimedia/media_lite/frameworks/player_lite:player_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", diff --git a/launcher/BUILD.gn b/launcher/BUILD.gn index 0f01fe2..d3aca81 100644 --- a/launcher/BUILD.gn +++ b/launcher/BUILD.gn @@ -28,10 +28,10 @@ shared_library("launcher") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", + "//foundation/arkui/ui_lite:ui_lite", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/graphic/surface", - "//foundation/graphic/ui:ui_lite", - "//foundation/graphic/utils:graphic_utils_lite", + "//foundation/graphic/graphic_utils_lite:utils_lite", + "//foundation/graphic/surface_lite", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", ] diff --git a/setting/BUILD.gn b/setting/BUILD.gn index 6355788..c4b5cc2 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -32,10 +32,10 @@ shared_library("setting") { "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//base/powermgr/powermgr_lite/frameworks:powermgr", "//base/startup/init/interfaces/innerkits:libbegetutil", + "//foundation/arkui/ui_lite:ui_lite", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/graphic/surface", - "//foundation/graphic/ui:ui_lite", - "//foundation/graphic/utils:graphic_utils_lite", + "//foundation/graphic/graphic_utils_lite:utils_lite", + "//foundation/graphic/surface_lite", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", "//third_party/wpa_supplicant/wpa_supplicant-2.9:wpa_supplicant", ]