Only driversList.config is needed in the iot2/bin/iotinstaller folder in the beginning.
authorrtrimana <rtrimana@uci.edu>
Thu, 26 Jul 2018 22:36:15 +0000 (15:36 -0700)
committerrtrimana <rtrimana@uci.edu>
Thu, 26 Jul 2018 22:36:15 +0000 (15:36 -0700)
iotjava/Makefile

index 94c01f6acc16a75472e8f048ad066bb46c9dc508..77affec80a894186d5292319de355bac65a54a29 100644 (file)
@@ -48,8 +48,8 @@ installer:
        cp ../localconfig/iotruntime/MySQLInterface.config $(BIN_DIR)/iotruntime/
        cp ../localconfig/iotruntime/MySQLInterface.config $(BIN_DIR)/iotinstaller/
        cp -r ../localconfig/SupportedDevices/ $(BIN_DIR)/
        cp ../localconfig/iotruntime/MySQLInterface.config $(BIN_DIR)/iotruntime/
        cp ../localconfig/iotruntime/MySQLInterface.config $(BIN_DIR)/iotinstaller/
        cp -r ../localconfig/SupportedDevices/ $(BIN_DIR)/
+       # Only driversList.config is needed for the phone app to start
        cp ../localconfig/SupportedDevices/driversList.config $(BIN_DIR)/iotinstaller/
        cp ../localconfig/SupportedDevices/driversList.config $(BIN_DIR)/iotinstaller/
-       cp ../localconfig/SupportedDevices/AddressInformation.config $(BIN_DIR)/iotinstaller/
 
 PHONY += runtime
 runtime:
 
 PHONY += runtime
 runtime: