From 6fea2c0c50ffbfa948e0f4827e74c65e633c42f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=BF=8A=E6=B0=91?= Date: Fri, 11 Apr 2025 11:55:37 +0800 Subject: [PATCH] update syscap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王翊民 --- bundle.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 49b6de5..1f58a6e 100644 --- a/bundle.json +++ b/bundle.json @@ -12,7 +12,9 @@ "component": { "name": "jsvm", "subsystem": "arkcompiler", - "syscap": [], + "syscap": [ + "SystemCapability.ArkCompiler.JSVM" + ], "features": [], "adapted_system_type": [ "standard" -- Gitee