/****************************************************************************
**
** Copyright (C) 2000-$THISYEAR$ $TROLLTECH$. All rights reserved.
**
** This file is part of the $MODULE$ of the Qtopia Toolkit.
**
** $TROLLTECH_DUAL_LICENSE$
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
#ifndef BRCM1103SCREENDRIVERPLUGIN_H
#define BRCM1103SCREENDRIVERPLUGIN_H
#include <QScreenDriverPlugin>
class Brcm1103ScreenDriverPlugin : public QScreenDriverPlugin {
Q_OBJECT
public:
Brcm1103ScreenDriverPlugin( QObject *parent = 0 );
~Brcm1103ScreenDriverPlugin();
QScreen* create(const QString& key, int displayId);
QStringList keys() const;
};
#endif // BRCM1103SCREENDRIVERPLUGIN_H