From a120e5d722c08346466637d58bc85ce1beae18f5 Mon Sep 17 00:00:00 2001 From: lwx Date: Wed, 20 Nov 2024 10:53:02 +0800 Subject: [PATCH] =?UTF-8?q?cherry=20pick=201ee7820=20from=20https://gitee.?= =?UTF-8?q?com/wenxin-liu=5Fadmin/security=5Fsecurity=5Fcomponent=5Fmanage?= =?UTF-8?q?r/pulls/218=20=E6=96=B0=E5=A2=9ESAVE=20ALL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lwx --- interfaces/inner_api/security_component/include/save_button.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/inner_api/security_component/include/save_button.h b/interfaces/inner_api/security_component/include/save_button.h index e0000de..b547399 100644 --- a/interfaces/inner_api/security_component/include/save_button.h +++ b/interfaces/inner_api/security_component/include/save_button.h @@ -36,6 +36,7 @@ enum class SaveDesc : int32_t { EXPORT_TO_GALLERY = 9, QUICK_SAVE_TO_GALLERY = 10, RESAVE_TO_GALLERY = 11, + SAVE_ALL = 12, MAX_LABEL_TYPE };