From 8698998fa21d7b3230206c20ee14adf8c3639c30 Mon Sep 17 00:00:00 2001 From: yinjiaming Date: Fri, 28 Apr 2023 10:43:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=83=A8=E4=BB=B6=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E6=95=B4=E6=94=B9=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=89=AB=E6=8F=8F=E5=87=BA=E7=9A=84bundle.json?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yinjiaming Change-Id: I4bc43fb09bd033417411b858fdb6a7bd9e75906e --- bundle.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 7fb7bbe..6e5db0e 100644 --- a/bundle.json +++ b/bundle.json @@ -13,14 +13,17 @@ "en": "README" }, "component": { - "name": "thirdparty_optimized_routines", + "name": "optimized_routines", "subsystem": "", "syscap": [], "features": [], - "adapted_system_type": [], - "rom": "", - "ram": "", - "deps": { + "adapted_system_type": [ + "mini", + "small" + ], + "rom": "36KB", + "ram": "72KB", + "external_deps": { "components": [], "third_party": [] }, -- Gitee