From 9639c0f1a3173f372976e0ec95989d3565952a87 Mon Sep 17 00:00:00 2001 From: xushengbin Date: Mon, 30 Jun 2025 11:07:24 +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 --- 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..435bc62 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