From aa7a09dff7e3785519d8ac796295fa858afb03c5 Mon Sep 17 00:00:00 2001 From: xushengbin Date: Tue, 8 Jul 2025 08:24:01 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0syscap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xushengbin --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index a265db1..491f48d 100644 --- a/bundle.json +++ b/bundle.json @@ -12,7 +12,7 @@ "component": { "name": "qos_manager", "subsystem": "resourceschedule", - "syscap": [], + "syscap": [ "SystemCapability.Resourceschedule.QoS.Core" ], "features": [], "adapted_system_type": [ "standard" -- Gitee