From cdd58777fa7a24732a1cac2b9e6150cb496fd2b9 Mon Sep 17 00:00:00 2001 From: xushengbin Date: Mon, 30 Jun 2025 03:07:04 +0000 Subject: [PATCH] =?UTF-8?q?OH=20=E8=83=BD=E5=8A=9B=E9=9B=86(syscap)?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E6=94=AF=E6=8C=81=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xushengbin --- bundle.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index a265db1..a34b6c5 100644 --- a/bundle.json +++ b/bundle.json @@ -12,7 +12,9 @@ "component": { "name": "qos_manager", "subsystem": "resourceschedule", - "syscap": [], + "syscap": [ + "SystemCapability.Resourceschedule.QoS.Core" + ], "features": [], "adapted_system_type": [ "standard" -- Gitee