mirror of
https://github.com/openharmony/third_party_rust_libc.git
synced 2026-07-19 05:36:50 -04:00
4fd330159b
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
31 lines
630 B
JSON
31 lines
630 B
JSON
{
|
|
"name": "@ohos/rust_libc",
|
|
"description": " Raw FFI bindings to platforms' system libraries",
|
|
"version": "5.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/rust/crates/libc"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "rust_libc",
|
|
"subsystem": "thirdparty",
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"deps": {
|
|
"components": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/rust/crates/libc:lib"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |