From 5125ee0e3b873cbb9a1496c2c1244e6e8c3f4239 Mon Sep 17 00:00:00 2001 From: anchi119 Date: Mon, 11 May 2026 17:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4SystemCapability.ResourceSche?= =?UTF-8?q?dule.BackgroundTaskManager.Core?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: anchi119 --- include/codec_config/syscap_define.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/codec_config/syscap_define.h b/include/codec_config/syscap_define.h index b38f45b..b288549 100644 --- a/include/codec_config/syscap_define.h +++ b/include/codec_config/syscap_define.h @@ -410,7 +410,6 @@ typedef enum SystemCapabilityNum { APPLICATIONS_SETTINGS_CORE_LITE, HIVIEWDFX_HIRETRIEVAL, CONTENTEMBED_OBJECT_EDITOR, - RESOURCESCHEDULE_BACKGROUNDTASKMANAGER_CORE, BUSMANAGER_SERIAL, // Add before here SYSCAP_BASIC_END = 500, @@ -807,8 +806,6 @@ const static SyscapWithNum g_arraySyscap[] = { {"SystemCapability.Applications.Settings.Core.Lite", APPLICATIONS_SETTINGS_CORE_LITE}, {"SystemCapability.HiviewDFX.HiRetrieval", HIVIEWDFX_HIRETRIEVAL}, {"SystemCapability.ContentEmbed.ObjectEditor", CONTENTEMBED_OBJECT_EDITOR}, - {"SystemCapability.ResourceSchedule.BackgroundTaskManager.Core", - RESOURCESCHEDULE_BACKGROUNDTASKMANAGER_CORE}, }; #ifdef __cplusplus