Add 3.0 APIs and sync APIs same as 2.4 94/41894/1 submit/tizen/20150619.054506
authorYongjin Kim <youth.kim@samsung.com>
Fri, 19 Jun 2015 02:16:48 +0000 (11:16 +0900)
committerYongjin Kim <youth.kim@samsung.com>
Fri, 19 Jun 2015 02:16:48 +0000 (11:16 +0900)
commit02a2a612180218999103b3a9dcf68b388a24b83c
tree72e1f2a5d26f7f212f4b22886a3f1f458df9cfd0
parent3969dda57a15f661d33fc58a5ba84d65de7df058
Add 3.0 APIs and sync APIs same as 2.4

Change-Id: Ib874d7a4a26a65bd151f3c7cecb1ebfec0f3ae67
Signed-off-by: Yongjin Kim <youth.kim@samsung.com>
84 files changed:
CMakeLists.txt
adaptor/CMakeLists.txt
adaptor/auth-adaptor/auth_adaptor.c
adaptor/auth-adaptor/auth_adaptor.h
adaptor/auth-adaptor/oauth1_service.c [new file with mode: 0644]
adaptor/auth-adaptor/oauth1_service.h [new file with mode: 0644]
adaptor/auth-adaptor/oauth2_service.c [new file with mode: 0644]
adaptor/auth-adaptor/oauth2_service.h [new file with mode: 0644]
adaptor/resource-adaptor/resource_adaptor.c [new file with mode: 0644]
adaptor/resource-adaptor/resource_adaptor.h [new file with mode: 0644]
adaptor/storage-adaptor/cloud_service.c [new file with mode: 0644]
adaptor/storage-adaptor/cloud_service.h [new file with mode: 0644]
adaptor/storage-adaptor/posix_service.h [new file with mode: 0644]
adaptor/storage-adaptor/storage_adaptor.c
adaptor/storage-adaptor/storage_adaptor.h
client/CMakeLists.txt
client/sal_auth_provider.c [new file with mode: 0644]
client/sal_auth_provider.h [new file with mode: 0644]
client/sal_core_api.c [deleted file]
client/sal_core_api.h [deleted file]
client/sal_plugin_api.c [deleted file]
client/sal_restful_api.c [deleted file]
client/sal_service_adaptor.c [new file with mode: 0644]
client/sal_service_adaptor.h [new file with mode: 0644]
client/sal_service_adaptor_internal.h [new file with mode: 0644]
client/sal_service_auth.c [new file with mode: 0644]
client/sal_service_auth.h [new file with mode: 0644]
client/sal_service_auth_internal.h [new file with mode: 0644]
client/sal_service_provider.c [new file with mode: 0644]
client/sal_service_provider.h [new file with mode: 0644]
client/sal_service_storage.c [new file with mode: 0644]
client/sal_service_storage.h [new file with mode: 0644]
client/sal_service_storage_internal.h [new file with mode: 0644]
client/sal_service_task.c [new file with mode: 0644]
client/sal_service_task.h [new file with mode: 0644]
client/sal_service_task_internal.h [new file with mode: 0644]
client/sal_storage_provider.c [new file with mode: 0644]
client/sal_storage_provider.h [new file with mode: 0644]
common/CMakeLists.txt
common/ipc-client/sal_ipc_client.c [new file with mode: 0644]
common/ipc-client/sal_ipc_client.h [new file with mode: 0644]
common/ipc-client/sal_ipc_client_auth.c [new file with mode: 0644]
common/ipc-client/sal_ipc_client_auth.h [new file with mode: 0644]
common/ipc-client/sal_ipc_client_core.c [new file with mode: 0644]
common/ipc-client/sal_ipc_client_core.h [new file with mode: 0644]
common/ipc-client/sal_ipc_client_storage.c [new file with mode: 0644]
common/ipc-client/sal_ipc_client_storage.h [new file with mode: 0644]
common/ipc-server/sal_ipc_server.c [new file with mode: 0644]
common/ipc-server/sal_ipc_server.h [moved from common/ipc/sal_ipc.h with 76% similarity]
common/ipc-server/sal_ipc_server_auth.c [new file with mode: 0644]
common/ipc-server/sal_ipc_server_auth.h [new file with mode: 0644]
common/ipc-server/sal_ipc_server_core.c [new file with mode: 0644]
common/ipc-server/sal_ipc_server_core.h [new file with mode: 0644]
common/ipc-server/sal_ipc_server_storage.c [new file with mode: 0644]
common/ipc-server/sal_ipc_server_storage.h [new file with mode: 0644]
common/ipc/sal_ipc.c [deleted file]
common/sal_common.c [deleted file]
common/sal_ipc.c [new file with mode: 0644]
common/sal_ipc.h [new file with mode: 0644]
include/service_adaptor.h
include/service_adaptor_internal.h
include/service_adaptor_types.h
include/service_provider.h [new file with mode: 0644]
packaging/org.tizen.serviceadaptor.client.conf [new file with mode: 0644]
packaging/org.tizen.serviceadaptor.client.service [new file with mode: 0644]
packaging/service-adaptor.service
packaging/service-adaptor.spec
server/CMakeLists.txt
server/sal.h
server/sal_auth.c
server/sal_auth.h
server/sal_contact.c
server/sal_contact.h
server/sal_main.c
server/sal_observer.c
server/sal_observer.h
server/sal_resource.c [new file with mode: 0644]
server/sal_resource.h [new file with mode: 0644]
server/sal_storage.c
server/sal_storage.h
service-adaptor.manifest
service-adaptor.pc.in
test/CMakeLists.txt
test/test.c