phoneplugins/hsdialerwidgetplugin/inc/hsdialerwidgetplugin.h
changeset 21 92ab7f8d0eab
child 22 6bb1b21d2484
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Homescreen widget plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef HSDIALERWIDGETPLUGIN_H
       
    20 #define HSDIALERWIDGETPLUGIN_H
       
    21 
       
    22 #include <QObject>
       
    23 #include <qserviceplugininterface.h>
       
    24 //#include <hstest_global.h>
       
    25 
       
    26 QTM_USE_NAMESPACE
       
    27 
       
    28 //HOMESCREEN_TEST_CLASS(TestDialerWidgetPlugin)
       
    29 
       
    30 /**
       
    31  * @ingroup group_hsdialerwidgetplugin
       
    32  * @brief Homescreen dialer widget plugin.
       
    33  *
       
    34  * This library includes homescreen dialer widget implemented by homescreen scrum team.
       
    35  * This plugin provides widgets that are described in the  hsdialerwidgetplugin.xml plugin
       
    36  * xml file. 
       
    37  *
       
    38  * @since S60 ?S60_version.
       
    39  */
       
    40 class HsDialerWidgetPlugin : public QObject, public QServicePluginInterface
       
    41 {
       
    42     Q_OBJECT
       
    43     Q_INTERFACES(QtMobility::QServicePluginInterface)
       
    44 
       
    45 public:
       
    46     QObject *createInstance(const QServiceInterfaceDescriptor &descriptor,
       
    47                             QServiceContext *context,
       
    48                             QAbstractSecuritySession *session);
       
    49 
       
    50 //HOMESCREEN_TEST_FRIEND_CLASS(TestDialerWidgetPlugin)
       
    51 };
       
    52 
       
    53 #endif //HSDIALERWIDGETPLUGIN_H