From 54ebb0f676de450e1cdb776591e32750dc9455c7 Mon Sep 17 00:00:00 2001 From: renhw Date: Thu, 29 Sep 2022 20:10:20 +0800 Subject: [PATCH] build:modify image part name Signed-off-by: renhw --- bundle.json | 2 +- service/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 1d87dd2..0ea1a05 100644 --- a/bundle.json +++ b/bundle.json @@ -35,7 +35,7 @@ "hiviewdfx_hilog_native", "init", "ipc", - "multimedia_image_standard", + "multimedia_image_framework", "napi", "power_manager", "safwk", diff --git a/service/BUILD.gn b/service/BUILD.gn index 488c2e7..7d79ba3 100644 --- a/service/BUILD.gn +++ b/service/BUILD.gn @@ -64,7 +64,7 @@ ohos_shared_library("displaymgrservice") { "hisysevent_native:libhisysevent", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", - "multimedia_image_standard:image_native", + "multimedia_image_framework:image_native", "safwk:system_ability_fwk", "sensor:sensor_interface_native", "window_manager:libdm", -- Gitee