diff --git a/api/device-define/default.json b/api/device-define/default.json index 94d7a35e305539ca043834c13c566f8d876f62a3..faeef607608abaa3dcbe912d1193eef14a3afc4d 100644 --- a/api/device-define/default.json +++ b/api/device-define/default.json @@ -236,6 +236,7 @@ "SystemCapability.Ability.AppStartup", "SystemCapability.Ability.AppExtension.PhotoEditorExtension", "SystemCapability.Resourceschedule.BackgroundProcessManager", - "SystemCapability.Test.PerfTest" + "SystemCapability.Test.PerfTest", + "SystemCapability.ResourceSchedule.SystemLoad" ] } diff --git a/api/device-define/liteWearable.json b/api/device-define/liteWearable.json index 98f7aa341fbaf0e476f042bfead079b2db09035d..b2270e38beaee745b61d18b80e2eba2d0e7ea0fa 100644 --- a/api/device-define/liteWearable.json +++ b/api/device-define/liteWearable.json @@ -17,6 +17,7 @@ "SystemCapability.Security.CryptoFramework", "SystemCapability.Security.CryptoFramework.MessageDigest", "SystemCapability.Security.CryptoFramework.Rand", - "SystemCapability.Resourceschedule.BackgroundProcessManager" + "SystemCapability.Resourceschedule.BackgroundProcessManager", + "SystemCapability.ResourceSchedule.SystemLoad" ] } diff --git a/api/device-define/tablet.json b/api/device-define/tablet.json index a27f37fbae8f3f8808d04e690cf42316dca3b2f7..6ca0d49fc1da5f320739c4035f1936987f01e2b1 100644 --- a/api/device-define/tablet.json +++ b/api/device-define/tablet.json @@ -227,6 +227,7 @@ "SystemCapability.Ability.AppStartup", "SystemCapability.Ability.AppExtension.PhotoEditorExtension", "SystemCapability.Resourceschedule.BackgroundProcessManager", - "SystemCapability.Test.PerfTest" + "SystemCapability.Test.PerfTest", + "SystemCapability.ResourceSchedule.SystemLoad" ] } diff --git a/api/device-define/tv.json b/api/device-define/tv.json index 66bb8954b88db5ec0185187f9868185f36c7d8f9..c96a2ad19f4ff885f8bbb0e7cff1724819343f74 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.SystemLoad" ] } \ No newline at end of file diff --git a/api/device-define/wearable.json b/api/device-define/wearable.json index a511203b64ecf3bb38a895e92993fb3275e9251a..49b6bfbc41d5b302f34057fd7e181657514c31c8 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.SystemLoad" ] }