diff --git a/bundle.json b/bundle.json index 9db2fe42ffde9fba01e1dc061d29c9a9d9208a4f..ef806980b354fccb22b76a342c97c7ffca5f65d6 100644 --- a/bundle.json +++ b/bundle.json @@ -24,7 +24,7 @@ "hitrace", "init", "ipc", - "multimedia_image_framework" + "image_framework" ], "third_party": [] }, diff --git a/purgeable_builder/BUILD.gn b/purgeable_builder/BUILD.gn index f7095585cc34cee99d2745077244acebfb95537d..00a0b0c8819a264c299ee868bb3f2df15932f4a4 100644 --- a/purgeable_builder/BUILD.gn +++ b/purgeable_builder/BUILD.gn @@ -36,8 +36,8 @@ ohos_shared_library("pixelmap_builder") { "hilog:libhilog", "hitrace:hitrace_meter", "init:libbegetutil", - "multimedia_image_framework:image", - "multimedia_image_framework:image_native", + "image_framework:image", + "image_framework:image_native", ] public_configs = [ ":purgeable_builder_config" ] subsystem_name = "commonlibrary"