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..dced32d9fe8d7a82ad1568926da7282b38bc68c2 100644 --- a/purgeable_builder/BUILD.gn +++ b/purgeable_builder/BUILD.gn @@ -35,9 +35,9 @@ ohos_shared_library("pixelmap_builder") { "c_utils:utils", "hilog:libhilog", "hitrace:hitrace_meter", + "image_framework:image", + "image_framework:image_native", "init:libbegetutil", - "multimedia_image_framework:image", - "multimedia_image_framework:image_native", ] public_configs = [ ":purgeable_builder_config" ] subsystem_name = "commonlibrary"