From 74e1d0024a04d379c85a53c20ed3facbf6c07a0b Mon Sep 17 00:00:00 2001 From: ShortMessage Date: Fri, 16 May 2025 10:44:23 +0800 Subject: [PATCH] udmfc 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