Modify the pid and gid of map agent to network_fw
[platform/core/connectivity/bluetooth-agent.git] / CMakeLists.txt
index fe09c62..419b7de 100644 (file)
@@ -1,7 +1,13 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 
+IF (TIZEN_PROFILE_WEARABLE OR TIZEN_PROFILE_IVI)
+ADD_SUBDIRECTORY(hf-agent)
+ELSE (TIZEN_PROFILE_WEARABLE OR TIZEN_PROFILE_IVI)
 ADD_SUBDIRECTORY(map-agent)
+ADD_SUBDIRECTORY(pb-agent)
+IF (TIZEN_FEATURE_BT_HFP_AG)
+ADD_SUBDIRECTORY(ag-agent)
+ENDIF (TIZEN_FEATURE_BT_HFP_AG)
+ENDIF (TIZEN_PROFILE_WEARABLE OR TIZEN_PROFILE_IVI)
 
-#ADD_SUBDIRECTORY(pb-agent)
-
-#ADD_SUBDIRECTORY(hfp-agent)
+ADD_SUBDIRECTORY(bt-ipsp)
\ No newline at end of file