From 13964c9cf1023a546fd1b187b165d9aeaba8f715 Mon Sep 17 00:00:00 2001 From: feibuzhid Date: Sat, 24 Aug 2024 21:32:27 +0800 Subject: [PATCH] =?UTF-8?q?cherry=20pick=209dc32ce=20from=20https://gitee.?= =?UTF-8?q?com/feibuzhid/security=5Fsecurity=5Fcomponent=5Fmanager/pulls/1?= =?UTF-8?q?79=20=E4=BF=9D=E5=AD=98=E6=8E=A7=E4=BB=B6=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=96=87=E6=A1=88=E6=A0=B7=E5=BC=8F=E6=9E=9A=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: feibuzhid --- interfaces/inner_api/security_component/include/save_button.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interfaces/inner_api/security_component/include/save_button.h b/interfaces/inner_api/security_component/include/save_button.h index 59ead65..e0000de 100644 --- a/interfaces/inner_api/security_component/include/save_button.h +++ b/interfaces/inner_api/security_component/include/save_button.h @@ -33,6 +33,9 @@ enum class SaveDesc : int32_t { RECEIVE = 6, CONTINUE_TO_RECEIVE = 7, SAVE_TO_GALLERY = 8, + EXPORT_TO_GALLERY = 9, + QUICK_SAVE_TO_GALLERY = 10, + RESAVE_TO_GALLERY = 11, MAX_LABEL_TYPE };