!15 【告警修改】新标准 bundle 告警整改

Merge pull request !15 from 王柄涵/bundle_warn_fix
This commit is contained in:
openharmony_ci 2024-04-17 09:49:29 +00:00 committed by Gitee
commit a1d56deb5e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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