Initial import of cleaned Calls working tree

This commit is contained in:
Bob Ham
2018-05-17 14:16:51 +01:00
commit 07eb23da0f
54 changed files with 6539 additions and 0 deletions

18
libgdbofono/gen.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/bin/sh
#set -x
#echo "$@"
INPUT="$1"
OUTPUT0="$2"
BASENAME="$( basename "$INPUT" .xml )"
WD="$PWD"
DIR="$( dirname "$OUTPUT0" )"
cd "$DIR"
gdbus-codegen \
--generate-c-code "gdbo-${BASENAME}" \
--c-namespace GDBO \
--interface-prefix org.ofono. \
"${WD}/${INPUT}"