From 3d27f9972833507126a3653cd0db93d3cd5d43ce Mon Sep 17 00:00:00 2001 From: zhoushicheng Date: Tue, 5 Jul 2022 10:14:18 +0800 Subject: [PATCH] =?UTF-8?q?ability=5Fruntime=E4=BB=93frameworks=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhoushicheng Change-Id: I742de5bffe4d8b95a6c2a8b56398db22f3fb4f9e --- frameworks/js/napi/src/reminder/BUILD.gn | 2 +- notification.gni | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/js/napi/src/reminder/BUILD.gn b/frameworks/js/napi/src/reminder/BUILD.gn index 33077309d..1692ac407 100644 --- a/frameworks/js/napi/src/reminder/BUILD.gn +++ b/frameworks/js/napi/src/reminder/BUILD.gn @@ -36,7 +36,7 @@ config("native_module_config") { ohos_shared_library("reminderagent") { include_dirs = [ "${ability_runtime_path}/interfaces/kits/native/ability/native", - "${ability_runtime_path}/frameworks/js/napi/aafwk/inner/napi_common", + "${ability_runtime_napi_path}/inner/napi_common", "//foundation/multimedia/image_standard/interfaces/kits/js/common/include/", "../../include", "//third_party/node/src", diff --git a/notification.gni b/notification.gni index 47bd5e73b..a3dfa16e2 100644 --- a/notification.gni +++ b/notification.gni @@ -15,7 +15,7 @@ ability_runtime_path = "//foundation/ability/ability_runtime" ability_runtime_inner_api_path = "${ability_runtime_path}/interfaces/inner_api" ability_runtime_services_path = "${ability_runtime_path}/services" ability_runtime_kits_path = "${ability_runtime_path}/frameworks/kits" -ability_runtime_napi_path = "${ability_runtime_path}/frameworks/js/napi/aafwk" +ability_runtime_napi_path = "${ability_runtime_path}/frameworks/js/napi" component_name = "distributed_notification_service" component_path = "//base/notification/distributed_notification_service" services_path = "${component_path}/services" -- Gitee