diff --git a/frameworks/js/napi/BUILD.gn b/frameworks/js/napi/BUILD.gn index 46467c8bc27b484276db872ab2859e41dd88a4c5..0d9a851e81c8041daa6de87aaf0726e57961b5a4 100644 --- a/frameworks/js/napi/BUILD.gn +++ b/frameworks/js/napi/BUILD.gn @@ -41,7 +41,7 @@ config("native_module_config") { ohos_shared_library("notification") { include_dirs = [ - "${aafwk_kits_path}/ability/native/include", + "${aafwk_path}/interfaces/kits/native/ability/native", "//foundation/ability/ability_runtime/frameworks/js/napi/aafwk/inner/napi_common", "//foundation/multimedia/image_standard/interfaces/kits/js/common/include/", "include", @@ -72,7 +72,7 @@ ohos_shared_library("notification") { ] deps = [ - "${aafwk_path}/frameworks/kits/appkit:app_context", + "${aafwk_path}/frameworks/native/appkit:app_context", "${core_path}:ans_core", "${frameworks_module_ans_path}:ans_innerkits", "//foundation/ability/ability_runtime/frameworks/js/napi/aafwk/inner/napi_common:napi_common", diff --git a/frameworks/js/napi/src/reminder/BUILD.gn b/frameworks/js/napi/src/reminder/BUILD.gn index 3370adb728ec907bd5dd19d19836904a33da3a80..91b4bde2e0c31f536289369334e72e17a34d923a 100644 --- a/frameworks/js/napi/src/reminder/BUILD.gn +++ b/frameworks/js/napi/src/reminder/BUILD.gn @@ -33,7 +33,7 @@ config("native_module_config") { ohos_shared_library("reminderagent") { include_dirs = [ - "${aafwk_kits_path}/ability/native/include", + "${aafwk_path}/interfaces/kits/native/ability/native", "//foundation/ability/ability_runtime/frameworks/js/napi/aafwk/inner/napi_common", "//foundation/multimedia/image_standard/interfaces/kits/js/common/include/", "../../include", diff --git a/frameworks/test/moduletest/BUILD.gn b/frameworks/test/moduletest/BUILD.gn index 5f73269a6e8fa9a6c24d60e4c7a1491994c962c6..c1e6b76ba2f46d691555889e81b010fc2ed9d907 100644 --- a/frameworks/test/moduletest/BUILD.gn +++ b/frameworks/test/moduletest/BUILD.gn @@ -139,7 +139,7 @@ ohos_moduletest("ans_innerkits_module_publish_test") { configs = [ "//utils/native/base:utils_config" ] deps = [ - "${aafwk_kits_path}/appkit:app_context", + "${aafwk_path}/frameworks/native/appkit:app_context", "${core_path}:ans_core", "${frameworks_module_ans_path}:ans_innerkits", "${services_path}/ans:libans", diff --git a/test/common/acts/actsnotificationfuzztest/BUILD.gn b/test/common/acts/actsnotificationfuzztest/BUILD.gn index 370249f4ec8a7fa0cbdccfa28a6daeac17ed2253..29e8b9568badef6236965d905aff5b476a071ab3 100644 --- a/test/common/acts/actsnotificationfuzztest/BUILD.gn +++ b/test/common/acts/actsnotificationfuzztest/BUILD.gn @@ -31,7 +31,7 @@ ohos_systemtest("ActsNotificationFuzzTest") { include_dirs = [ "${aafwk_inner_api_path}/ability_manager/include", - "${aafwk_kits_path}/ability/native/include", + "${aafwk_path}/interfaces/kits/native/ability/native", "${aafwk_kits_path}/app/native/app/include/task", "${aafwk_services_path}/abilitymgr/include", "${core_path}/include", @@ -49,7 +49,7 @@ ohos_systemtest("ActsNotificationFuzzTest") { } deps = [ - "${aafwk_kits_path}/appkit:appkit_native", + "${aafwk_path}/frameworks/native/appkit:appkit_native", "${aafwk_services_path}/abilitymgr:abilityms", "${core_path}:ans_core", "${frameworks_module_ans_path}:ans_innerkits", diff --git a/test/resource/ansSTSlotGroupTest/BUILD.gn b/test/resource/ansSTSlotGroupTest/BUILD.gn index 7013b63d4254c37e6e2ee140ebb02130c165c3bb..81e3c378fc7f383824a2cd1623f2204cb36d5fa8 100644 --- a/test/resource/ansSTSlotGroupTest/BUILD.gn +++ b/test/resource/ansSTSlotGroupTest/BUILD.gn @@ -26,7 +26,7 @@ config("ansSTSlotGroupTestConfig") { include_dirs = [ "${SUBDEMOSYSTEM_DIR}/include", - "${aafwk_kits_path}/appkit/native/app", + "${aafwk_path}/interfaces/kits/native/appkit/app", "${aafwk_services_path}/abilitymgr/include", "${inner_api_path}", ] @@ -43,7 +43,7 @@ ohos_shared_library("libraryAnsSTSlotGroupTest") { configs = [ ":ansSTSlotGroupTestConfig" ] deps = [ - "${aafwk_kits_path}/appkit:appkit_native", + "${aafwk_path}/frameworks/native/appkit:appkit_native", "${core_path}:ans_core", "${frameworks_module_ans_path}:ans_innerkits", "//utils/native/base:utilsbase",