Ignore the recovery logic for HW Error event
[platform/core/connectivity/bluetooth-frwk.git] / CMakeLists.txt
index 3f82e79..548eeec 100644 (file)
@@ -1,17 +1,19 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
-OPTION(LIBNOTIFY_SUPPORT "Enable libnotify for popup" Off)
-IF(LIBNOTIFY_SUPPORT)
-    ADD_DEFINITIONS("-DLIBNOTIFY_SUPPORT")
-ENDIF(LIBNOTIFY_SUPPORT)
-OPTION(MULTI_USER_SUPPORT "Enable multi-user support" OFF)
-IF(MULTI_USER_SUPPORT)
-    ADD_DEFINITIONS("-DMULTI_USER_SUPPORT")
-ENDIF(MULTI_USER_SUPPORT)
 
 ADD_SUBDIRECTORY(bt-api)
 
-ADD_SUBDIRECTORY(bt-service)
+ADD_SUBDIRECTORY(bt-oal)
+ADD_SUBDIRECTORY(bt-service-adaptation)
+
+IF("$ENV{CFLAGS}" MATCHES "-DTIZEN_FEATURE_BT_HTTP_PROXY")
+#ADD_SUBDIRECTORY(bt-httpproxy)
+ENDIF()
+
+# TODO_40 : 4.0 merge
+ADD_SUBDIRECTORY(bt-otp)
 
 ADD_SUBDIRECTORY(bt-core)
 
-#ADD_SUBDIRECTORY(test)
+ADD_SUBDIRECTORY(plugin)
+
+ADD_SUBDIRECTORY(test)