[Simulator] Specified the run-time path and provided 64-bit support
authorG S Senthil Kumar <senthil.gs@samsung.com>
Wed, 6 Apr 2016 07:12:35 +0000 (12:42 +0530)
committerUze Choi <uzchoi@samsung.com>
Wed, 6 Apr 2016 08:36:46 +0000 (08:36 +0000)
commit315181862e61115c82470920fdf4ff9d0e07f447
tree0f0c6f6e14731cbb4cec454cd9f8b76f5c2dc77d
parent8eb5af23e34861e55e82f385cb3beb3dbedd4703
[Simulator] Specified the run-time path and provided 64-bit support
for eclipse plugins.

1. Added support to use eclipse plugins on 64-bit linux machines.
   Created seperate folder under /libs in plugins for
   32-bit and 64-bit libraries.
   Updated the MANIFEST file to load the libraries
   corresponding to the underlying architecture.
2. Specified the run-time path to help the loader to find the
   dependent libraries of oc in resource/src/SConscript
   for simulator to avoid the need to set the LD_LIBRARY_PATH
   to run the plugins.
3. Moved the code to load the simulator libraries
   from plugins to Java SDK.

Change-Id: Ia9b9e8542c4e82c18768dcc25c9ae727614ff7bf
Signed-off-by: G S Senthil Kumar <senthil.gs@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/7631
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
resource/src/SConscript
service/simulator/java/eclipse-plugin/ClientControllerPlugin/META-INF/MANIFEST.MF
service/simulator/java/eclipse-plugin/ClientControllerPlugin/src/oic/simulator/clientcontroller/Activator.java
service/simulator/java/eclipse-plugin/ServiceProviderPlugin/META-INF/MANIFEST.MF
service/simulator/java/eclipse-plugin/ServiceProviderPlugin/src/oic/simulator/serviceprovider/Activator.java
service/simulator/java/sdk/src/org/oic/simulator/SimulatorManager.java