Merge changes I2d80c474,I4b17e6da into tizen
authorPyun DoHyun <dh79.pyun@samsung.com>
Mon, 5 Dec 2016 05:30:34 +0000 (21:30 -0800)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 5 Dec 2016 05:30:34 +0000 (21:30 -0800)
* changes:
  Remove Profile Build Dependency: do it at runtime
  Defragment CAPI for Profiles (2/2)

1  2 
CMakeLists.txt

diff --cc CMakeLists.txt
@@@ -78,12 -46,10 +46,11 @@@ src/bluetooth-avrcp.
  src/bluetooth-gatt.c
  src/bluetooth-ipsp.c
  src/bluetooth-dpm.c
 +src/bluetooth-proximity.c
  )
- IF (TIZEN_PROFILE_WEARABLE OR TIZEN_PROFILE_IVI)
+ LIST(APPEND SOURCES src/bluetooth-proximity.c)
  LIST(APPEND SOURCES src/bluetooth-pbap.c)
- ENDIF (TIZEN_PROFILE_WEARABLE OR TIZEN_PROFILE_IVI)
- ENDIF (TIZEN_PROFILE_TV)
  
  ADD_LIBRARY(${fw_name} SHARED ${SOURCES})