init Service Adaptor 67/39567/1
authorYongjin Kim <youth.kim@samsung.com>
Tue, 19 May 2015 00:13:26 +0000 (09:13 +0900)
committerYongjin Kim <youth.kim@samsung.com>
Tue, 19 May 2015 00:13:26 +0000 (09:13 +0900)
commit3969dda57a15f661d33fc58a5ba84d65de7df058
tree2413f694599dde1582d13708e3f83f7718fba0c6
parent0fcaf771f3fd6158ba64c4955dc250a8854f994a
init Service Adaptor

Change-Id: Ibf5295f071f949bda2d4208bc60352000bcf9a8c
Signed-off-by: Yongjin Kim <youth.kim@samsung.com>
43 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE.APLv2 [new file with mode: 0644]
NOTICE [new file with mode: 0644]
adaptor/CMakeLists.txt [new file with mode: 0644]
adaptor/auth-adaptor/auth_adaptor.c [new file with mode: 0644]
adaptor/auth-adaptor/auth_adaptor.h [new file with mode: 0644]
adaptor/contact-adaptor/contact_adaptor.c [new file with mode: 0644]
adaptor/contact-adaptor/contact_adaptor.h [new file with mode: 0644]
adaptor/storage-adaptor/storage_adaptor.c [new file with mode: 0644]
adaptor/storage-adaptor/storage_adaptor.h [new file with mode: 0644]
client/CMakeLists.txt [new file with mode: 0644]
client/sal_core_api.c [new file with mode: 0644]
client/sal_core_api.h [new file with mode: 0644]
client/sal_plugin_api.c [new file with mode: 0644]
client/sal_restful_api.c [new file with mode: 0644]
common/CMakeLists.txt [new file with mode: 0644]
common/ipc/sal_ipc.c [new file with mode: 0644]
common/ipc/sal_ipc.h [new file with mode: 0644]
common/sal_common.c [new file with mode: 0644]
include/service_adaptor.h [new file with mode: 0644]
include/service_adaptor_errors.h [new file with mode: 0644]
include/service_adaptor_internal.h [new file with mode: 0644]
include/service_adaptor_types.h [new file with mode: 0644]
packaging/service-adaptor.service [new file with mode: 0644]
packaging/service-adaptor.spec [new file with mode: 0644]
server/CMakeLists.txt [new file with mode: 0644]
server/sal.h [new file with mode: 0644]
server/sal_auth.c [new file with mode: 0644]
server/sal_auth.h [new file with mode: 0644]
server/sal_coherence.c [new file with mode: 0644]
server/sal_contact.c [new file with mode: 0644]
server/sal_contact.h [new file with mode: 0644]
server/sal_generator.c [new file with mode: 0644]
server/sal_group.c [new file with mode: 0644]
server/sal_main.c [new file with mode: 0644]
server/sal_observer.c [new file with mode: 0644]
server/sal_observer.h [new file with mode: 0644]
server/sal_storage.c [new file with mode: 0644]
server/sal_storage.h [new file with mode: 0644]
service-adaptor.manifest [new file with mode: 0644]
service-adaptor.pc.in [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/test.c [new file with mode: 0644]