From de20c0fd9df84ec55408fceb3df416e45e1df7d5 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Wed, 27 Apr 2005 17:36:57 +0000 Subject: add hotplug-qcop skeleton --- diff --git a/config.in b/config.in index e5374fb..61107e7 100644 --- a/config.in +++ b/config.in @@ -197,6 +197,7 @@ menu "Base" source core/opie-login/config.in source core/opiealarm/config.in source core/tools/quicklauncher/config.in + source core/tools/hotplug-qcop/config.in source core/launcher/config.in source core/symlinker/config.in endmenu diff --git a/core/tools/hotplug-qcop/config.in b/core/tools/hotplug-qcop/config.in new file mode 100644 index 0000000..79abb6a --- a/dev/null +++ b/core/tools/hotplug-qcop/config.in @@ -0,0 +1,5 @@ + config HOTPLUG_QCOP + boolean "The HotPlug -> QCop Event Bridge" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) + diff --git a/core/tools/hotplug-qcop/hotplug-qcop.pro b/core/tools/hotplug-qcop/hotplug-qcop.pro new file mode 100644 index 0000000..4ab7e03 --- a/dev/null +++ b/core/tools/hotplug-qcop/hotplug-qcop.pro @@ -0,0 +1,16 @@ +TEMPLATE = app +CONFIG += qt warn_on +DESTDIR = $(OPIEDIR)/bin + +HEADERS = +SOURCES = main.cpp +INTERFACES = + +INCLUDEPATH += $(OPIEDIR)/include +LIBS += -lqpe + +TARGET = hotplug-qcop +VERSION = 0.0.0 +AUTHOR = Michael 'Mickey' Lauer + +include( $(OPIEDIR)/include.pro ) diff --git a/core/tools/hotplug-qcop/main.cpp b/core/tools/hotplug-qcop/main.cpp new file mode 100644 index 0000000..bd5431d --- a/dev/null +++ b/core/tools/hotplug-qcop/main.cpp @@ -0,0 +1,45 @@ +/* + This file is part of the Opie Project + (C) 2005 Michael 'Mickey' Lauer + =. + .=l. +           .>+-= + _;:,     .>    :=|. This program is free software; you can +.> <`_,   >  .   <= redistribute it and/or modify it under +:`=1 )Y*s>-.--   : the terms of the GNU General Public +.="- .-=="i,     .._ License as published by the Free Software + - .   .-<_>     .<> Foundation; version 2 of the License. +     ._= =}       : +    .%`+i>       _;_. +    .i_,=:_.      -`: PARTICULAR PURPOSE. See the GNU +..}^=.=       =       ; Library General Public License for more +++=   -.     .`     .: details. + :     =  ...= . :.=- + -.   .:....=;==+<; You should have received a copy of the GNU +  -_. . .   )=.  = Library General Public License along with +    --        :-=` this library; see the file COPYING.LIB. + If not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. +*/ + +/* OPIE */ +#include + +/* QT */ +#include + +/* STD */ +#include + +int main( int argc, char** argv ) +{ + qDebug( "NOTE: hotplug-qcop started" ); + qDebug( "... now doing something meaningful ..." ); + qDebug( "NOTE: hotplug-qcop ended" ); + return 0; +} diff --git a/packages b/packages index e440cdb..40a7125 100644 --- a/packages +++ b/packages @@ -68,6 +68,7 @@ CONFIG_GUTENBROWSER noncore/apps/opie-gutenbrowser opie-gutenbrowser.pro CONFIG_HANDWRITING inputmethods/handwriting handwriting.pro CONFIG_HELPBROWSER core/apps/helpbrowser helpbrowser.pro CONFIG_HOMEAPPLET core/applets/homeapplet homeapplet.pro +CONFIG_HOTPLUG_QCOP core/tools/hotplug-qcop hotplug-qcop.pro CONFIG_INTERFACES noncore/settings/networksettings/interfaces interfaces.pro CONFIG_IRDAAPPLET core/applets/irdaapplet irdaapplet.pro CONFIG_JUMPX inputmethods/jumpx jumpx.pro -- cgit v0.9.0.2