From 6f0c519ca13f380267e5b51b9cc763864ed65948 Mon Sep 17 00:00:00 2001 From: kangchongtao Date: Thu, 15 Jun 2023 11:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E8=A7=84=E8=8C=83=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kangchongtao Change-Id: I3ff6f85ef80a2770a7f30ec9301eda0e2352214d Signed-off-by: kangchongtao --- bundle.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 83d0623..419d8e5 100644 --- a/bundle.json +++ b/bundle.json @@ -10,11 +10,13 @@ "dirs": {}, "scripts": {}, "component": { - "name": "thirdparty_parse5", - "subsystem": "developtools", + "name": "parse5", + "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [], + "adapted_system_type": [ + "standard" + ], "rom": "", "ram": "", "deps": { -- Gitee