summaryrefslogtreecommitdiff
path: root/src/plugins/broadmobi
Commit message (Collapse)AuthorAgeFilesLines
* broadmobi: no real requirement for QCDMAleksander Morgado2023-03-271-1/+1
| | | | | | The supported broadmobi modules are usually QMI based and therefore very new, there is no real requirement to support QCDM based management.
* plugins: setup new helper macros to define pluginsAleksander Morgado2023-01-032-47/+5
| | | | | We also remove the plugin headers completely as they are not really required anywhere.
* build: move plugins directory to src/pluginsAleksander Morgado2023-01-033-0/+151
We are going to allow including the plugin sources built within the ModemManager daemon binary; moving the sources within the daemon sources directory makes it easier.