diff --git a/interfaces/inner_api/security_component/include/save_button.h b/interfaces/inner_api/security_component/include/save_button.h index e0000de310c8525b57591b2aea910f5b0975e59a..b547399c382008d0ae9da0909e78f25b13488abf 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 };