upload tizen1.0 source
authorKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 08:02:03 +0000 (17:02 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Sun, 29 Apr 2012 08:02:03 +0000 (17:02 +0900)
commit203e7a2f6030315093a712f2d47533119ff40b14
tree47d5869136e347c544410409946657182cb99166
parent641f45243a91c7b7f64c973cf7259ff6b7eb0dbc
upload tizen1.0 source
58 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
common/include/sipc.h [new file with mode: 0644]
common/include/sipc_common.h [new file with mode: 0644]
common/include/sipc_log.h [new file with mode: 0644]
common/include/sipc_type.h [new file with mode: 0644]
common/include/tapi_common.h [new file with mode: 0644]
common/include/tapi_type.h [new file with mode: 0644]
common/src/sipc_channel.c [new file with mode: 0644]
common/src/sipc_marshal.c [new file with mode: 0644]
common/src/sipc_server.c [new file with mode: 0644]
libclient/CMakeLists.txt [new file with mode: 0644]
libclient/debian/changelog [new file with mode: 0644]
libclient/debian/compat [new file with mode: 0644]
libclient/debian/control [new file with mode: 0644]
libclient/debian/copyright [new file with mode: 0644]
libclient/debian/dirs [new file with mode: 0644]
libclient/debian/docs [new file with mode: 0644]
libclient/debian/libsocket-comm-client-0.install.in [new file with mode: 0644]
libclient/debian/libsocket-comm-client-dev.install.in [new file with mode: 0644]
libclient/debian/rules [new file with mode: 0755]
libclient/include/tapi_sipc.h [new file with mode: 0644]
libclient/libsocket-comm-client.pc.in [new file with mode: 0644]
libclient/src/tapi_common_sipc.c [new file with mode: 0644]
libclient/src/tapi_common_sipc.h [new file with mode: 0644]
libclient/src/tapi_log.h [new file with mode: 0644]
libclient/src/tapi_sipc.c [new file with mode: 0644]
packaging/tel-plugin-socket_communicator.spec [new file with mode: 0644]
packaging/unused [new file with mode: 0644]
plugin/CMakeLists.txt [new file with mode: 0644]
plugin/debian/changelog [new file with mode: 0644]
plugin/debian/compat [new file with mode: 0644]
plugin/debian/control [new file with mode: 0644]
plugin/debian/copyright [new file with mode: 0644]
plugin/debian/dirs [new file with mode: 0644]
plugin/debian/docs [new file with mode: 0644]
plugin/debian/rules [new file with mode: 0755]
plugin/debian/tel-plugin-socket-communicator.install.in [new file with mode: 0644]
plugin/src/desc-sipc.c [new file with mode: 0644]
plugin/src/module_req.h [new file with mode: 0644]
plugin/src/socket_call.c [new file with mode: 0644]
plugin/src/socket_custom.c [new file with mode: 0644]
plugin/src/socket_network.c [new file with mode: 0644]
plugin/src/socket_pb.c [new file with mode: 0644]
plugin/src/socket_ps.c [new file with mode: 0644]
plugin/src/socket_sap.c [new file with mode: 0644]
plugin/src/socket_sim.c [new file with mode: 0644]
plugin/src/socket_sms.c [new file with mode: 0644]
test/Makefile [new file with mode: 0644]
test/custom.c [new file with mode: 0644]
test/gprs.c [new file with mode: 0644]
test/main.c [new file with mode: 0644]
test/menu.c [new file with mode: 0644]
test/menu.h [new file with mode: 0644]
test/modem.c [new file with mode: 0644]
test/network.c [new file with mode: 0644]
test/noti.h [new file with mode: 0644]