[service] Modify SConscript to build all services using scons
authorjk13 <jihyeok13.kim@samsung.com>
Wed, 24 Dec 2014 02:54:26 +0000 (11:54 +0900)
committerjk13 <jihyeok13.kim@samsung.com>
Wed, 24 Dec 2014 02:54:26 +0000 (11:54 +0900)
Change-Id: I6a4ed93f7b3ac1c6fe40178d629fd22ae61093e2
Signed-off-by: jk13 <jihyeok13.kim@samsung.com>
service/SConscript

index 4b69d4a..acd51bc 100644 (file)
@@ -11,13 +11,10 @@ if target_os != 'arduino':
        SConscript('things-manager/SConscript')
 
        # Build soft sensor manager project
-#      SConscript('soft-sensor-manager/SConscript')
+       SConscript('soft-sensor-manager/SConscript')
 
        # Build protocol plugin project
-       # protocol-plugin uses 'inotify' feature, which isn't supported by
-       # MAC OSX and IOS
-       if target_os not in ['darwin', 'ios']:
-               SConscript('protocol-plugin/SConscript')
+       SConscript('protocol-plugin/SConscript')
 
        # Build notification manager project
 #      SConscript('notification-manager/SConscript')