From d6d4a62371f0641a81d2a3905e011f2cea614f3d Mon Sep 17 00:00:00 2001 From: xushengbin Date: Mon, 7 Jul 2025 09:11:44 +0000 Subject: [PATCH 1/2] =?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 --- include/codec_config/syscap_define.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/codec_config/syscap_define.h b/include/codec_config/syscap_define.h index 0a166ed..1fb1a6e 100644 --- a/include/codec_config/syscap_define.h +++ b/include/codec_config/syscap_define.h @@ -389,6 +389,7 @@ typedef enum SystemCapabilityNum { SELECTIONINPUT_SELECTION, MULTIMEDIA_MEDIA_LOWPOWERAVSINK, COMMUNICATION_NETMANAGER_EAP, + RESOURCESCHEDULE.QOS.CORE, // Add before here SYSCAP_BASIC_END = 500, } SyscapNum; @@ -762,6 +763,7 @@ const static SyscapWithNum g_arraySyscap[] = { {"SystemCapability.SelectionInput.Selection", SELECTIONINPUT_SELECTION}, {"SystemCapability.Multimedia.Media.LowPowerAVSink", MULTIMEDIA_MEDIA_LOWPOWERAVSINK}, {"SystemCapability.Communication.NetManager.Eap", COMMUNICATION_NETMANAGER_EAP}, + {"SystemCapability.Resourceschedule.QoS.Core", RESOURCESCHEDULE.QOS.CORE}, }; #ifdef __cplusplus -- Gitee From 2b0a202cf4aff051b207ae739cbed01e9d20c640 Mon Sep 17 00:00:00 2001 From: xushengbin Date: Tue, 8 Jul 2025 01:17:30 +0000 Subject: [PATCH 2/2] =?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 --- include/codec_config/syscap_define.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/codec_config/syscap_define.h b/include/codec_config/syscap_define.h index 1fb1a6e..435bc62 100644 --- a/include/codec_config/syscap_define.h +++ b/include/codec_config/syscap_define.h @@ -389,7 +389,7 @@ typedef enum SystemCapabilityNum { SELECTIONINPUT_SELECTION, MULTIMEDIA_MEDIA_LOWPOWERAVSINK, COMMUNICATION_NETMANAGER_EAP, - RESOURCESCHEDULE.QOS.CORE, + RESOURCESCHEDULE_QOS_CORE, // Add before here SYSCAP_BASIC_END = 500, } SyscapNum; @@ -763,7 +763,7 @@ const static SyscapWithNum g_arraySyscap[] = { {"SystemCapability.SelectionInput.Selection", SELECTIONINPUT_SELECTION}, {"SystemCapability.Multimedia.Media.LowPowerAVSink", MULTIMEDIA_MEDIA_LOWPOWERAVSINK}, {"SystemCapability.Communication.NetManager.Eap", COMMUNICATION_NETMANAGER_EAP}, - {"SystemCapability.Resourceschedule.QoS.Core", RESOURCESCHEDULE.QOS.CORE}, + {"SystemCapability.Resourceschedule.QoS.Core", RESOURCESCHEDULE_QOS_CORE}, }; #ifdef __cplusplus -- Gitee