Add an initial prototype of Multi-Phy Easy Setup service for Arduino device
[platform/upstream/iotivity.git] / service / SConscript
index a3bd70e..92d7f0e 100644 (file)
@@ -26,7 +26,7 @@ Import('env')
 
 target_os = env.get('TARGET_OS')
 
-if target_os not in ['arduino','darwin','ios']:
+if target_os not in ['arduino','darwin']:
        # Build things manager project
        SConscript('things-manager/SConscript')
 
@@ -35,7 +35,7 @@ if target_os not in ['arduino','darwin','ios']:
 
        # Build protocol plugin project
        # protocol-plugin use 'inotify', this feature isn't support by MAC OSX
-       if target_os not in ['darwin', 'ios']:
+       if target_os not in ['darwin', 'ios', 'android']:
                SConscript('protocol-plugin/SConscript')
 
        # Build notification manager project
@@ -43,3 +43,5 @@ if target_os not in ['arduino','darwin','ios']:
 #else:
 #      SConscript('notification-manager/SampleApp/arduino/SConscript')
 
+if target_os == 'arduino':
+   SConscript('easy-setup/SConscript')
\ No newline at end of file