From e8bf7754bbd62cee0fe20639e36c55600ae3320d Mon Sep 17 00:00:00 2001 From: ShortMessage Date: Thu, 24 Apr 2025 13:08:42 +0800 Subject: [PATCH] =?UTF-8?q?udmf=E9=80=9A=E9=81=93=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ShortMessage --- distributeddatamgr/udmf/include/udmf.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/distributeddatamgr/udmf/include/udmf.h b/distributeddatamgr/udmf/include/udmf.h index 171f4ca52..286723b23 100644 --- a/distributeddatamgr/udmf/include/udmf.h +++ b/distributeddatamgr/udmf/include/udmf.h @@ -68,6 +68,30 @@ typedef enum Udmf_Intention { * @brief The intention is pasteboard. */ UDMF_INTENTION_PASTEBOARD, + /** + * @brief The intention is data hub. + * + * @since 20 + */ + UDMF_INTENTION_DATA_HUB, + /** + * @brief The intention is system share. + * + * @since 20 + */ + UDMF_INTENTION_SYSTEM_SHARE, + /** + * @brief The intention is picker. + * + * @since 20 + */ + UDMF_INTENTION_PICKER, + /** + * @brief The intention is menu. + * + * @since 20 + */ + UDMF_INTENTION_MENU, } Udmf_Intention; /** -- Gitee