|
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 symbian:TARGET.UID3 = 0x10207C66 |
|
18 |
|
19 TEMPLATE = lib |
|
20 CONFIG += hb qt ecomplugin |
|
21 TARGET = mpsettingsviewplugin |
|
22 |
|
23 SERVICE.INTERFACE_NAME = org.nokia.mmdt.MpxViewPlugin/1.0 |
|
24 SERVICE.CONFIGURATION = "<t>0x101FFCA2</t><i>EMPXViewPluginPriorityLowest</i>" |
|
25 |
|
26 TARGET.CAPABILITY = All -TCB |
|
27 |
|
28 DEPENDPATH += . |
|
29 INCLUDEPATH += . \ |
|
30 inc \ |
|
31 ../../inc \ |
|
32 ../../mpserviceplugins/inc |
|
33 |
|
34 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
35 |
|
36 LIBS += -lmpxplaybackutility.dll \ |
|
37 -lestor.dll \ |
|
38 -lmpxviewframeworkqt.dll |
|
39 |
|
40 symbian:TARGET.EPOCALLOWDLLDATA = 1 |
|
41 |
|
42 HEADERS += inc/mpsettingsviewplugin.h \ |
|
43 inc/mpsettingsview.h \ |
|
44 inc/mpsettingsaudioeffectswidget.h \ |
|
45 inc/mpmpxasframeworkwrapper.h \ |
|
46 inc/mpmpxasframeworkwrapper_p.h |
|
47 |
|
48 |
|
49 SOURCES += src/mpsettingsviewplugin.cpp \ |
|
50 src/mpsettingsview.cpp \ |
|
51 src/mpsettingsaudioeffectswidget.cpp \ |
|
52 src/mpmpxasframeworkwrapper.cpp \ |
|
53 src/mpmpxasframeworkwrapper_p.cpp |
|
54 |
|
55 |
|
56 RESOURCES += resources/mpsettingsview.qrc |
|
57 |