Add a new ids range for IoT devices 89/200689/1
authorHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 28 Feb 2019 07:38:13 +0000 (16:38 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 28 Feb 2019 07:39:47 +0000 (16:39 +0900)
Change-Id: Ie5bf43c158b87afc27b16e0a13fb6191e1dbcb59
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
include/feedback-ids-internal.h

index 2c45215..74c668e 100755 (executable)
@@ -64,14 +64,15 @@ typedef enum {
        FEEDBACK_PATTERN_NOTIFICATION           = 146,   /**< Feedback pattern for notification */
 
        FEEDBACK_PATTERN_RESERVED_END           = 10000,
-       // Add new pattern ids for mobile and wearable devices here
+       // Add new pattern ids for Mobile and Wearable devices here
        // ...
        FEEDBACK_PATTERN_MOBILE_END             = 20000,
-       // Add new pattern ids for tv devices here
+       // Add new pattern ids for TV devices here
        // ...
        FEEDBACK_PATTERN_TV_END                 = 30000,
-       // Add new pattern ids for ivi devices here
+       // Add new pattern ids for IoT devices here
        // ...
+       FEEDBACK_PATTERN_IOT_END                = 40000,
        FEEDBACK_PATTERN_INTERNAL_END           = 90000,
 } feedback_pattern_internal_e;