removing context name and replacing it with gesture 55/224655/1
authorchakradhar <v.pogiri@samsung.com>
Wed, 12 Feb 2020 06:41:25 +0000 (12:11 +0530)
committerchakradhar <v.pogiri@samsung.com>
Wed, 12 Feb 2020 06:41:25 +0000 (12:11 +0530)
Change-Id: Ie3912bf42491ca4e861ba39d78ab39cadac1427a
Signed-off-by: chakradhar <v.pogiri@samsung.com>
CMakeLists.txt
capi-gesture.pc.in [moved from capi-context-gesture.pc.in with 100% similarity]
doc/gesture_recognition_doc.h
include/gesture_recognition.h
packaging/capi-gesture.manifest [moved from packaging/capi-context-gesture.manifest with 100% similarity]
packaging/capi-gesture.spec [moved from packaging/capi-context-gesture.spec with 83% similarity]

index 214b460..b41fcda 100644 (file)
@@ -1,5 +1,5 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
-PROJECT(capi-context-gesture)
+PROJECT(capi-gesture)
 INCLUDE(GNUInstallDirs)
 
 SET(target ${PROJECT_NAME})
@@ -7,7 +7,7 @@ SET(target ${PROJECT_NAME})
 # Source Lists
 FILE(GLOB SRCS src/*.cpp)
 
-SET(inc_subdir "context-service")
+SET(inc_subdir "gesture")
 SET(dependency "glib-2.0 dlog capi-base-common capi-system-info sensor")
 
 # Options
index 48c913f..5a3191d 100644 (file)
  */
 
 /**
- * @ingroup            CAPI_CONTEXT_FRAMEWORK
- * @defgroup   CAPI_CONTEXT_GESTURE_MODULE Gesture Recognition
+ * @ingroup            CAPI_GESTURE_FRAMEWORK
+ * @defgroup   CAPI_GESTURE_MODULE Gesture Recognition
  *
  * @brief              The gesture recognition API allows applications to be notified and
  *                             react when the user performs a gesture.
  *
- * @section            CAPI_CONTEXT_GESTURE_MODULE_HEADER Required Header
+ * @section            CAPI_GESTURE_MODULE_HEADER Required Header
  *                             \#include <gesture_recognition.h>
  *
- * @section            CAPI_CONTEXT_GESTURE_MODULE_OVERVIEW Overview
+ * @section            CAPI_GESTURE_MODULE_OVERVIEW Overview
  *
  *
  * The gesture recognition API allows to register callback functions to be called
        gesture_release(handle);
  \endcode
 
- * @section            CAPI_CONTEXT_GESTURE_MODULE_FEATURE Related Features
+ * @section            CAPI_GESTURE_MODULE_FEATURE Related Features
  * This API is related with the following features:\n
  * - http://tizen.org/feature/sensor.gesture_recognition\n
  * - http://tizen.org/feature/sensor.wrist_up
index 4b9ae4b..b5c90ce 100644 (file)
@@ -21,7 +21,7 @@
 #define __TIZEN_GESTURE_H__
 
 /**
- * @addtogroup CAPI_CONTEXT_GESTURE_MODULE
+ * @addtogroup CAPI_GESTURE_MODULE
  * @{
  */
 
similarity index 83%
rename from packaging/capi-context-gesture.spec
rename to packaging/capi-gesture.spec
index 22a8b9c..b456052 100644 (file)
@@ -1,8 +1,8 @@
-Name:       capi-context-gesture
+Name:       capi-gesture
 Summary:    Tizen Native Gesture Recognition API
 Version:    2.0.2
 Release:    1
-Group:      Service/Context
+Group:      Service/Gesture
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 
@@ -18,7 +18,7 @@ Requires(postun):  /sbin/ldconfig
 
 # Backward compatibility
 Provides: gesture
-Provides: libcore-context-manager.so.1
+Provides: libcore-gesture-manager.so.1
 
 %description
 Tizen Native Gesture Recognition API
@@ -42,8 +42,8 @@ make %{?_smp_mflags}
 
 # For backward compatibility
 ln -s %{name}.pc %{buildroot}/%{_libdir}/pkgconfig/gesture.pc
-ln -s %{name}.pc %{buildroot}/%{_libdir}/pkgconfig/libcore-context-manager.pc
-ln -s lib%{name}.so.%{version} %{buildroot}/%{_libdir}/libcore-context-manager.so.1
+ln -s %{name}.pc %{buildroot}/%{_libdir}/pkgconfig/libcore-gesture-manager.pc
+ln -s lib%{name}.so.%{version} %{buildroot}/%{_libdir}/libcore-gesture-manager.so.1
 
 %post
 /sbin/ldconfig
@@ -58,7 +58,7 @@ ln -s lib%{name}.so.%{version} %{buildroot}/%{_libdir}/libcore-context-manager.s
 
 %package devel
 Summary:       Tizen Native Gesture Recognition API (Development)
-Group:         Framework/context
+Group:         Framework/activity
 Requires:      %{name} = %{version}-%{release}
 
 %description devel