rust_tokio bundle.json 更新

Signed-off-by: hu-kai45 <hukai45@huawei.com>
This commit is contained in:
hu-kai45
2023-05-26 09:52:57 +08:00
parent e7114e2a18
commit 1e1457e9b4
3 changed files with 39 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
},
"build": {
"sub_component": [
"//third_party/rust/crates/tokio/ylong_runtime:lib"
"//third_party/rust/crates/tokio/tokio:lib"
],
"inner_kits": [],
"test": []
+1 -1
View File
@@ -18,7 +18,7 @@ ohos_rust_shared_library("lib") {
crate_type = "dylib"
crate_root = "src/lib.rs"
part_name = "rust_tokio"
part_name = "ylong_runtime"
subsystem_name = "thirdparty"
sources = [ "src/lib.rs" ]
+37
View File
@@ -0,0 +1,37 @@
{
"name": "@ohos/ylong_runtime",
"description": "Ylong runtime implementation",
"version": "4.0",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/rust/crates/tokio/ylong_runtime"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"readmePath": {
"en": "README.md",
"zh": "README_zh.md"
},
"component": {
"name": "ylong_runtime",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "1500KB",
"ram": "5000KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//third_party/rust/crates/tokio/ylong_runtime:lib"
],
"inner_kits": [],
"test": []
}
}
}