Parent: a4d3df2ea53a2d9c5669a03708071a6fcbbeec9c
Author: Luiz Augusto von Dentz <luiz.dentz@openbossa.org>
Committer: Marcel Holtmann <marcel@holtmann.org>
Date: 2012-12-04 23:48:04
Tree: 5e10f03fbb1a99ca107dfe90a7558af3884ea68d
obexd: Introduce service drivers and move command code from core to plugins. Service driver should make possible to implement any service outside of the core mantaining it lean.
Diffstat
| M | obexd/plugins/ebook.c | | | 742 | ++++++++++++++++++++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| M | obexd/plugins/filesystem.c | | | 3 | ++- |
| R | obexd/plugins/ftp.c | | | 139 | ++++++++++++++++++++++++++++++++++++++++- - - - |
| R | obexd/plugins/opp.c | | | 81 | ++++++++++++++++++++++++++++++++++++++++- - - |
| M | obexd/src/bluetooth.c | | | 35 | +++++++++++++++++++++- - - - - - - - - - - - - - |
| M | obexd/src/bluetooth.h | | | 3 | +- - |
| M | obexd/src/main.c | | | 21 | ++++++++++- - - - - - - - - - - |
| M | obexd/src/manager.c | | | 246 | ++++++++++++++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| M | obexd/src/obex.c | | | 129 | ++++++++++++++++++++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| M | obexd/src/obex.h | | | 38 | ++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| D | obexd/src/pbap.c | | | 528 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| D | obexd/src/phonebook.c | | | 171 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| D | obexd/src/phonebook.h | | | 86 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| A | obexd/src/service.c | | | 106 | ++++++++++++++++++++++++++++++++++++++++ |
| A | obexd/src/service.h | | | 40 | ++++++++++++++++++++++++++++++++++++++++ |
17 files changed, 1561 insertions(+), 1777 deletions(-)