diff --git a/frameworks/ans/core/BUILD.gn b/frameworks/ans/core/BUILD.gn index ca0915aec375018307b64ba54876297b16442e83..67b5bf418cacc6513f8027846ffb85e8570bc416 100644 --- a/frameworks/ans/core/BUILD.gn +++ b/frameworks/ans/core/BUILD.gn @@ -86,14 +86,14 @@ ohos_shared_library("ans_core") { deps = [ "${frameworks_path}/wantagent:wantagent_innerkits", "//base/miscservices/time/services:time_service", - "//foundation/appexecfwk/standard/kits:appkit_native", + "//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native", "//foundation/distributedschedule/dmsfwk/services/dtbschedmgr:distributedschedsvr", "//third_party/jsoncpp:jsoncpp", "//utils/native/base:utils", ] external_deps = [ - "aafwk_standard:want", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", diff --git a/frameworks/ans/native/BUILD.gn b/frameworks/ans/native/BUILD.gn index 04783c8e3e8efd7494038bc3fe3e92db057ee21d..fc3cc88e703c7fb7fe90c084e6f637f0747385d8 100644 --- a/frameworks/ans/native/BUILD.gn +++ b/frameworks/ans/native/BUILD.gn @@ -87,7 +87,7 @@ ohos_shared_library("ans_innerkits") { ] external_deps = [ - "aafwk_standard:want", + "ability_runtime:want", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/frameworks/ans/native/test/unittest/BUILD.gn b/frameworks/ans/native/test/unittest/BUILD.gn index 6c72944c9b81c3df28505d23c8ab25fd4dde376a..4ab96c039c51312214681eacc3981b8ae6494b95 100644 --- a/frameworks/ans/native/test/unittest/BUILD.gn +++ b/frameworks/ans/native/test/unittest/BUILD.gn @@ -54,7 +54,8 @@ ohos_unittest("ans_reminder_unit_test") { ] external_deps = [ - "aafwk_standard:want", + "ability_runtime:app_manager", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", diff --git a/frameworks/ans/test/moduletest/BUILD.gn b/frameworks/ans/test/moduletest/BUILD.gn index 850ac89029207a57d696a6c0631855fb77722af6..ee0f7dffb216c9e6d6ec8a3cc3548b44335f53a6 100644 --- a/frameworks/ans/test/moduletest/BUILD.gn +++ b/frameworks/ans/test/moduletest/BUILD.gn @@ -95,7 +95,8 @@ ohos_moduletest("ans_fw_module_test") { } external_deps = [ - "aafwk_standard:want", + "ability_runtime:app_manager", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", @@ -190,8 +191,9 @@ ohos_moduletest("ans_innerkits_module_publish_test") { } external_deps = [ - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:app_manager", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", @@ -281,7 +283,8 @@ ohos_moduletest("ans_innerkits_module_slot_test") { } external_deps = [ - "aafwk_standard:want", + "ability_runtime:app_manager", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", @@ -371,7 +374,8 @@ ohos_moduletest("ans_innerkits_module_setting_test") { } external_deps = [ - "aafwk_standard:want", + "ability_runtime:app_manager", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", diff --git a/frameworks/wantagent/BUILD.gn b/frameworks/wantagent/BUILD.gn index 54be266712af53d3cfaf30fb2abd4e7e4d66dae3..9cd371e5af831a94d4c4427a65330513d72fd2fb 100644 --- a/frameworks/wantagent/BUILD.gn +++ b/frameworks/wantagent/BUILD.gn @@ -30,10 +30,10 @@ config("wantagent_innerkits_public_config") { "//foundation/aafwk/standard/frameworks/kits/content/cpp/src/ohos/aafwk/content/", "//foundation/aafwk/standard/interfaces/innerkits/want/include/ohos/aafwk/content", "//foundation/aafwk/standard/services/abilitymgr/include", - "//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core/include/appmgr", + "//foundation/aafwk/standard/interfaces/innerkits/app_manager/include/appmgr", "//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core/include/bundlemgr", "//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler/include", - "//foundation/appexecfwk/standard/kits/appkit/native/app/include", + "//foundation/aafwk/standard/frameworks/kits/appkit/native/app/include", "//third_party/icu/icu4c/source/common", ] } @@ -61,14 +61,15 @@ ohos_shared_library("wantagent_innerkits") { deps = [ "//foundation/aafwk/standard/frameworks/kits/ability/native:abilitykit_native", + "//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native", "//foundation/aafwk/standard/services/abilitymgr:abilityms", - "//foundation/appexecfwk/standard/kits:appkit_native", "//utils/native/base:utils", ] external_deps = [ - "aafwk_standard:ability_manager", - "aafwk_standard:want", + "ability_runtime:ability_manager", + "ability_runtime:app_manager", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "ces_standard:cesfwk_core", diff --git a/frameworks/wantagent/test/unittest/completed_dispatcher_test/BUILD.gn b/frameworks/wantagent/test/unittest/completed_dispatcher_test/BUILD.gn index d2c352e68172b2adc3781b3aebb17778324ec1d4..45a699277eea23771d478936ec1604900833cd02 100644 --- a/frameworks/wantagent/test/unittest/completed_dispatcher_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/completed_dispatcher_test/BUILD.gn @@ -35,17 +35,18 @@ ohos_unittest("completed_dispatcher_test") { "${core_path}:ans_core", "${frameworks_path}/wantagent:wantagent_innerkits", "//foundation/aafwk/standard/frameworks/kits/ability/native:abilitykit_native", + "//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native", "//foundation/aafwk/standard/services/abilitymgr:abilityms", - "//foundation/appexecfwk/standard/kits:appkit_native", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", "//utils/native/base:utils", ] external_deps = [ - "aafwk_standard:ability_manager", - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:ability_manager", + "ability_runtime:app_manager", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", diff --git a/frameworks/wantagent/test/unittest/pending_want_test/BUILD.gn b/frameworks/wantagent/test/unittest/pending_want_test/BUILD.gn index 9b080138652743b1428cadde66cac8aca32035fd..288269d7674c65427a2bf21d49006ced844e6c78 100644 --- a/frameworks/wantagent/test/unittest/pending_want_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/pending_want_test/BUILD.gn @@ -38,17 +38,18 @@ ohos_unittest("pending_want_test") { "${core_path}:ans_core", "${frameworks_path}/wantagent:wantagent_innerkits", "//foundation/aafwk/standard/frameworks/kits/ability/native:abilitykit_native", + "//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native", "//foundation/aafwk/standard/services/abilitymgr:abilityms", - "//foundation/appexecfwk/standard/kits:appkit_native", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", "//utils/native/base:utils", ] external_deps = [ - "aafwk_standard:ability_manager", - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:ability_manager", + "ability_runtime:app_manager", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", diff --git a/frameworks/wantagent/test/unittest/trigger_Info_test/BUILD.gn b/frameworks/wantagent/test/unittest/trigger_Info_test/BUILD.gn index 4337f7c56dd5ee1b446b3219dbf11b1be6b36c9e..7e5420aeb848ed9e894fdd6389e3bc55746b8fe2 100644 --- a/frameworks/wantagent/test/unittest/trigger_Info_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/trigger_Info_test/BUILD.gn @@ -35,17 +35,18 @@ ohos_unittest("trigger_Info_test") { "${core_path}:ans_core", "${frameworks_path}/wantagent:wantagent_innerkits", "//foundation/aafwk/standard/frameworks/kits/ability/native:abilitykit_native", + "//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native", "//foundation/aafwk/standard/services/abilitymgr:abilityms", - "//foundation/appexecfwk/standard/kits:appkit_native", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", "//utils/native/base:utils", ] external_deps = [ - "aafwk_standard:ability_manager", - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:ability_manager", + "ability_runtime:app_manager", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", diff --git a/frameworks/wantagent/test/unittest/want_agent_helper_test/BUILD.gn b/frameworks/wantagent/test/unittest/want_agent_helper_test/BUILD.gn index 09587ecb67e5fa3b53927e327fd66ddcba8035b3..c0ba473662424d30b7f766032e696f0a0a5cc5f5 100644 --- a/frameworks/wantagent/test/unittest/want_agent_helper_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/want_agent_helper_test/BUILD.gn @@ -35,17 +35,18 @@ ohos_unittest("want_agent_helper_test") { "${core_path}:ans_core", "${frameworks_path}/wantagent:wantagent_innerkits", "//foundation/aafwk/standard/frameworks/kits/ability/native:abilitykit_native", + "//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native", "//foundation/aafwk/standard/services/abilitymgr:abilityms", - "//foundation/appexecfwk/standard/kits:appkit_native", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", "//utils/native/base:utils", ] external_deps = [ - "aafwk_standard:ability_manager", - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:ability_manager", + "ability_runtime:app_manager", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", diff --git a/frameworks/wantagent/test/unittest/want_agent_info_test/BUILD.gn b/frameworks/wantagent/test/unittest/want_agent_info_test/BUILD.gn index 889dea345a4565ed00abd73f1e3592a65b628d9f..50528881414edadf7c7c20e69dcdfc67c0a10212 100644 --- a/frameworks/wantagent/test/unittest/want_agent_info_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/want_agent_info_test/BUILD.gn @@ -35,17 +35,18 @@ ohos_unittest("want_agent_info_test") { "${core_path}:ans_core", "${frameworks_path}/wantagent:wantagent_innerkits", "//foundation/aafwk/standard/frameworks/kits/ability/native:abilitykit_native", + "//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native", "//foundation/aafwk/standard/services/abilitymgr:abilityms", - "//foundation/appexecfwk/standard/kits:appkit_native", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", "//utils/native/base:utils", ] external_deps = [ - "aafwk_standard:ability_manager", - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:ability_manager", + "ability_runtime:app_manager", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", diff --git a/frameworks/wantagent/test/unittest/want_agent_test/BUILD.gn b/frameworks/wantagent/test/unittest/want_agent_test/BUILD.gn index d1de0fc2272e59c0e1405fcbf9e4d756861b3b90..c7e09ce385a85fb20ea36a8c0166cd174b354cd9 100644 --- a/frameworks/wantagent/test/unittest/want_agent_test/BUILD.gn +++ b/frameworks/wantagent/test/unittest/want_agent_test/BUILD.gn @@ -35,17 +35,18 @@ ohos_unittest("want_agent_test") { "${core_path}:ans_core", "${frameworks_path}/wantagent:wantagent_innerkits", "//foundation/aafwk/standard/frameworks/kits/ability/native:abilitykit_native", + "//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native", "//foundation/aafwk/standard/services/abilitymgr:abilityms", - "//foundation/appexecfwk/standard/kits:appkit_native", "//third_party/googletest:gmock_main", "//third_party/googletest:gtest_main", "//utils/native/base:utils", ] external_deps = [ - "aafwk_standard:ability_manager", - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:ability_manager", + "ability_runtime:app_manager", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", diff --git a/interfaces/kits/napi/ans/BUILD.gn b/interfaces/kits/napi/ans/BUILD.gn index 90ada22d6193b906888ed972a220609ec4414107..5ec86aa4a8948b39205f7c6f396dfe1466c82254 100644 --- a/interfaces/kits/napi/ans/BUILD.gn +++ b/interfaces/kits/napi/ans/BUILD.gn @@ -76,8 +76,8 @@ ohos_shared_library("notification") { ] external_deps = [ - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", diff --git a/interfaces/kits/napi/ans/src/reminder/BUILD.gn b/interfaces/kits/napi/ans/src/reminder/BUILD.gn index 8b6c9fcd7129606eeb3288b428d835daa33b4328..cc01c07606e28c0e9b4914307defbb0087c8ecb5 100644 --- a/interfaces/kits/napi/ans/src/reminder/BUILD.gn +++ b/interfaces/kits/napi/ans/src/reminder/BUILD.gn @@ -67,7 +67,7 @@ ohos_shared_library("reminderagent") { ] external_deps = [ - "aafwk_standard:want", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "dmsfwk_standard:zuri", "hiviewdfx_hilog_native:libhilog", diff --git a/interfaces/kits/napi/wantagent/BUILD.gn b/interfaces/kits/napi/wantagent/BUILD.gn index fee5ef1d745aa96088cd7acc43a20746547c9cc7..6be10abf7365910855908009beb10ed8a66c9a2b 100644 --- a/interfaces/kits/napi/wantagent/BUILD.gn +++ b/interfaces/kits/napi/wantagent/BUILD.gn @@ -41,8 +41,8 @@ ohos_shared_library("wantagent") { ] external_deps = [ - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:app_manager", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", diff --git a/notification.gni b/notification.gni index efde1d98556e515e53d4f54ef01acf046dc215c2..9901863fe7194cc18511bc1ca2bd24a3ee50d9e9 100644 --- a/notification.gni +++ b/notification.gni @@ -30,8 +30,8 @@ tools_path = "${ans_standard_path}/tools" aafwk_path = "//foundation/aafwk/standard" ans_standard_external_deps = [ - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", diff --git a/services/ans/test/unittest/BUILD.gn b/services/ans/test/unittest/BUILD.gn index 86c2c6e2b5e4674ed735eaf1132d9ff99d560834..20ad3986c3b614f8e1602ddfef4b545113b598a6 100644 --- a/services/ans/test/unittest/BUILD.gn +++ b/services/ans/test/unittest/BUILD.gn @@ -94,7 +94,8 @@ ohos_unittest("ans_unit_test") { } external_deps = [ - "aafwk_standard:want", + "ability_runtime:app_manager", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", diff --git a/services/distributed/BUILD.gn b/services/distributed/BUILD.gn index 2fefaebad00a95c2a8c47bc12f59ff48c1281c86..d826ffb493728ac0357302ad8327ec643f3f6df0 100644 --- a/services/distributed/BUILD.gn +++ b/services/distributed/BUILD.gn @@ -45,7 +45,7 @@ ohos_shared_library("libans_distributed") { deps = [ "${core_path}:ans_core" ] external_deps = [ - "aafwk_standard:want", + "ability_runtime:want", "appexecfwk_standard:libeventhandler", "distributeddatamgr:distributeddata_inner", "dmsfwk_standard:zuri", diff --git a/services/test/moduletest/BUILD.gn b/services/test/moduletest/BUILD.gn index c5587e171b2ce4f18e4a3a9716df9ef4f89489b8..33dee3bed2abcd486fef05b1ec6390bd51a844de 100644 --- a/services/test/moduletest/BUILD.gn +++ b/services/test/moduletest/BUILD.gn @@ -83,7 +83,8 @@ ohos_moduletest("ans_module_test") { ] external_deps = [ - "aafwk_standard:want", + "ability_runtime:app_manager", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", diff --git a/test/common/acts/actsnotificationfuzztest/BUILD.gn b/test/common/acts/actsnotificationfuzztest/BUILD.gn index 1f7e0de831abd73b78b3699f84fcd105d197fcf5..439047e4bbc4eac17f02928dd678304d14549390 100644 --- a/test/common/acts/actsnotificationfuzztest/BUILD.gn +++ b/test/common/acts/actsnotificationfuzztest/BUILD.gn @@ -43,10 +43,10 @@ ohos_systemtest("ActsNotificationFuzzTest") { "//foundation/aafwk/standard/frameworks/kits/ability/native/include", "//foundation/aafwk/standard/services/abilitymgr/include", "//foundation/multimodalinput/input/interfaces/native/innerkits/event/include", - "//foundation/appexecfwk/standard/kits/appkit/native/app/include/task", - "//foundation/appexecfwk/standard/interfaces/innerkits/task_dispatcher/include/threading", - "//foundation/appexecfwk/standard/interfaces/innerkits/task_dispatcher/include/dispatcher", - "//foundation/appexecfwk/standard/interfaces/innerkits/task_dispatcher/include/task", + "//foundation/aafwk/standard/frameworks/kits/app/native/app/include/task", + "//foundation/aafwk/standard/common/task_dispatcher/include/threading", + "//foundation/aafwk/standard/common/task_dispatcher/include/dispatcher", + "//foundation/aafwk/standard/common/task_dispatcher/include/task", ] cflags = [] @@ -63,10 +63,10 @@ ohos_systemtest("ActsNotificationFuzzTest") { "//base/notification/ans_standard/services/ans:ans_targets", "//base/notification/ces_standard/frameworks/common:libevent_common", "//base/notification/ces_standard/frameworks/native:cesfwk_innerkits", + "//foundation/aafwk/standard/common/task_dispatcher:appkit_dispatcher_td", "//foundation/aafwk/standard/frameworks/kits/ability/native:abilitykit_native", + "//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native", "//foundation/aafwk/standard/services/abilitymgr:abilityms", - "//foundation/appexecfwk/standard/interfaces/innerkits/task_dispatcher:appkit_dispatcher_td", - "//foundation/appexecfwk/standard/kits:appkit_native", "//foundation/multimodalinput/input/frameworks/proxy:libmmi-client", "//third_party/googletest:gtest_main", "//utils/native/base:utils", @@ -77,9 +77,10 @@ ohos_systemtest("ActsNotificationFuzzTest") { "LOG_DOMAIN = 0xD002200", ] external_deps = [ - "aafwk_standard:ability_manager", - "aafwk_standard:base", - "aafwk_standard:want", + "ability_runtime:ability_manager", + "ability_runtime:app_manager", + "ability_runtime:base", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "appexecfwk_standard:libeventhandler", diff --git a/test/resource/ansSTSlotGroupTest/BUILD.gn b/test/resource/ansSTSlotGroupTest/BUILD.gn index aaede7d09e1a5cb455ab21ae6e805c5538d14adc..ecb1808f9667cac114efd05b977b6be77d931469 100644 --- a/test/resource/ansSTSlotGroupTest/BUILD.gn +++ b/test/resource/ansSTSlotGroupTest/BUILD.gn @@ -26,7 +26,7 @@ config("ansSTSlotGroupTestConfig") { include_dirs = [ "${SUBDEMOSYSTEM_DIR}/include", - "//foundation/appexecfwk/standard/kits/appkit/native/app", + "//foundation/aafwk/standard/frameworks/kits/appkit/native/app", "//foundation/aafwk/standard/interfaces/innerkits/want/include/ohos/aafwk/content", "//foundation/appexecfwk/standard/services/bundlemgr/include", "//foundation/aafwk/standard/services/abilitymgr/include", @@ -51,14 +51,15 @@ ohos_shared_library("libraryAnsSTSlotGroupTest") { "${frameworks_path}/ans/native:ans_innerkits", "${frameworks_path}/wantagent:wantagent_innerkits", "//foundation/aafwk/standard/frameworks/kits/ability/native:abilitykit_native", + "//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native", "//foundation/appexecfwk/standard/common:libappexecfwk_common", - "//foundation/appexecfwk/standard/kits:appkit_native", "//foundation/appexecfwk/standard/services/bundlemgr:libbms", "//utils/native/base:utilsbase", ] external_deps = [ - "aafwk_standard:want", + "ability_runtime:app_manager", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_base", "appexecfwk_standard:appexecfwk_core", "hiviewdfx_hilog_native:libhilog", diff --git a/test/systemtest/acts/ansDump/BUILD.gn b/test/systemtest/acts/ansDump/BUILD.gn index fd79d5caa61a6217ec4fd5ad84d5212a48314173..67130ba9690ad687ce575ff37ae4b4acc33d77c1 100644 --- a/test/systemtest/acts/ansDump/BUILD.gn +++ b/test/systemtest/acts/ansDump/BUILD.gn @@ -41,7 +41,8 @@ ohos_systemtest("AnsDumpTest") { ] external_deps = [ - "aafwk_standard:want", + "ability_runtime:app_manager", + "ability_runtime:want", "appexecfwk_standard:appexecfwk_core", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core",