diff -r 8192e5b5c935 -r c163ef0b758d musicwidgetplugin/musicwidgetplugin.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/musicwidgetplugin/musicwidgetplugin.pro Fri Jun 11 13:36:36 2010 +0300 @@ -0,0 +1,60 @@ +# +# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). +# All rights reserved. +# This component and the accompanying materials are made available +# under the terms of "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Nokia Corporation - initial contribution. +# +# Contributors: +# +# Music Player home screen widget +# + +TEMPLATE = lib +CONFIG += plugin mobility hb +MOBILITY = serviceframework + +LIBS += -lhswidgetmodel +LIBS += -lxqservice +LIBS += -lxqserviceutil +LIBS += -lmpengine +LIBS += -lmpdata + +INCLUDEPATH += ./inc +INCLUDEPATH += ../inc + +HEADERS += ./inc/*.h +SOURCES += ./src/*.cpp + + +RESOURCES = resource/musicwidgetui.qrc + +UID = 200286FA + +symbian:include(./rom/rom.pri) + +symbian: { + + DESTDIR = $${PRIVATE}/private/20022F35/import/widgetregistry/$${UID} + INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE + + TARGET.UID3 = 0x$${UID} + TARGET.EPOCALLOWDLLDATA=1 + TARGET.CAPABILITY = ALL -TCB + #TRANSLATIONS += musicwidgetplugin.ts + + plugins.path = $${DESTDIR} + plugins.sources = $${TARGET}.dll + + widgetResources.path = $${DESTDIR} + widgetResources.sources += resource/$${TARGET}.xml + widgetResources.sources += resource/$${TARGET}.manifest + widgetResources.sources += resource/musicwidgeticon.png + + DEPLOYMENT += plugins \ + widgetResources +} \ No newline at end of file