modify msg-service to support dpm feature
[platform/core/messaging/msg-service.git] / include / mapi / msg_types.h
index 9f7771f..18f5d1a 100755 (executable)
@@ -539,6 +539,7 @@ enum _MSG_MESSAGE_INFO_E_ {
        MSG_MESSAGE_ADDR_LIST_HND,                          /**< Indicates the address information list. */
        MSG_MESSAGE_REPLACE_BOOL,                           /**< Indicates whether the message is replace or not */
        MSG_MESSAGE_SIM_INDEX_INT,                          /**< Indicates the sim index */
+       MSG_MESSAGE_DPM_RESTRICTED_BOOL,                    /**< Indicates whether the message is DPM restricted or not*/
        MSG_MESSAGE_INFO_MAX,                               /**< Placeholder for max value of this enum*/
 };
 
@@ -604,6 +605,7 @@ enum MSG_STRUCT_CONV_INFO_E {
        MSG_CONV_MSG_1ST_MEDIA_PATH_STR,                    /**< Indicates the First Media path of MMS */
        MSG_CONV_MSG_MULTIPART_HND,
        MSG_CONV_MSG_SIM_INDEX_INT,                         /**< Indicates the sim index */
+       MSG_CONV_MSG_DPM_RESTRICTED_BOOL,                       /**< */
 
        MSG_CONV_INFO_MAX                                   /**< Placeholder for max value of this enum */
 };
@@ -1285,6 +1287,7 @@ enum _MSG_ERROR_E {
        MSG_ERR_DB_BUSY = -61,                  /**< DB file locked*/
        MSG_ERR_NOT_SUPPORTED = -63,            /**< Not supported */
        MSG_ERR_NOT_ALLOWED_ZONE = -100,        /**< Not allowed zone */
+       MSG_ERR_DPM_RESTRICT = -200,            /**< DPM restriction */
 };