diff --git a/ability_lite/ability_posix/BUILD.gn b/ability_lite/ability_posix/BUILD.gn index 01a0e7a56f41220f4f6cfa0e3f4a0fc6892f34e4..8eb6339eaa59950a40838ed11970a46eaf3e3c8b 100755 --- a/ability_lite/ability_posix/BUILD.gn +++ b/ability_lite/ability_posix/BUILD.gn @@ -32,9 +32,9 @@ hcpptest_suite("ActsAbilityMgrTest") { ] if (enable_ohos_appexecfwk_feature_ability == true) { deps += [ - "//foundation/graphic/surface", - "//foundation/graphic/ui:ui_lite", - "//foundation/graphic/utils:graphic_utils_lite", + "//foundation/arkui/ui_lite:ui_lite", + "//foundation/graphic/graphic_utils_lite:utils_lite", + "//foundation/graphic/surface_lite", ] } @@ -55,9 +55,9 @@ hcpptest_suite("ActsAbilityMgrTest") { "//third_party/cJSON", "//commonlibrary/utils_lite/include", "${appexecfwk_lite_path}/interfaces/innerkits/bundlemgr_lite", - "//foundation/graphic/ui/interfaces/kits", - "//foundation/graphic/utils/interfaces/innerkits", - "//foundation/graphic/utils/interfaces/kits", + "//foundation/arkui/ui_lite/interfaces/kits", + "//foundation/graphic/graphic_utils_lite/interfaces/innerkits", + "//foundation/graphic/graphic_utils_lite/interfaces/kits", ] cflags = [ "-Wno-error" ] defines = [ diff --git a/multimedia_lite/camera_lite_posix/camera_native/BUILD.gn b/multimedia_lite/camera_lite_posix/camera_native/BUILD.gn index a42db5101275de4fd1bdcef5ee2fe4b5d96f6b60..668ff0247911303729bb56bfb027ebd1787be711 100644 --- a/multimedia_lite/camera_lite_posix/camera_native/BUILD.gn +++ b/multimedia_lite/camera_lite_posix/camera_native/BUILD.gn @@ -35,8 +35,8 @@ hcpptest_suite("ActsMediaCameraTest") { ldflags += [ "-Wl,-rpath-link=$ohos_root_path/$root_out_dir" ] deps = [ - "//foundation/graphic/surface:surface_lite", - "//foundation/graphic/ui:ui_lite", + "//foundation/arkui/ui_lite:ui_lite", + "//foundation/graphic/surface_lite:surface_lite", "//foundation/multimedia/camera_lite/frameworks:camera_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", ]