From c6ae5a193cf7d68e7ef25985878a6c9d27b0ba10 Mon Sep 17 00:00:00 2001 From: handyohos Date: Tue, 27 Dec 2022 11:39:02 +0800 Subject: [PATCH] Bugfix: fix invalid install directory for screenlock related libraries. 1) do not install screenlock_client, screenlock_server, screenlock_utils to module directory 2) add screenlock_static for uttest, screenlock NAPI module will be optimized Signed-off-by: handyohos Change-Id: I8fa478a26951cf689fa2b28dd15d4b3de6dfdf0c #I67M0C --- tools/deps_guard/rules/NO-Depends-On-NAPI/whitelist.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/deps_guard/rules/NO-Depends-On-NAPI/whitelist.json b/tools/deps_guard/rules/NO-Depends-On-NAPI/whitelist.json index 0d4f877..3cc4cf0 100755 --- a/tools/deps_guard/rules/NO-Depends-On-NAPI/whitelist.json +++ b/tools/deps_guard/rules/NO-Depends-On-NAPI/whitelist.json @@ -1,5 +1,4 @@ [ - "screenlock_client", "fileio", "downloadsingle", "tel_call_manager_api", @@ -8,7 +7,6 @@ "accessibility", "stationary", "remote_file_share_native", - "screenlock_utils", "window_animation", "cryptoframework_napi", "rdb", @@ -25,7 +23,5 @@ "buffer", "medical", "devicestatus", - "geolocation", - "screenlock", - "screenlock_server" + "geolocation" ] -- Gitee