diff --git a/interfaces/inner_api/security_component/include/paste_button.h b/interfaces/inner_api/security_component/include/paste_button.h index cc3f4ef5a9658e8d25aeebcd6ab8a0a217a7db66..e66691311188ec18213c46272a0de4c2f0813462 100644 --- a/interfaces/inner_api/security_component/include/paste_button.h +++ b/interfaces/inner_api/security_component/include/paste_button.h @@ -30,6 +30,7 @@ enum class PasteDesc : int32_t { enum class PasteIcon : int32_t { FILLED_ICON = 0, LINE_ICON = 1, + SYMBOL_ICON = 3, MAX_ICON_TYPE }; diff --git a/interfaces/inner_api/security_component/include/save_button.h b/interfaces/inner_api/security_component/include/save_button.h index ef9d03947e6a6514be406ff06dbbb17be4ac0416..5ca696a54dad8ba02e54bda124915c89c8e0d986 100644 --- a/interfaces/inner_api/security_component/include/save_button.h +++ b/interfaces/inner_api/security_component/include/save_button.h @@ -44,6 +44,7 @@ enum class SaveIcon : int32_t { FILLED_ICON = 0, LINE_ICON = 1, PICTURE_ICON = 2, + SYMBOL_ICON = 3, MAX_ICON_TYPE };