|
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 TARGET = $$qtLibraryTarget(unimmsdataplugin) |
|
19 |
|
20 TARGET.CAPABILITY = All -TCB |
|
21 TARGET.EPOCALLOWDLLDATA = 1 |
|
22 |
|
23 #UID 3 |
|
24 TARGET.UID3 = 0xE01F5465 #need to get a uid |
|
25 |
|
26 DEPENDPATH += . inc src |
|
27 |
|
28 INCLUDEPATH += ./inc |
|
29 INCLUDEPATH += ../../../unieditorutils/unieditorutils/inc |
|
30 INCLUDEPATH += ../../../../../inc |
|
31 INCLUDEPATH += ../../../../mmsengine/mmsmessage/inc |
|
32 INCLUDEPATH += ../../unidatamodel/inc |
|
33 INCLUDEPATH += ../../../../mmsengine/inc |
|
34 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
35 |
|
36 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
|
37 |
|
38 CONFIG += plugin |
|
39 |
|
40 # Input |
|
41 HEADERS += inc/unimmsdataplugin.h \ |
|
42 inc/unimmsdataplugin_p.h |
|
43 |
|
44 |
|
45 |
|
46 SOURCES += src/unimmsdataplugin.cpp \ |
|
47 src/unimmsdataplugin_p.cpp |
|
48 |
|
49 # Build.inf rules |
|
50 BLD_INF_RULES.prj_exports += \ |
|
51 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
52 "rom/unimmsdataplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unimmsdataplugin.iby)" \ |
|
53 |
|
54 |
|
55 LIBS += -leuser \ |
|
56 -lbafl \ |
|
57 -lestor \ |
|
58 -lconvergedmessageutils\ |
|
59 -lmsgs \ |
|
60 -letext \ |
|
61 -lmmscli \ |
|
62 -lefsrv \ |
|
63 -lmmsmessage \ |
|
64 -leditorgenutils \ |
|
65 -lunidatamodel \ |
|
66 -lmmsserversettings \ |
|
67 -lmsgmedia \ |
|
68 -leikctl \ |
|
69 -lxqutils |
|
70 |
|
71 # plugin stub deployment |
|
72 plugin.sources = unimmsdataplugin.dll |
|
73 plugin.path = \resource\qt\plugins\messaging\datamodel |
|
74 DEPLOYMENT += plugin |
|
75 |
|
76 |