From 4aee8d325ccfe748463485d7354ecf15b43b001c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 1 Oct 2008 13:03:56 +0200 Subject: Add skeleton for Maemo telephony driver --- audio/Makefile.am | 2 +- audio/telephony-maemo.c | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 audio/telephony-maemo.c diff --git a/audio/Makefile.am b/audio/Makefile.am index 543fa955..43030b8f 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -61,7 +61,7 @@ CLEANFILES = $(BUILT_SOURCES) INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src -EXTRA_DIST = audio.conf asound.conf telephony-dummy.c +EXTRA_DIST = audio.conf asound.conf telephony-dummy.c telephony-maemo.c MAINTAINERCLEANFILES = Makefile.in diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c new file mode 100644 index 00000000..dea5d0d3 --- /dev/null +++ b/audio/telephony-maemo.c @@ -0,0 +1,27 @@ +/* + * + * BlueZ - Bluetooth protocol stack for Linux + * + * Copyright (C) 2006-2007 Nokia Corporation + * Copyright (C) 2004-2008 Marcel Holtmann + * + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * 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 +#endif -- cgit