From cc9dcbcc05956d2ce1158edf8adff9f35473666e Mon Sep 17 00:00:00 2001 From: yisi <1584489760@qq.com> Date: Thu, 14 Dec 2023 11:27:49 +0000 Subject: [PATCH] update bundle.json. Signed-off-by: yisi <1584489760@qq.com> --- bundle.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bundle.json b/bundle.json index ef1591d..b3889db 100644 --- a/bundle.json +++ b/bundle.json @@ -13,10 +13,14 @@ "dirs": [], "author": {}, "contributors": [], + "segment": { + "destPath": "commonlibrary/rust/ylong_json" + }, "component": { "name": "ylong_json", "subsystem": "commonlibrary", "features": [], + "adapted_system_type": ["standard"], "rom": "100KB", "ram": "~200KB", "deps": {}, -- Gitee