diff --git a/frameworks/cj/ffi/BUILD.gn b/frameworks/cj/ffi/BUILD.gn index bf7f771d60b04b1e7cb685c8e72276413a16710f..881a1125423db6946b47e23e76b90480be67c82b 100644 --- a/frameworks/cj/ffi/BUILD.gn +++ b/frameworks/cj/ffi/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (C) 2024 Huawei Device Co., Ltd. +# Copyright (C) 2024-2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -43,6 +43,7 @@ ohos_shared_library("cj_notification_manager_ffi") { external_deps = [ "ability_base:want", "ability_base:zuri", + "ability_runtime:ability_connect_callback_stub", "ability_runtime:ability_manager", "ability_runtime:abilitykit_native", "ability_runtime:data_ability_helper", diff --git a/services/ans/BUILD.gn b/services/ans/BUILD.gn index 20227e7838679800f8f39b2b6afa670679e9176c..57eda4c9b43703ea7989145fcbf14ffe29ecb434 100644 --- a/services/ans/BUILD.gn +++ b/services/ans/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2024 Huawei Device Co., Ltd. +# Copyright (c) 2021-2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -303,6 +303,7 @@ ohos_shared_library("libans") { external_deps = [ "ability_base:configuration", + "ability_runtime:ability_connect_callback_stub", "ability_runtime:ability_manager", "ability_runtime:app_manager", "ability_runtime:appkit_native", diff --git a/services/distributed/BUILD.gn b/services/distributed/BUILD.gn index 8047e1e68c3822ca8d48b50a8f762a5dc091a60a..e38bfe419d6d24569033962545331bfad01cf413 100644 --- a/services/distributed/BUILD.gn +++ b/services/distributed/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2024 Huawei Device Co., Ltd. +# Copyright (c) 2021-2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -146,6 +146,7 @@ ohos_shared_library("libdans") { external_deps = [ "ability_base:zuri", + "ability_runtime:ability_connect_callback_stub", "ability_runtime:ability_manager", "ability_runtime:runtime", "ability_runtime:uri_permission_mgr",