diff --git a/BUILD.gn b/BUILD.gn index 52a3053d72aa099751e6ddf5ff94a97074fe4d69..213bd6762c8b7eb61bf141e85d457f7b7946c623 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1456,8 +1456,8 @@ if (is_mingw || is_mac) { libs = [ "ws2_32" ] } deps = [ ":crypto_source" ] - subsystem_name = "security" - part_name = "huks" + subsystem_name = "thirdparty" + part_name = "openssl" 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 = "security" - part_name = "huks" + subsystem_name = "thirdparty" + part_name = "openssl" public_configs = [ ":crypto_config_public" ] install_images = [ "system", diff --git a/bundle.json b/bundle.json index 529baf4881baba957d651315e5aa4f2a8f836b57..ada0e8b7ffedf075fc1ca8fa62a8bc95ab22a46e 100644 --- a/bundle.json +++ b/bundle.json @@ -13,8 +13,8 @@ "en": "README.md" }, "component": { - "name": "thirdparty_openssl", - "subsystem": "", + "name": "openssl", + "subsystem": "thirdparty", "syscap": [], "features": [], "adapted_system_type": [],