Tizen 2.1 base
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:52:13 +0000 (01:52 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:52:13 +0000 (01:52 +0900)
commit3f20c7dd87e545768faacdfc7ffe80f59e8978fb
treedf9e59faf560ca89aa13d2b53ada87b354008afd
parent49f2e1cb575999e49ef07d427d60b6a83fb3e0a4
Tizen 2.1 base
67 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile.manual [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-imc.install.in [new file with mode: 0644]
debian/tel-plugin-imc.postinst [new file with mode: 0755]
include/common/TelErr.h [new file with mode: 0644]
include/s_call.h [new file with mode: 0644]
include/s_common.h [new file with mode: 0644]
include/s_dispatch.h [new file with mode: 0644]
include/s_gps.h [new file with mode: 0644]
include/s_modem.h [new file with mode: 0644]
include/s_network.h [new file with mode: 0644]
include/s_phonebook.h [new file with mode: 0644]
include/s_ps.h [new file with mode: 0644]
include/s_sap.h [new file with mode: 0644]
include/s_sat.h [new file with mode: 0644]
include/s_sim.h [new file with mode: 0644]
include/s_sms.h [new file with mode: 0644]
include/s_ss.h [new file with mode: 0644]
packaging/0001-desc-CP-name-is-imc-pr3-for-Intel-device.patch [new file with mode: 0644]
packaging/0002-s_modem-CGMR-response-parsing-is-compatible-with-IMC.patch [new file with mode: 0644]
packaging/0003-s-modem-Cleanup.patch [new file with mode: 0644]
packaging/0004-s-modem-Add-notification-hook-for-SIM-status.patch [new file with mode: 0644]
packaging/0005-s-sim-Query-SIM-state-when-modem-is-powered-up.patch [new file with mode: 0644]
packaging/0006-common-Fix-warning-errors.patch [new file with mode: 0644]
packaging/0007-s_sim-Get-the-SIM-type-when-SIM-is-ready.patch [new file with mode: 0644]
packaging/0008-Fix-SCA-service-center-address-length-checking-error.patch [new file with mode: 0644]
packaging/0009-s_modem-Add-XGENDATA-query-to-get-firmware-informati.patch [new file with mode: 0644]
packaging/0010-s_sim-Extend-XSIMSTATE-parsing-to-get-SMS-service-st.patch [new file with mode: 0644]
packaging/0011-set-modem-power-saving-mode.patch [new file with mode: 0644]
packaging/0012-Fix-EFsmsp-size-error.patch [new file with mode: 0644]
packaging/0013-s_call-use-hal-set-sound-path-function.patch [new file with mode: 0644]
packaging/0014-Add-core-objects-and-link-them-to-HAL.patch [new file with mode: 0644]
packaging/0015-Change-the-way-imc-plugin-is-initialized.patch [new file with mode: 0644]
packaging/0016-s_ps-Remove-plateform-dependencies-to-setup-pdp-cont.patch [new file with mode: 0644]
packaging/0017-Fix-the-issue-that-system-is-waken-up-by-modem-frequ.patch [new file with mode: 0644]
packaging/0018-Configure-modem-I2s1-to-8khz-mono-if-routing-to-blue.patch [new file with mode: 0644]
packaging/0019-s_sat.c-Fix-envelope-cmd-and-enable-Setup-Event-List.patch [new file with mode: 0644]
packaging/0020-s_sim.c-Fix-get-lock-info.patch [new file with mode: 0644]
packaging/0021-s_sim-Fix-multiple-sim-facility-status-query.patch [new file with mode: 0644]
packaging/0023-s_network.c-By-default-display-the-plmn-in-case-SPN-.patch [new file with mode: 0644]
packaging/0024-Use-plugin-mfld-blackbay.patch [new file with mode: 0644]
packaging/tel-plugin-imc.spec [new file with mode: 0644]
res/convert_to_sql.c [new file with mode: 0644]
res/wiki_mcc_mnc_oper_list.csv [new file with mode: 0644]
res/wiki_mcc_mnc_oper_list.db [new file with mode: 0644]
res/wiki_mcc_mnc_oper_list.sql [new file with mode: 0644]
src/desc.c [new file with mode: 0644]
src/s_call.c [new file with mode: 0644]
src/s_common.c [new file with mode: 0644]
src/s_modem.c [new file with mode: 0644]
src/s_network.c [new file with mode: 0644]
src/s_phonebook.c [new file with mode: 0644]
src/s_ps.c [new file with mode: 0644]
src/s_sap.c [new file with mode: 0644]
src/s_sat.c [new file with mode: 0644]
src/s_sim.c [new file with mode: 0644]
src/s_sms.c [new file with mode: 0644]
src/s_ss.c [new file with mode: 0644]
tel-plugin-imc.manifest [new file with mode: 0644]