release tizen_2.0 beta
authorKyeongchul Kim <kyeongchul.kim@samsung.com>
Tue, 21 Aug 2012 13:32:28 +0000 (22:32 +0900)
committerKyeongchul Kim <kyeongchul.kim@samsung.com>
Tue, 21 Aug 2012 13:34:38 +0000 (22:34 +0900)
commit96d393ae160d573d99080b23c10a8f4dfb99b6c7
tree8028befa4b7477bd4458fd53eae66ae1ebfb7ed1
parent5e4c849062935d9be57542e23aa579f80dae1603
release tizen_2.0 beta
Change-Id: I57de7ceb298791f1f58f9c65355d1a014ff89ff3
61 files changed:
CMakeLists.txt
debian/changelog
include/at.h [new file with mode: 0644]
include/co_call.h
include/co_context.h
include/co_gps.h [new file with mode: 0644]
include/co_modem.h
include/co_network.h
include/co_phonebook.h
include/co_ps.h
include/co_sap.h
include/co_sat.h
include/co_sim.h
include/co_sms.h
include/co_ss.h
include/core_object.h
include/hal.h
include/log.h
include/plugin.h
include/queue.h
include/server.h
include/tcore.h
include/type/call.h
include/type/common.h
include/type/gps.h [new file with mode: 0755]
include/type/modem.h
include/type/network.h
include/type/notification.h
include/type/phonebook.h
include/type/ps.h
include/type/request.h
include/type/response.h
include/type/sat.h
include/type/sim.h
include/type/sms.h
include/udev.h [new file with mode: 0644]
include/user_request.h
include/util.h
packaging/libtcore.spec
src/at.c [new file with mode: 0644]
src/co_call.c
src/co_context.c
src/co_gps.c [new file with mode: 0755]
src/co_modem.c
src/co_network.c
src/co_phonebook.c
src/co_ps.c
src/co_sap.c
src/co_sat.c
src/co_sim.c
src/co_sms.c
src/co_ss.c
src/core_object.c
src/hal.c
src/plugin.c
src/queue.c
src/server.c
src/udev.c [new file with mode: 0644]
src/user_request.c
src/util.c
tcore.pc.in