Merge (manually) service-adaptor and ~-client from tizen_2.4 repository 28/60628/4
authorJiwon Kim <jiwon177.kim@samsung.com>
Mon, 29 Feb 2016 10:55:51 +0000 (19:55 +0900)
committerJiwon Kim <jiwon177.kim@samsung.com>
Wed, 2 Mar 2016 10:14:11 +0000 (19:14 +0900)
commit97efb548d7af8a2d1643a2d63c9beb003597ae05
treecd0ab3d17b045d324a4a03532587236e2e6c534f
parent94cbc69e80fdd7a083defcf9f2a85c1e833ee32d
Merge (manually) service-adaptor and ~-client from tizen_2.4 repository

framework/convergence/service/service-adaptor -> server/
framework/convergence/service/service-adaptor-client -> api/client/

 : disables calling security-server, privilege-checker APIs (the packages are disappeared)
 : on-demand push wating feature is disabled (no required)
 : on-demand launch and ping-manager features are disabled (will be enabled)

Change-Id: I038de2c6a485485b80f23692095f8fbaac9ad553
Signed-off-by: Jiwon Kim <jiwon177.kim@samsung.com>
100 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt
adaptor/CMakeLists.txt
adaptor/storage-adaptor/storage-adaptor.h
api/CMakeLists.txt
api/client/include/dbus/dbus_client.h [new file with mode: 0644]
api/client/include/dbus/dbus_client_auth.h [new file with mode: 0644]
api/client/include/dbus/dbus_client_contact.h [new file with mode: 0644]
api/client/include/dbus/dbus_client_layer.h [new file with mode: 0644]
api/client/include/dbus/dbus_client_message.h [new file with mode: 0644]
api/client/include/dbus/dbus_client_push.h [new file with mode: 0644]
api/client/include/dbus/dbus_client_shop.h [new file with mode: 0644]
api/client/include/dbus/dbus_client_storage.h [new file with mode: 0644]
api/client/include/private/service-adaptor-client-auth.h [new file with mode: 0644]
api/client/include/private/service-adaptor-client-contact.h [new file with mode: 0644]
api/client/include/private/service-adaptor-client-message.h [new file with mode: 0644]
api/client/include/private/service-adaptor-client-push.h [new file with mode: 0644]
api/client/include/private/service-adaptor-client-shop.h [new file with mode: 0644]
api/client/include/private/service-adaptor-client-storage.h [new file with mode: 0644]
api/client/include/private/service-adaptor-client.h [new file with mode: 0644]
api/client/include/service_adaptor_client_log.h [new file with mode: 0644]
api/client/include/service_adaptor_client_private.h [new file with mode: 0644]
api/client/include/service_adaptor_client_storage_internal.h [new file with mode: 0644]
api/client/include/service_adaptor_client_type.h [new file with mode: 0644]
api/client/include/util/service_adaptor_client_util.h [new file with mode: 0644]
api/client/src/dbus/dbus_client.c [new file with mode: 0644]
api/client/src/dbus/dbus_client_auth.c [new file with mode: 0644]
api/client/src/dbus/dbus_client_contact.c [new file with mode: 0644]
api/client/src/dbus/dbus_client_layer.c [new file with mode: 0644]
api/client/src/dbus/dbus_client_message.c [new file with mode: 0644]
api/client/src/dbus/dbus_client_push.c [new file with mode: 0644]
api/client/src/dbus/dbus_client_shop.c [new file with mode: 0644]
api/client/src/dbus/dbus_client_storage.c [new file with mode: 0644]
api/client/src/service_adaptor_client.c [new file with mode: 0644]
api/client/src/service_adaptor_client_auth.c [new file with mode: 0644]
api/client/src/service_adaptor_client_contact.c [new file with mode: 0644]
api/client/src/service_adaptor_client_message.c [new file with mode: 0644]
api/client/src/service_adaptor_client_push.c [new file with mode: 0644]
api/client/src/service_adaptor_client_shop.c [new file with mode: 0644]
api/client/src/service_adaptor_client_storage.c [new file with mode: 0644]
api/client/src/util/service_adaptor_client_util.c [new file with mode: 0644]
common/CMakeLists.txt
common/plugin_config/pluginConfig.c [new file with mode: 0644]
common/plugin_config/pluginConfig.h [new file with mode: 0644]
common/plugin_config/pluginConfigLog.h [new file with mode: 0644]
common/plugin_config/pluginConfigTypes.h [new file with mode: 0644]
common/plugin_config/plugin_message.h
common/plugin_config/trimming.c [new file with mode: 0644]
include/service_adaptor_client.h [new file with mode: 0644]
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
server/CMakeLists.txt [new file with mode: 0644]
server/CMakeLists.txt.backup [deleted file]
server/inc/dbus/dbus-auth-adaptor.h [new file with mode: 0644]
server/inc/dbus/dbus-contact-adaptor.h [new file with mode: 0644]
server/inc/dbus/dbus-ipc.h [new file with mode: 0644]
server/inc/dbus/dbus-message-adaptor.h [new file with mode: 0644]
server/inc/dbus/dbus-push-adaptor.h [new file with mode: 0644]
server/inc/dbus/dbus-server-type.h [new file with mode: 0644]
server/inc/dbus/dbus-server.h [new file with mode: 0644]
server/inc/dbus/dbus-service-adaptor.h [new file with mode: 0644]
server/inc/dbus/dbus-shop-adaptor.h [new file with mode: 0644]
server/inc/dbus/dbus-storage-adaptor.h [new file with mode: 0644]
server/inc/dbus/dbus-util.h [new file with mode: 0644]
server/inc/service-adaptor-auth.h [new file with mode: 0644]
server/inc/service-adaptor-contact.h [new file with mode: 0644]
server/inc/service-adaptor-log.h [new file with mode: 0644]
server/inc/service-adaptor-message.h [new file with mode: 0644]
server/inc/service-adaptor-plugin.h [new file with mode: 0644]
server/inc/service-adaptor-push.h [new file with mode: 0644]
server/inc/service-adaptor-shop.h [new file with mode: 0644]
server/inc/service-adaptor-storage.h [new file with mode: 0644]
server/inc/service-adaptor-type.h [new file with mode: 0644]
server/inc/service-adaptor.h [new file with mode: 0644]
server/inc/util/client_checker.h [new file with mode: 0644]
server/inc/util/ping_manager.h [new file with mode: 0644]
server/inc/util/service_file_manager.h [new file with mode: 0644]
server/src/dbus/dbus-auth-adaptor.c [new file with mode: 0644]
server/src/dbus/dbus-contact-adaptor.c [new file with mode: 0644]
server/src/dbus/dbus-ipc.c [new file with mode: 0644]
server/src/dbus/dbus-message-adaptor.c [new file with mode: 0644]
server/src/dbus/dbus-push-adaptor.c [new file with mode: 0644]
server/src/dbus/dbus-server.c [new file with mode: 0644]
server/src/dbus/dbus-service-adaptor.c [new file with mode: 0644]
server/src/dbus/dbus-shop-adaptor.c [new file with mode: 0644]
server/src/dbus/dbus-storage-adaptor.c [new file with mode: 0644]
server/src/dbus/dbus-util.c [new file with mode: 0644]
server/src/service-adaptor-auth.c [new file with mode: 0644]
server/src/service-adaptor-contact.c [new file with mode: 0644]
server/src/service-adaptor-message.c [new file with mode: 0644]
server/src/service-adaptor-plugin.c [new file with mode: 0644]
server/src/service-adaptor-push.c [new file with mode: 0644]
server/src/service-adaptor-shop.c [new file with mode: 0644]
server/src/service-adaptor-storage.c [new file with mode: 0644]
server/src/service-adaptor.c [new file with mode: 0644]
server/src/util/client_checker.c [new file with mode: 0644]
server/src/util/ping_manager.c [new file with mode: 0644]
server/src/util/service_file_manager.c [new file with mode: 0644]
service-adaptor.pc.in