diff --git a/BUILD.gn b/BUILD.gn index 213bd6762c8b7eb61bf141e85d457f7b7946c623..52a3053d72aa099751e6ddf5ff94a97074fe4d69 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 ada0e8b7ffedf075fc1ca8fa62a8bc95ab22a46e..529baf4881baba957d651315e5aa4f2a8f836b57 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": [],