From 2b3ed95269e426822572cc4074d2235a751fb5dc Mon Sep 17 00:00:00 2001 From: zhangzezhong Date: Fri, 1 Aug 2025 14:18:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91-=E9=85=8D?= =?UTF-8?q?=E5=90=88ability=5Fruntime=E5=88=A0=E9=99=A4public=5Fdeps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangzezhong --- frameworks/js/napi/user_auth/BUILD.gn | 3 ++- frameworks/js/napi/user_auth_extension/module_loader/BUILD.gn | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frameworks/js/napi/user_auth/BUILD.gn b/frameworks/js/napi/user_auth/BUILD.gn index 949a88e0e..ec81f8f04 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 5bb96b3f5..0d1bc5362 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", -- Gitee