Devel pkg clean: enum for every profile. 11/98911/7
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 21 Nov 2016 07:12:09 +0000 (16:12 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Tue, 3 Jan 2017 06:26:14 +0000 (15:26 +0900)
Remove the possibility of per-profile differences in
in-Tizen.org pacakge devel packages.

Enum values must be same for every profile
for Tizen 4.0 Configurability & Building Blocks.

Change-Id: Ic1280a93bcaebffc2c77c373e42272b55eca286f
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
include/mapi/msg_types.h

index 94a639c..83b1928 100755 (executable)
@@ -1324,11 +1324,9 @@ enum _MSG_NETWORK_STATUS_E {
        MSG_NETWORK_DELIVER_PENDING,                         /**< Delivery pending*/
        MSG_NETWORK_DELIVER_EXPIRED,                         /**< Delivery expired*/
        MSG_NETWORK_SEND_PENDING,                            /**< Send is pending*/
-#ifdef FEATURE_SMS_CDMA
        MSG_NETWORK_SEND_FAIL_UNKNOWN_SUBSCRIBER,            /**< Unknown subscriber(destination) */
        MSG_NETWORK_SEND_FAIL_MS_DISABLED,                   /**< Mobile station originated SMS disabled */
        MSG_NETWORK_SEND_FAIL_NETWORK_NOT_READY,             /**< Network not ready */
-#endif
        MSG_NETWORK_RETRIEVE_PENDING,                        /**< Retrieve is pending */
 };