Files
Luming a32e720466 Rust libc部件化
Signed-off-by: Luming <luming29@huawei.com>
2025-07-04 10:36:14 +08:00

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": []
}
}
}