From e1d0a27fd98d2546f908bf81d268e18036be3fea Mon Sep 17 00:00:00 2001 From: xushengbin Date: Fri, 11 Jul 2025 07:18:52 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Esyscap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xushengbin --- api/device-define/2in1.json | 3 ++- api/device-define/default.json | 3 ++- api/device-define/tablet.json | 3 ++- api/device-define/tv.json | 3 ++- api/device-define/wearable.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/api/device-define/2in1.json b/api/device-define/2in1.json index d11ff13f23..7db733457b 100644 --- a/api/device-define/2in1.json +++ b/api/device-define/2in1.json @@ -226,6 +226,7 @@ "SystemCapability.FileManagement.File.FileIO", "SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.Global.I18n", - "SystemCapability.Test.PerfTest" + "SystemCapability.Test.PerfTest", + "SystemCapability.Resourceschedule.QoS.Core", ] } \ No newline at end of file diff --git a/api/device-define/default.json b/api/device-define/default.json index de616b6b16..b8661a9756 100644 --- a/api/device-define/default.json +++ b/api/device-define/default.json @@ -235,6 +235,7 @@ "SystemCapability.Ability.AppStartup", "SystemCapability.Ability.AppExtension.PhotoEditorExtension", "SystemCapability.Resourceschedule.BackgroundProcessManager", - "SystemCapability.Test.PerfTest" + "SystemCapability.Test.PerfTest", + "SystemCapability.Resourceschedule.QoS.Core", ] } diff --git a/api/device-define/tablet.json b/api/device-define/tablet.json index 898f1579b4..8001bd3a6a 100644 --- a/api/device-define/tablet.json +++ b/api/device-define/tablet.json @@ -226,6 +226,7 @@ "SystemCapability.Ability.AppStartup", "SystemCapability.Ability.AppExtension.PhotoEditorExtension", "SystemCapability.Resourceschedule.BackgroundProcessManager", - "SystemCapability.Test.PerfTest" + "SystemCapability.Test.PerfTest", + "SystemCapability.Resourceschedule.QoS.Core", ] } diff --git a/api/device-define/tv.json b/api/device-define/tv.json index 66bb8954b8..b5686724f6 100644 --- a/api/device-define/tv.json +++ b/api/device-define/tv.json @@ -194,6 +194,7 @@ "SystemCapability.Startup.SystemInfo", "SystemCapability.UserIAM.UserAuth.Core", "SystemCapability.USB.USBManager", - "SystemCapability.Advertising.OAID" + "SystemCapability.Advertising.OAID", + "SystemCapability.Resourceschedule.QoS.Core", ] } \ No newline at end of file diff --git a/api/device-define/wearable.json b/api/device-define/wearable.json index a511203b64..427804e603 100644 --- a/api/device-define/wearable.json +++ b/api/device-define/wearable.json @@ -187,6 +187,7 @@ "SystemCapability.Location.Location.Core", "SystemCapability.Location.Location.Gnss", "SystemCapability.Test.UiTest", - "SystemCapability.Resourceschedule.BackgroundProcessManager" + "SystemCapability.Resourceschedule.BackgroundProcessManager", + "SystemCapability.Resourceschedule.QoS.Core", ] } -- Gitee