From db104c17d3e7a613f5bb747f43e2fe75e4dfcb4e Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Sat, 27 May 2023 03:40:38 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!109=20:?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9openssl=20bundle.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 8 ++++---- bundle.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 213bd6762c..52a3053d72 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1456,8 +1456,8 @@ if (is_mingw || is_mac) { libs = [ "ws2_32" ] } deps = [ ":crypto_source" ] - subsystem_name = "thirdparty" - part_name = "openssl" + subsystem_name = "security" + part_name = "huks" public_configs = [ ":crypto_config_public" ] install_images = [ "system", @@ -1473,8 +1473,8 @@ ohos_shared_library("libcrypto_shared") { } deps = [ ":crypto_source" ] output_name = "libcrypto_openssl" - subsystem_name = "thirdparty" - part_name = "openssl" + subsystem_name = "security" + part_name = "huks" public_configs = [ ":crypto_config_public" ] install_images = [ "system", diff --git a/bundle.json b/bundle.json index ada0e8b7ff..529baf4881 100644 --- a/bundle.json +++ b/bundle.json @@ -13,8 +13,8 @@ "en": "README.md" }, "component": { - "name": "openssl", - "subsystem": "thirdparty", + "name": "thirdparty_openssl", + "subsystem": "", "syscap": [], "features": [], "adapted_system_type": [], -- GitLab