Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.6
/
connman
/
e9efd7dd8e884bb730bceb1d101bf60aecb0b9ed
/
.
/
connman
/
src
/
genbuiltin
blob: 3e1bb0cc8c07b571dacf6e77c1e19824ca696b5f [
file
] [
log
] [
blame
]
#!/bin/sh
for
i
in
$
*
do
echo
"extern struct connman_plugin_desc __connman_builtin_$i;"
done
echo
echo
"static struct connman_plugin_desc *__connman_builtin[] = {"
for
i
in
$
*
do
echo
" &__connman_builtin_$i,"
done
echo
" NULL"
echo
"};"