diff --git a/bundle.json b/bundle.json index a3a776654aca8d5d8a4516450f3e467f8dd8ebd5..ca7987183ba5c3036364ce8c6f9ae263541030c4 100755 --- a/bundle.json +++ b/bundle.json @@ -24,7 +24,7 @@ "components": [ "hilog_lite", "permission", - "surface" + "surface_lite" ], "third_party": [ "bounds_checking_function" diff --git a/frameworks/BUILD.gn b/frameworks/BUILD.gn index 145c18c70f132492b069d61216ce651528f9b928..5cc004b7dbd8cb8b379d46df89b1e7546c05bb70 100644 --- a/frameworks/BUILD.gn +++ b/frameworks/BUILD.gn @@ -97,7 +97,7 @@ shared_library("camera_lite") { ] } public_deps = [ - "//foundation/graphic/surface:surface_lite", + "//foundation/graphic/surface_lite:surface_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", "//foundation/multimedia/media_utils_lite:media_common", ] diff --git a/services/BUILD.gn b/services/BUILD.gn index 86259b4e7dcff5d7f2cd662f22008099394e4b08..ca5c2da956d73b24230b3c76a542d6d7f9c3315e 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -45,7 +45,7 @@ shared_library("camera_server") { "//third_party/bounds_checking_function:libsec_shared", ] public_deps = [ - "//foundation/graphic/surface:surface_lite", + "//foundation/graphic/surface_lite:surface_lite", "//foundation/multimedia/camera_lite/frameworks:camera_lite", "//foundation/multimedia/media_utils_lite:media_common", ] diff --git a/test/BUILD.gn b/test/BUILD.gn index 7f7e1d8d0346649d7a2112b10ba4d9d69ca3b157..727158b0d21ecec330896d72569d0d8d979b0420 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -30,8 +30,8 @@ if (ohos_build_type == "debug") { "//foundation/multimedia/camera_lite/test/unittest", ] 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", ]