Sign in
nest-open-source
/
nest-learning-thermostat
/
6.0
/
connman
/
ede3d49e78d3a6cc3ddcc8de6df88164214a6afa
/
.
/
src
/
genbuiltin
blob: 3e1bb0cc8c07b571dacf6e77c1e19824ca696b5f [
file
]
#!/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
"};"