mirror of
https://gitee.com/openharmony/commonlibrary_rust_ylong_json
synced 2024-11-23 07:10:32 +00:00
!15 【告警修改】新标准 bundle 告警整改
Merge pull request !15 from 王柄涵/bundle_warn_fix
This commit is contained in:
commit
a1d56deb5e
76
bundle.json
76
bundle.json
@ -1,37 +1,43 @@
|
||||
{
|
||||
"name": "@ohos/ylong_json",
|
||||
"version": "4.0",
|
||||
"description": "Serialization and deserialization for JSON.",
|
||||
"publishAs": "code-segment",
|
||||
"homePage": "https://gitee.com/openharmony",
|
||||
"repository": "https://gitee.com/openharmony/commonlibrary_rust_ylong_json",
|
||||
"license": "Apache License 2.0",
|
||||
"language": "",
|
||||
"private": false,
|
||||
"scripts": {},
|
||||
"envs": [],
|
||||
"dirs": [],
|
||||
"author": {},
|
||||
"contributors": [],
|
||||
"component": {
|
||||
"name": "ylong_json",
|
||||
"subsystem": "commonlibrary",
|
||||
"features": [],
|
||||
"rom": "100KB",
|
||||
"ram": "~200KB",
|
||||
"deps": {},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [
|
||||
{
|
||||
"header": {
|
||||
"header_base": [],
|
||||
"header_files": []
|
||||
},
|
||||
"name": "//commonlibrary/rust/ylong_json:lib"
|
||||
}
|
||||
],
|
||||
"test": []
|
||||
}
|
||||
"name": "@ohos/ylong_json",
|
||||
"version": "4.0",
|
||||
"description": "Serialization and deserialization for JSON.",
|
||||
"publishAs": "code-segment",
|
||||
"homePage": "https://gitee.com/openharmony",
|
||||
"repository": "https://gitee.com/openharmony/commonlibrary_rust_ylong_json",
|
||||
"license": "Apache License 2.0",
|
||||
"language": "",
|
||||
"segment": {
|
||||
"destPath": "commonlibrary/rust/ylong_json"
|
||||
},
|
||||
"private": false,
|
||||
"scripts": {},
|
||||
"envs": [],
|
||||
"dirs": [],
|
||||
"author": {},
|
||||
"contributors": [],
|
||||
"component": {
|
||||
"name": "ylong_json",
|
||||
"subsystem": "commonlibrary",
|
||||
"features": [],
|
||||
"adapted_system_type": [
|
||||
"standard"
|
||||
],
|
||||
"rom": "200KB",
|
||||
"ram": "~200KB",
|
||||
"deps": {},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [
|
||||
{
|
||||
"header": {
|
||||
"header_base": [],
|
||||
"header_files": []
|
||||
},
|
||||
"name": "//commonlibrary/rust/ylong_json:lib"
|
||||
}
|
||||
],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user