[SSM] Implement Inproc feature for Linux platform
authorjk13 <jihyeok13.kim@samsung.com>
Fri, 21 Nov 2014 06:43:12 +0000 (15:43 +0900)
committerjk13 <jihyeok13.kim@samsung.com>
Mon, 8 Dec 2014 04:58:59 +0000 (13:58 +0900)
commit9674c1b31c0463e9f23751eddba3597bcb8b6ada
tree01e8a02ca2b452c78077c7872948e1cfa5d1c0be
parente9403ce6d4d7a1a0ac8d12c5acc876af7f7a8f76
[SSM] Implement Inproc feature for Linux platform

Problem:
        To meet M2 requirements

How:
        Separate SSM Interface to support Inproc/Outproc.
        Change Application to use Inproc interface rather than Resource/Client model

Comment:
        This version is not tested to build. Integrate new OIC is still in progress.

Change-Id: Ib6466c91e7e407fd38c255300a8c253ac15eb978
Signed-off-by: jk13 <jihyeok13.kim@samsung.com>
service/soft-sensor-manager/SDK/src/InprocSSMCore.cpp [new file with mode: 0644]
service/soft-sensor-manager/SSMCore/include/SSMInterface.h [new file with mode: 0644]
service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMCore.h
service/soft-sensor-manager/SSMCore/src/SSMInterface/SSMResourceServer.h [moved from service/soft-sensor-manager/SSMCore/include/SSMResourceServer.h with 100% similarity]
service/soft-sensor-manager/SSMCore/src/SSMResourceServerLauncher.cpp [deleted file]
service/soft-sensor-manager/SampleApp/linux/ClientApp/include/SSMTestApp.h
service/soft-sensor-manager/SampleApp/linux/ClientApp/src/SSMTestApp.cpp