diff --git a/include/codec_config/syscap_define.h b/include/codec_config/syscap_define.h index 0a166ed91c986cc65f8c445c5721e701db0852db..435bc62936327cd9a4999d29d8446fe29a422f5a 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