diff --git a/frameworks/js/napi/user_auth/BUILD.gn b/frameworks/js/napi/user_auth/BUILD.gn index 949a88e0e07abb506bc2c52b342de804bcb04574..ec81f8f04807a40deeb6ecc6ff36af2ea4132ca2 100644 --- a/frameworks/js/napi/user_auth/BUILD.gn +++ b/frameworks/js/napi/user_auth/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (C) 2022 Huawei Device Co., Ltd. +# Copyright (C) 2022-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 @@ -61,6 +61,7 @@ ohos_shared_library("userauth") { "ability_runtime:ability_manager", "ability_runtime:abilitykit_native", "ability_runtime:app_context", + "ability_runtime:extensionkit_native", "ability_runtime:napi_base_context", "ability_runtime:ui_extension", "ace_engine:ace_uicontent", diff --git a/frameworks/js/napi/user_auth_extension/module_loader/BUILD.gn b/frameworks/js/napi/user_auth_extension/module_loader/BUILD.gn index 5bb96b3f5c71ec73b49fc0a56f2819739d990ab9..0d1bc53623e186e2a61154dfeabb9baacd5ab393 100644 --- a/frameworks/js/napi/user_auth_extension/module_loader/BUILD.gn +++ b/frameworks/js/napi/user_auth_extension/module_loader/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-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 @@ -38,6 +38,7 @@ ohos_shared_library("user_auth_extension") { "ability_runtime:ability_context_native", "ability_runtime:ability_manager", "ability_runtime:abilitykit_native", + "ability_runtime:abilitykit_utils", "ability_runtime:app_context", "ability_runtime:extensionkit_native", "ability_runtime:napi_common",