From c2013c397405200abe6caa68eef26c19aebe1e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=95=AA=E8=8C=84=E9=B1=BC?= Date: Fri, 29 Aug 2025 14:19:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Esyscap=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=88=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 番茄鱼 Signed-off-by: yu-hongDylan --- 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 0146dc0..1d8225b 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, ARKCOMPILER_ANI, + ABILITY_APPEXTENSION_VERTICALPANEL, // 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.ArkCompiler.ANI", ARKCOMPILER_ANI}, + {"SystemCapability.Ability.AppExtension.VerticalPanel", ABILITY_APPEXTENSION_VERTICALPANEL}, }; #ifdef __cplusplus -- Gitee