mirror of
https://github.com/openharmony/third_party_rust_rust-openssl.git
synced 2026-07-19 15:13:31 -04:00
a32e720466
Signed-off-by: Luming <luming29@huawei.com>
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@ohos/rust_rust-openssl",
|
|
"description": "OpenSSl of the rust version. OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit for the Transport Layer Security (TLS) protocol formerly known as the Secure Sockets Layer (SSL) protocol.",
|
|
"version": "5.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/rust/crates/rust-openssl"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"readmePath": {
|
|
"en": "README.md"
|
|
},
|
|
"component": {
|
|
"name": "rust_rust-openssl",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "100KB",
|
|
"ram": "~200KB",
|
|
"deps": {
|
|
"components": [
|
|
"openssl",
|
|
"rust_libc"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//third_party/rust/crates/rust-openssl/openssl:lib"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name" : "//third_party/rust/crates/rust-openssl/openssl:lib",
|
|
"type" : "rlib",
|
|
"header": {
|
|
"header_base": [],
|
|
"header_files": []
|
|
}
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |