diff --git a/BUILD.gn b/BUILD.gn index 8a0da89985a53663e1b9319157c431dafb0c3e01..ef276114eaf3d27ae496c6b3b72ad6bd1ff5523d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -22,11 +22,11 @@ shared_library("screensaver") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", + "//foundation/arkui/ui_lite:ui_lite", "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single", "//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/README.md b/README.md index a452386bcf9dfd8e96b9795ce288a165cc0954e5..432d0522e0255a1024ee9968fd2b47e71a639f6a 100755 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ C++ 11 or later **applications_camera_screensaver_app** -[graphic_wms](https://gitee.com/openharmony/graphic_wms/blob/master/README.md) +[window_window_manager_lite](https://gitee.com/openharmony/window_window_manager_lite/blob/master/README.md) -[graphic_surface](https://gitee.com/openharmony/graphic_surface/blob/master/README.md) +[graphic_surface_lite](https://gitee.com/openharmony/graphic_surface_lite/blob/master/README.md) -[graphic_ui](https://gitee.com/openharmony/graphic_ui/blob/master/README.md) +[arkui_ui_lite](https://gitee.com/openharmony/arkui_ui_lite/blob/master/README.md) -[graphic_utils](https://gitee.com/openharmony/graphic_utils/blob/master/README.md) +[graphic_graphic_utils_lite](https://gitee.com/openharmony/graphic_graphic_utils_lite/blob/master/README.md) diff --git a/README_zh.md b/README_zh.md index 5809e5b7e8962c9711e1e1f7f56b41a2c8bc082b..9013da9481eb7d8e6afacc6a61cc1a2dda10987b 100755 --- a/README_zh.md +++ b/README_zh.md @@ -38,13 +38,13 @@ C++11版本或以上 **applications_camera_screensaver_app** -[graphic_wms](https://gitee.com/openharmony/graphic_wms/blob/master/README.md) +[window_window_manager_lite](https://gitee.com/openharmony/window_window_manager_lite/blob/master/README.md) -[graphic_surface](https://gitee.com/openharmony/graphic_surface/blob/master/README.md) +[graphic_surface_lite](https://gitee.com/openharmony/graphic_surface_lite/blob/master/README.md) -[graphic_ui](https://gitee.com/openharmony/graphic_ui/blob/master/README.md) +[arkui_ui_lite](https://gitee.com/openharmony/arkui_ui_lite/blob/master/README.md) -[graphic_utils](https://gitee.com/openharmony/graphic_utils/blob/master/README.md) +[graphic_graphic_utils_lite](https://gitee.com/openharmony/graphic_graphic_utils_lite/blob/master/README.md) diff --git a/bundle.json b/bundle.json index 2b5f028661051d5e265773b63248c2c764f979a0..43c8707bd00c363008a92cc34d0078cb377ec4bd 100755 --- a/bundle.json +++ b/bundle.json @@ -24,9 +24,9 @@ "components": [ "ability_lite", "bundle_framework_lite", - "surface", - "ui", - "graphic_utils", + "surface_lite", + "ui_lite", + "graphic_utils_lite", "kv_store", "syspara_lite", "samgr_lite",