Fix header and library name for backward compatibility (Tizen 2.4) 45/53945/1
authorJiwon Kim <jiwon177.kim@samsung.com>
Thu, 10 Dec 2015 09:27:33 +0000 (18:27 +0900)
committerJiwon Kim <jiwon177.kim@samsung.com>
Thu, 10 Dec 2015 09:30:48 +0000 (18:30 +0900)
commit4ef010ebafdd74af66563cb76aa58a55a839acdf
tree7b86b34b7d168b97b73268f06563dc752b3e1550
parent7943969ff428597ed293ec9c95be4d059ad9c0a6
Fix header and library name for backward compatibility (Tizen 2.4)

*version : 1.1.3 -> 1.1.4
*shared library : libservice-adaptor.so -> libservice-adaptor-client.so
*header : (changed) service_adaptor.h -> service_adaptor_client.h
          (new) service_adaptor_client_plugin.h
          (new) service_adaptor_client_storage.h

Change-Id: I93252920ceb61ac8bc2e9b8d509baf596ae3df58
Signed-off-by: Jiwon Kim <jiwon177.kim@samsung.com>
client/CMakeLists.txt
include/service_adaptor_client.h [moved from include/service_adaptor.h with 76% similarity]
include/service_adaptor_client_plugin.h [new file with mode: 0644]
include/service_adaptor_client_storage.h [new file with mode: 0644]
packaging/service-adaptor.spec
service-adaptor.pc.in
test/CMakeLists.txt
test/test.c