summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-08-24Convert to fully non-recursive build systemMarcel Holtmann1-26/+0
2009-08-24Fix broken dependency on include/ofono/*.h filesRĂ©mi Denis-Courmont1-7/+9
The fact that the directory exists does not prove that (all of) the header file symbolic links have been created. This is particularly annoying when a new header file gets added.
2009-08-20Break out device info into a separate driverDenis Kenzior1-1/+1
The modem info ops (Serial, Manufacturer, etc) are broken into a separate oFono atom. This is mainly to support a proper modem device driver infrastructure. As a result the data structures have been tweaked a little. driver.h is now empty and has been removed.
2009-08-19Evolve the voicecall driverDenis Kenzior1-1/+1
2009-08-19Evolve the netreg driverDenis Kenzior1-1/+2
2009-08-19Evolve message waiting low level APIDenis Kenzior1-1/+1
2009-08-19Evolve SIM driverDenis Kenzior1-1/+1
2009-08-19Evolve SMS driver APIDenis Kenzior1-1/+1
2009-08-17Evolve the USSD APIDenis Kenzior1-1/+1
2009-08-14Refactor cssn into ofono_ssnDenis Kenzior1-1/+2
Make this into a fully fledged entity, with a driver instead of the current kludge. This means modem drivers can actually choose whether to instantiate a CSSN atom or not Move the notification functions from voicecall.c into ssn.c. Move the cssn.h header into include/ssn.h and refactor Update call barring to utilize ofono_ssn and use the new atom_watch functionality to detect when ssn has been added or removed
2009-08-14Evolve the phonebook driverDenis Kenzior1-1/+1
2009-08-14Evolve call settings driverDenis Kenzior1-1/+1
2009-08-14Evolve the call meter driver APIDenis Kenzior1-1/+2
2009-08-14Evolve the call-forwarding driverDenis Kenzior1-1/+1
2009-08-14Evolve the call-barring driverDenis Kenzior1-1/+1
- Move call barring related functionality out of driver.h into a dedicated file, call-barring.h - Update to use the new atom framework - Remove over-reliance on the modem structure, call-barring structure should now be used instead whenever possible
2009-08-13Move certain parts of driver.h to types.hDenis Kenzior1-1/+2
2009-07-29Rename modem_add_interface / modem_remove_interfaceDenis Kenzior1-1/+1
Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h
2009-07-29Add new ofono/dbus.h headerDenis Kenzior1-1/+1
2009-06-17Add call-history driver typeDenis Kenzior1-1/+1
2009-04-26Add plugin support infrastructureMarcel Holtmann1-1/+5
2009-04-26Add skeleton for telephony daemonMarcel Holtmann1-0/+14
2009-04-26Add directories for source code, header files and pluginsMarcel Holtmann1-0/+2