Tizen 2.1 base
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:52:11 +0000 (01:52 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:52:11 +0000 (01:52 +0900)
commit4ffae3315a6206c95f813afcf5464cecb59669e5
treedaa5ecfb4d793ea61dfdf72f94a73f7574a129ef
parent507ffe2545a10c0ffaafd1f20cfe53540276576d
Tizen 2.1 base
58 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/tel-plugin-dbus-tapi.install.in [new file with mode: 0644]
introspection/call.xml [new file with mode: 0644]
introspection/convert_docbook_html.sh [new file with mode: 0755]
introspection/convert_gtkdoc.sh [new file with mode: 0755]
introspection/ex.xml [new file with mode: 0644]
introspection/gen.sh [new file with mode: 0755]
introspection/gps.xml [new file with mode: 0644]
introspection/manager.xml [new file with mode: 0644]
introspection/modem.xml [new file with mode: 0644]
introspection/network.xml [new file with mode: 0644]
introspection/phonebook.xml [new file with mode: 0644]
introspection/sap.xml [new file with mode: 0644]
introspection/sat.xml [new file with mode: 0644]
introspection/sim.xml [new file with mode: 0644]
introspection/sms.xml [new file with mode: 0644]
introspection/ss.xml [new file with mode: 0644]
packaging/0001-desc-dbus-create-interfaces-when-modem-is-added.patch [new file with mode: 0644]
packaging/0002-sms-PDU-Trace-enhancement.patch [new file with mode: 0644]
packaging/tel-plugin-dbus_tapi.spec [new file with mode: 0644]
res/tapi.conf [new file with mode: 0644]
src/call.c [new file with mode: 0644]
src/common.c [new file with mode: 0644]
src/common.h [new file with mode: 0644]
src/desc-dbus.c [new file with mode: 0644]
src/gps.c [new file with mode: 0644]
src/modem.c [new file with mode: 0644]
src/network.c [new file with mode: 0644]
src/phonebook.c [new file with mode: 0644]
src/sap.c [new file with mode: 0644]
src/sat.c [new file with mode: 0644]
src/sat_manager.c [new file with mode: 0644]
src/sat_manager.h [new file with mode: 0644]
src/sat_ui_support/TelCall.h [new file with mode: 0644]
src/sat_ui_support/TelDefines.h [new file with mode: 0644]
src/sat_ui_support/TelErr.h [new file with mode: 0644]
src/sat_ui_support/TelSat.h [new file with mode: 0644]
src/sat_ui_support/TelSatEnvelope.h [new file with mode: 0644]
src/sat_ui_support/TelSatObj.h [new file with mode: 0644]
src/sat_ui_support/TelSatProactvCmd.h [new file with mode: 0644]
src/sat_ui_support/TelSim.h [new file with mode: 0644]
src/sat_ui_support/TelSs.h [new file with mode: 0644]
src/sat_ui_support/sat_ui_support.c [new file with mode: 0644]
src/sat_ui_support/sat_ui_support.h [new file with mode: 0644]
src/sat_util.c [new file with mode: 0644]
src/sim.c [new file with mode: 0644]
src/sms.c [new file with mode: 0644]
src/ss.c [new file with mode: 0644]
tel-plugin-dbus_tapi.manifest [new file with mode: 0644]