From 04c3612e8291d1138fe25ae9e20b3c32a55e84a9 Mon Sep 17 00:00:00 2001 From: zhoushicheng Date: Tue, 5 Jul 2022 11:03:11 +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: Ideb6d8c9320edb0fd30381d8d5e2eb3125cdf550 --- filemanagement_aafwk.gni | 1 + frameworks/innerkits/file_access/BUILD.gn | 2 +- interfaces/kits/napi/file_access_module/BUILD.gn | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/filemanagement_aafwk.gni b/filemanagement_aafwk.gni index 541b34b8..02c23433 100644 --- a/filemanagement_aafwk.gni +++ b/filemanagement_aafwk.gni @@ -15,3 +15,4 @@ ability_runtime_path = "//foundation/ability/ability_runtime" ability_runtime_innerkits_path = "${ability_runtime_path}/interfaces/inner_api" ability_runtime_kits_path = "${ability_runtime_path}/frameworks/kits" ability_runtime_services_path = "${ability_runtime_path}/services" +ability_runtime_napi_path = "${ability_runtime_path}/frameworks/js/napi" diff --git a/frameworks/innerkits/file_access/BUILD.gn b/frameworks/innerkits/file_access/BUILD.gn index 26aabbc6..6bd417ff 100644 --- a/frameworks/innerkits/file_access/BUILD.gn +++ b/frameworks/innerkits/file_access/BUILD.gn @@ -25,7 +25,7 @@ config("ability_config") { "${ability_runtime_kits_path}/ability/native/include/continuation/distributed", "${ability_runtime_kits_path}/ability/native/include/continuation/kits", "${ability_runtime_kits_path}/appkit/native/app/include", - "${ability_runtime_path}/frameworks/js/napi/aafwk/inner/napi_common", + "${ability_runtime_napi_path}/inner/napi_common", "//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include", ] diff --git a/interfaces/kits/napi/file_access_module/BUILD.gn b/interfaces/kits/napi/file_access_module/BUILD.gn index c3317d50..93108f54 100644 --- a/interfaces/kits/napi/file_access_module/BUILD.gn +++ b/interfaces/kits/napi/file_access_module/BUILD.gn @@ -36,7 +36,7 @@ ohos_shared_library("fileaccess") { deps = [ "${BASE_DIR}/frameworks/innerkits/file_access:file_access_extension_ability_kit", - "//foundation/ability/ability_runtime/frameworks/js/napi/aafwk/inner/napi_common:napi_common", + "//foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common:napi_common", "//foundation/distributeddatamgr/distributedfile/interfaces/kits/js:fileio", ] -- Gitee