From 07da081a07ede01177b6a5d5a81830ffd6b8dfc5 Mon Sep 17 00:00:00 2001 From: renhw Date: Wed, 24 Aug 2022 22:28:16 +0800 Subject: [PATCH] modify image part name Signed-off-by: renhw Change-Id: Ib82ba55afc2a4e96a0a2de7b0187e3913dbe70ff --- bundle.json | 2 +- service/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 93be432..3614e56 100755 --- a/bundle.json +++ b/bundle.json @@ -36,7 +36,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 96ad911..8356254 100644 --- a/service/BUILD.gn +++ b/service/BUILD.gn @@ -69,7 +69,7 @@ ohos_shared_library("displaymgrservice") { "hiviewdfx_hilog_native:libhilog", "init:libbegetutil", "ipc:ipc_core", - "multimedia_image_standard:image_native", + "multimedia_image_framework:image_native", "relational_store:native_rdb", "safwk:system_ability_fwk", "samgr:samgr_proxy", -- Gitee