Sync from SPIN branch 21/46921/2 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150903.053606 accepted/tizen/mobile/20151116.075011 accepted/tizen/tv/20150903.053718 accepted/tizen/tv/20151116.075017 accepted/tizen/wearable/20150903.053839 accepted/tizen/wearable/20151116.075029 submit/tizen/20150903.021205 submit/tizen/20151116.064413 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorWootak Jung <wootak.jung@samsung.com>
Thu, 27 Aug 2015 08:15:10 +0000 (17:15 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 2 Sep 2015 07:05:35 +0000 (16:05 +0900)
commit58fa69b5054bf5cc977ad149ebec91018a030f80
tree745fa6c5f8a6f8c6263f09feff5fad317fb852e5
parent0a0506161376bfe895b5522c6fc44cfaa0a9061d
Sync from SPIN branch

Change-Id: I57982c67256e54686498f61389d507ab79fb82b2
36 files changed:
CMakeLists.txt
include/co_call.h
include/co_context.h
include/co_network.h
include/co_sim.h
include/co_sms.h
include/communicator.h
include/server.h
include/storage.h
include/type/call.h
include/type/network.h
include/type/request.h
include/type/response.h
include/type/sat.h
include/type/sim.h
packaging/libtcore.spec
src/at.c
src/communicator.c
src/core_object/co_call.c [moved from src/co_call.c with 98% similarity]
src/core_object/co_context.c [moved from src/co_context.c with 97% similarity]
src/core_object/co_custom.c [moved from src/co_custom.c with 100% similarity]
src/core_object/co_gps.c [moved from src/co_gps.c with 100% similarity]
src/core_object/co_modem.c [moved from src/co_modem.c with 100% similarity]
src/core_object/co_network.c [moved from src/co_network.c with 99% similarity]
src/core_object/co_phonebook.c [moved from src/co_phonebook.c with 100% similarity]
src/core_object/co_ps.c [moved from src/co_ps.c with 98% similarity]
src/core_object/co_sap.c [moved from src/co_sap.c with 100% similarity]
src/core_object/co_sat.c [moved from src/co_sat.c with 100% similarity]
src/core_object/co_sim.c [moved from src/co_sim.c with 99% similarity]
src/core_object/co_sms.c [moved from src/co_sms.c with 100% similarity]
src/core_object/co_ss.c [moved from src/co_ss.c with 100% similarity]
src/core_object/core_object.c [moved from src/core_object.c with 100% similarity]
src/mux.c
src/server.c
src/storage.c
src/util.c