diff --git a/bundle.json b/bundle.json index ef1591ded55e4d79c1bd07dd0f2ede40450dea36..57b72e3427a2ae7d4a99573d4767b9b42916692c 100644 --- a/bundle.json +++ b/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": [] } - } \ No newline at end of file + } +} \ No newline at end of file