Because now mainly responsible for modem (CP), AP-side related code porting, now do a porting directory related collation, for future reference.
The new project needs to porting some necessary QMI interfaces, the related code of common at commands, the configuration of RF, etc.
1 QMI Interface:
CP End: modem_proc/mmcp/mmode/qmi/~
Qmi_voice.c
Qmi_voice.h
Qmi_voice_cm_if.c
Qmi_voice_cm_if.h
modem_proc/qmimsgs/voice/api/~
Voice_service_v02.h
~
AP Side (RIL): vendor/qcom/proprietary/qcril/qcril_qmi/~
Qcril_other.c
Qcril_qmi_voice.c
Qcril_qmi_*.*
Qcrili.h
~
vendor/qcom/proprietary/qcril_qmi_service/~
Voice_service_v02.c
Voice_service_v02.h
~
vendor/qcom/proprietary/qcriloemhook/~
Iqcrilhook.java
Qcrilhook.java
Qcrilhookcallback.java
~
2 at command, NV Read and write:
Modem (CP) end
modem_proc/datamodem/interface/atcop/~
~~~
AP Side
Vendor/qcom/proprietary/telephony-apps/atfwd_daemon
Atfwd_daemon.c
Vendor/qcom/proprietary/telephony-apps/atfwd
~~~~
3 RF:
Modem_proc/rfc_thor/rf_card
Modem_proc/rfdevice_asm
Modem_proc/rfdevice_pa
~~
Summary of incomplete, learning phase, slowly add.