From 32ad65c37b02c48089d1b53b20b2d26e6b9989e0 Mon Sep 17 00:00:00 2001 From: renhw001 Date: Thu, 27 Jul 2023 07:43:37 +0000 Subject: [PATCH] build: change image subsystem name to graphic Signed-off-by: renhw001 --- notification.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification.gni b/notification.gni index 809bda8de..3f5ad8378 100644 --- a/notification.gni +++ b/notification.gni @@ -20,7 +20,7 @@ access_token_path = "//base/security/access_token" ffrt_path = "//foundation/resourceschedule/ffrt" component_name = "distributed_notification_service" component_path = "//base/notification/distributed_notification_service" -multimedia_path = "//foundation/multimedia/image_framework" +multimedia_path = "//foundation/graphic/image_framework" arkui_ace_engine_path = "//foundation/arkui/ace_engine" commonlibrary_utils_path = "//commonlibrary/c_utils" services_path = "${component_path}/services" -- Gitee