equal
deleted
inserted
replaced
|
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: |
|
15 # |
|
16 |
|
17 TEMPLATE = lib |
|
18 CONFIG += hb qt ecomplugin |
|
19 TARGET = mpsettingsviewplugin |
|
20 symbian: { |
|
21 TARGET.UID3 = 0x10207C66 |
|
22 TARGET.CAPABILITY = All -TCB |
|
23 TARGET.EPOCALLOWDLLDATA = 1 |
|
24 MMP_RULES += SMPSAFE |
|
25 } |
|
26 |
|
27 SERVICE.INTERFACE_NAME = org.nokia.mmdt.MpxViewPlugin/1.0 |
|
28 SERVICE.CONFIGURATION = "<t>0x101FFCA2</t><i>EMPXViewPluginPriorityLowest</i>" |
|
29 |
|
30 DEPENDPATH += . |
|
31 INCLUDEPATH += . \ |
|
32 inc \ |
|
33 ../../inc |
|
34 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
35 |
|
36 LIBS += -lmpxplaybackutility \ |
|
37 -lestor \ |
|
38 -lmpxviewframeworkqt \ |
|
39 -lmpengine |
|
40 |
|
41 # Input |
|
42 HEADERS += ../../inc/mpviewbase.h \ |
|
43 inc/mpsettingsviewplugin.h \ |
|
44 inc/mpsettingsview.h \ |
|
45 inc/mpsettingsaudioeffectswidget.h |
|
46 |
|
47 SOURCES += src/mpsettingsviewplugin.cpp \ |
|
48 src/mpsettingsview.cpp \ |
|
49 src/mpsettingsaudioeffectswidget.cpp |
|
50 |
|
51 RESOURCES += resources/mpsettingsview.qrc |
|
52 |
|
53 DOCML += resources/settingsview.docml |