Commit Graph

10 Commits

Author SHA1 Message Date
e29eaa45e8 Makefile don't meddle with debian folder 2025-10-17 22:40:24 +08:00
Marius Gripsgard
cd40ce7466 Makefile: allow building against an oFono variant 2025-10-17 22:38:27 +08:00
TheKit
f1bc06ee38 Makefile: do not remove debian/*.install during clean step 2025-10-17 22:38:27 +08:00
Slava Monich
1ca4036fca [ofono-binder] Add support for network scan API. JB#58746
It doesn't seem to work reliably on all supported devices and
currently only used a fallback if getAvailableNetworks is not
supported.
2022-11-23 16:34:58 +02:00
Slava Monich
3dbe2e31ce [build] Make sure strip is defined 2022-04-21 18:39:10 +03:00
Slava Monich
040f3ba35f [ext] Debian packaging for libofonobinderpluginext. JB#57495
For unit-testing extensions
2022-04-03 21:26:34 +03:00
Slava Monich
977737142f [ofono-binder] Support for plugin extensions. JB#57495
This adds libofonobinderpluginext.so library which defines interfaces
and provides the mechanism for registering extensions.

The only interface defined so far is BinderExtImsSmsInterface
2022-03-10 03:43:40 +02:00
Slava Monich
e7225edc21 [ofono-binder] Added IMS state registration tracker object. JB#57425
IMS registration state will be needed in many places where we need
to make a decision based on the IMS registration state.
2022-02-17 19:34:13 +02:00
Slava Monich
acae089c5a [ofono-binder] Added ofono_ims_driver. JB#57408 2022-02-12 21:28:37 +02:00
Slava Monich
e6f22b3502 [ofono-binder] Initial implementation. JB#55524
The logic is based on ofono-ril-plugin. Only interfaces up to and
including IRadio@1.2 are fully supported, although bits and pieces
of IRadio@1.4 are already there. Full support for IRadio@1.4 will
be added later as a separate task.

For now, only the standard (as in "defined by Google") IRadio
interfaces are used. Support for vendor-specific extensions is
planned and will be added later.
2022-01-26 15:17:50 +02:00