From 80f353bc6527876d01cdf5d8cb31e3b4c58189ee Mon Sep 17 00:00:00 2001 From: wangyimin Date: Mon, 10 Mar 2025 10:21:37 +0800 Subject: [PATCH] add deps Signed-off-by: wangyimin --- bundle.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index e38450b..ff9f41e 100644 --- a/bundle.json +++ b/bundle.json @@ -12,9 +12,7 @@ "component": { "name": "jsvm", "subsystem": "arkcompiler", - "syscap": [ - "SystemCapability.ArkCompiler.JSVM" - ], + "syscap": [], "features": [], "adapted_system_type": [ "standard" @@ -31,6 +29,7 @@ "icu", "init", "libuv", + "nghttp2", "openssl", "resource_schedule_service", "zlib" @@ -49,7 +48,7 @@ "jsvm.h" ] }, - "name": "//arkcompiler/jsvm:jsvm_packages" + "name": "//arkcompiler/jsvm:libjsvm" } ], "test": [] -- Gitee