summaryrefslogtreecommitdiffstats
path: root/tools/qmi.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-05-27 14:52:43 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-05-27 14:52:43 +0200
commitd1c9cac6beb88ff5e59d6d471280edac20d4d996 (patch)
tree3bd47a6455ea5cdab8d89d6f260693dfd3670077 /tools/qmi.c
parent09194a1da533675e1d60508d7b70fd779f9b3126 (diff)
downloadofono-d1c9cac6beb88ff5e59d6d471280edac20d4d996.tar.bz2
build: Add skeleton for QMI utility
Diffstat (limited to 'tools/qmi.c')
-rw-r--r--tools/qmi.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/tools/qmi.c b/tools/qmi.c
new file mode 100644
index 00000000..cb4ceb00
--- /dev/null
+++ b/tools/qmi.c
@@ -0,0 +1,29 @@
+/*
+ *
+ * oFono - Open Source Telephony
+ *
+ * Copyright (C) 2008-2011 Intel Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+int main(int argc, char **argv)
+{
+ return 0;
+}