capi-sensor: rename sensors.h to sensor.h 71/35471/1 tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/common/20150521.125442 accepted/tizen/mobile/20150406.020344 accepted/tizen/tv/20150302.123849 accepted/tizen/wearable/20150402.065353 submit/tizen/20150304.022845 submit/tizen_common/20150303.022446 submit/tizen_common/20150520.888885 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_mobile/20150303.022210 submit/tizen_mobile/20150402.061913 submit/tizen_tv/20150226.040306 submit/tizen_tv/20150226.063944 submit/tizen_tv/20150302.084059 submit/tizen_wearable/20150402.061918 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorKibak Yoon <kibak.yoon@samsung.com>
Mon, 16 Feb 2015 07:38:50 +0000 (16:38 +0900)
committerKibak Yoon <kibak.yoon@samsung.com>
Mon, 16 Feb 2015 08:11:04 +0000 (17:11 +0900)
sensor.h is proper header name for sensor capi from the tizen 2.3

Signed-off-by: Kibak Yoon <kibak.yoon@samsung.com>
Change-Id: Ia63af806dd341d57fe3436f2a43a0374ffff492a

CMakeLists.txt
include/sensor.h [moved from include/sensors.h with 100% similarity]
src/sensor.cpp

index 1da5d7e..611b4c7 100644 (file)
@@ -33,7 +33,7 @@ SET_TARGET_PROPERTIES(${fw_name} PROPERTIES VERSION ${FULLVER} SOVERSION ${MAJOR
 CONFIGURE_FILE(${fw_name}.pc.in ${CMAKE_CURRENT_SOURCE_DIR}/${fw_name}.pc @ONLY)
 INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${fw_name}.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
 INSTALL(TARGETS ${fw_name} DESTINATION ${LIB_INSTALL_DIR} COMPONENT RuntimeLibraries)
-INSTALL(FILES include/sensors.h DESTINATION ${INCLUDE_INSTALL_DIR}/sensor)
+INSTALL(FILES include/sensor.h DESTINATION ${INCLUDE_INSTALL_DIR}/sensor)
 
 # ###
 IF(UNIX)
similarity index 100%
rename from include/sensors.h
rename to include/sensor.h
index 37f9457..408502e 100644 (file)
@@ -20,7 +20,7 @@
 #include <sys/time.h>
 
 #include <sensor_internal.h>
-#include <sensors.h>
+#include <sensor.h>
 #include <sensor_private.h>
 #include <libgen.h>
 #include <memory>