提交 8363c0b2 编写于 作者: L ltdong

Depends on OpenSSL dynamic library

Signed-off-by: Nltdong <donglongtao@huawei.com>
上级 61f5ca0d
......@@ -923,13 +923,26 @@ ohos_static_library("libcrypto_static") {
remove_configs = [ "//build/config/coverage:default_coverage" ]
}
ohos_shared_library("libcrypto_shared") {
deps = [ ":crypto_source" ]
if (is_mingw) {
lib_dirs = [ "//prebuilts/mingw-w64/ohos/linux-x86_64/clang-mingw/x86_64-w64-mingw32/lib" ]
libs = [ "ws2_32" ]
if (is_mingw || is_mac) {
ohos_shared_library("libcrypto_restool") {
if (is_mingw) {
lib_dirs = [ "//prebuilts/mingw-w64/ohos/linux-x86_64/clang-mingw/x86_64-w64-mingw32/lib" ]
libs = [ "ws2_32" ]
}
deps = [ ":crypto_source" ]
subsystem_name = "security"
part_name = "huks"
public_configs = [ ":crypto_config_public" ]
remove_configs = [ "//build/config/coverage:default_coverage" ]
install_images = [
"system",
"updater",
]
}
}
ohos_shared_library("libcrypto_shared") {
deps = [ ":crypto_source" ]
output_name = "libcrypto_openssl"
subsystem_name = "security"
part_name = "huks"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册