fix the build break problem
authorjy910.yun <jy910.yun@samsung.com>
Wed, 17 Oct 2012 12:14:47 +0000 (21:14 +0900)
committerjy910.yun <jy910.yun@samsung.com>
Wed, 24 Oct 2012 03:30:03 +0000 (12:30 +0900)
Change-Id: Iccb3c1fcee69093ad37f65feb1e13fc332848f63

packaging/capi-system-haptic.spec
src/haptic_private.c

index faf4378..9c82a3a 100644 (file)
@@ -2,7 +2,7 @@
 Name:       capi-system-haptic
 Summary:    A Haptic library in Tizen C API
 Version:    0.1.0
-Release:    21
+Release:    22
 Group:      TO_BE/FILLED_IN
 License:    TO BE FILLED IN
 Source0:    %{name}-%{version}.tar.gz
@@ -58,6 +58,10 @@ rm -rf %{buildroot}
 %{_libdir}/libcapi-system-haptic.so
 
 %changelog
+* Wed Oct 17 2012 - Jiyoung Yun <jy910.yun@samsung.com>
+- fix the build break problem
+- Tag : capi-system-haptic_0.1.0-22
+
 * Thu Oct 04 2012 - Jiyoung Yun <jy910.yun@samsung.com>
 - fix the bug regarding haptic_level_auto
 - Tag : capi-system-haptic_0.1.0-21
index 2754181..29f956c 100644 (file)
 #define        COMP_CMD(idx, value)    (value<<4)|(idx&0x0F)
 
 enum {
-    HAPTIC_PROP_ENABLE,
-    HAPTIC_PROP_LEVEL,
-    HAPTIC_PROP_LEVEL_MAX,
-    HAPTIC_PROP_VALUE,
-    HAPTIC_PROP_ONESHOT,
-};
-
-enum {
        CMD_GET_INITIALIZE,
        CMD_SET_OPEN_DEVICE,
        CMD_GET_CURRENT_DEVICE_HANDLE,