Merge branch 'devel/tizen_3.0' into tizen 62/65262/1 accepted/tizen/common/20160408.185621 accepted/tizen/ivi/20160411.004931 accepted/tizen/mobile/20160411.004853 accepted/tizen/wearable/20160411.004905 submit/tizen/20160408.073002
authorMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 8 Apr 2016 06:53:27 +0000 (15:53 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 8 Apr 2016 06:53:27 +0000 (15:53 +0900)
* devel/tizen_3.0:
  Version 0.7.5
  Applying Tizen C++ coding style to place context provider(geofence)
  Applying Tizen C++ coding style to custom context provider
  Applying Tizen C++ coding style to device context provider
  Applying Tizen C++ coding style to provider initialization
  Build a static library, instead of a shared object
  Apply Tizen C++ coding style based on context-common changes - ContextManager, IContextManager, ContextProviderBase(context_provider_iface)
  [place-recognition] Change database asynchronous queries to synchronous.
  [place-recognition] SVACE buffer overflow warning fix.
  [place-recognition] Small SVACE defects fix.
  [place-recognition] Redundant mutex protection remove.

Change-Id: I87e7b43dab54acc63c6e5157dc4ab1381aafe5b0
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
1  2 
src/device/CMakeLists.txt

@@@ -2,12 -2,9 +2,12 @@@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6
  # prvd_cdef, prvd_deps, and prvd_srcs need to be set properly
  
  # Common Profile
- FILE(GLOB prvd_srcs ./*.cpp system/alarm.cpp system/time.cpp)
+ FILE(GLOB prvd_srcs ./*.cpp system/Alarm.cpp system/Time.cpp)
  SET(prvd_deps vconf capi-system-info capi-system-device capi-system-runtime-info)
  
 +# Common Profile
 +SET(srcs ${srcs} system/alarm.cpp system/time.cpp)
 +
  # Mobile Profile
  IF("${PROFILE}" STREQUAL "mobile")
        SET(prvd_deps ${prvd_deps} capi-network-bluetooth capi-network-wifi)