From 98eab78a4a3624ec8ebe0e7e4a692424d272ae59 Mon Sep 17 00:00:00 2001 From: hunili Date: Thu, 11 Sep 2025 21:53:28 +0800 Subject: [PATCH] =?UTF-8?q?[Bug]:=20=E4=BA=91=E7=9B=98=E6=96=B0=E5=A2=9Ecl?= =?UTF-8?q?ouddiskmanager=20syscap=20https://gitee.com/openharmony/develop?= =?UTF-8?q?tools=5Fsyscap=5Fcodec/issues/ICXM3C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hunili --- 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 1a75f74..b2b2d03 100644 --- a/include/codec_config/syscap_define.h +++ b/include/codec_config/syscap_define.h @@ -395,6 +395,7 @@ typedef enum SystemCapabilityNum { MULTIMODALAWARENESS_ONSCREENAWARENESS, ABILITY_APPEXTENSION_VERTICALPANEL, ARKCOMPILER_CANGJIEINTEROP, + FILEMANAGEMENT_CLOUDDISKMANAGER, // Add before here SYSCAP_BASIC_END = 500, } SyscapNum; @@ -774,6 +775,7 @@ const static SyscapWithNum g_arraySyscap[] = { {"SystemCapability.MultimodalAwareness.OnScreenAwareness", MULTIMODALAWARENESS_ONSCREENAWARENESS}, {"SystemCapability.Ability.AppExtension.VerticalPanel", ABILITY_APPEXTENSION_VERTICALPANEL}, {"SystemCapability.ArkCompiler.CangjieInterop", ARKCOMPILER_CANGJIEINTEROP}, + {"SystemCapability.FileManagement.CloudDiskManager", FILEMANAGEMENT_CLOUDDISKMANAGER}, }; #ifdef __cplusplus -- Gitee