src: add helper functions for reading config files

This commit is contained in:
Arnaud Ferraris
2021-10-04 19:29:49 +02:00
parent 8ae79fa34c
commit 55ed2dc39c
4 changed files with 116 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ subdir('libgdbofono')
src = [
'at.c', 'at.h',
'config.c', 'config.h',
'gpio.c', 'gpio.h',
'manager.c', 'manager.h',
'ofono-iface.c', 'ofono-iface.h',