libril ---> Modem hardware specific layer. Here one has to implement
ril.h commands.
reference-ril implementation is example of libril which can be used if
modem have serial interface (may be pseudo also) and understands AT
commands (TS 27.007 standard). You may change the name to ... but not
needed...
Check for init.rc OR init.ril script where modem serial interface is
mentioned.(something like tty...)
ril daemon (rild) is hardware agnostic layer which should be left
unchanged...
On Dec 31 2008, 12:10 pm, "Nimit Manglick" <
nimitandr...@gmail.com>
wrote: