diff --git a/api/device-define/default.json b/api/device-define/default.json index de616b6b1632b78738462334650155e9be1171d1..b8661a97568065b45bf58d99647252b3df0e91f6 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 898f1579b4624763ca4b6dd7cb2ec0f7bee9fbda..b9adcdfb06890e650bc85f13f77d3af0c00c8bca 100644 --- a/api/device-define/tablet.json +++ b/api/device-define/tablet.json @@ -226,6 +226,8 @@ "SystemCapability.Ability.AppStartup", "SystemCapability.Ability.AppExtension.PhotoEditorExtension", "SystemCapability.Resourceschedule.BackgroundProcessManager", + "SystemCapability.Test.PerfTest", + "SystemCapability.Resourceschedule.QoS.Core", "SystemCapability.Test.PerfTest" ] } diff --git a/api/device-define/tv.json b/api/device-define/tv.json index 66bb8954b88db5ec0185187f9868185f36c7d8f9..df855e8155bbb82540f3466581bab2fce21ddcab 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.Resourceschedule.QoS.Core", "SystemCapability.Advertising.OAID" ] } \ No newline at end of file diff --git a/api/device-define/wearable.json b/api/device-define/wearable.json index a511203b64ecf3bb38a895e92993fb3275e9251a..427804e603111a12377ac90cc5bea247850835c2 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", ] }