Added dummy config.h header to satisfy dependencies in generated code.
authorOssama Othman <ossama.othman@intel.com>
Wed, 9 Oct 2013 17:34:44 +0000 (10:34 -0700)
committerOssama Othman <ossama.othman@intel.com>
Wed, 9 Oct 2013 17:34:44 +0000 (10:34 -0700)
Change-Id: I3e0b871ebc5b280f7f3a1f92154ea947f35db0cb
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
.gitignore
plugins/connman/config.h [new file with mode: 0644]

index 6d23065..08376aa 100644 (file)
@@ -27,7 +27,7 @@ etc/settingsd.conf
 src/settingsd
 tests/settings_test
 config.*
-!src/config.h
+!plugins/connman/config.h
 !packaging/settingsd.socket
 *.tar.*
 docs
diff --git a/plugins/connman/config.h b/plugins/connman/config.h
new file mode 100644 (file)
index 0000000..ca39022
--- /dev/null
@@ -0,0 +1,32 @@
+/**
+ * @file config.h
+ *
+ * @brief Dummy config header.
+ *
+ * This dummy configuration header merely exists to satisfy a
+ * dependency in glue code generated by @c gdbus-codegen.  None of the
+ * preprocessor symbol definitions generated by the configure script
+ * are needed by the generated glue code.
+ *
+ * @author Ossama Othman @<ossama.othman@@intel.com@>
+ *
+ * @copyright @par
+ * Copyright 2013 Intel Corporation All Rights Reserved.
+ * @par
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation;
+ * version 2.1 of the License.
+ * @par
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ * @par
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA  02110-1301  USA
+ *
+ * @note This header is internal.
+ */