|
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 = unifiededitor |
|
19 DEFINES += UNIFIEDEDITOR_DLL |
|
20 DEPENDPATH += . \ |
|
21 inc \ |
|
22 ../inc \ |
|
23 src |
|
24 INCLUDEPATH += . inc |
|
25 INCLUDEPATH += ../../../inc |
|
26 INCLUDEPATH += ../msguiutils/inc |
|
27 INCLUDEPATH += ../../msgutils/unieditorutils/inc |
|
28 INCLUDEPATH += ../../msgutils/unidatamodelloader/inc |
|
29 INCLUDEPATH += ../../msgutils/s60qconversions/inc |
|
30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
31 |
|
32 CONFIG += hb |
|
33 |
|
34 TARGET.EPOCALLOWDLLDATA = 1 |
|
35 TARGET.CAPABILITY = All -TCB |
|
36 TARGET.UID3 = 0x2001FE68 |
|
37 |
|
38 # Platforms |
|
39 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
|
40 |
|
41 # Build.inf rules |
|
42 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
43 "rom/unifiededitor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiededitor.iby)" |
|
44 |
|
45 # Input |
|
46 HEADERS += msgmonitor.h \ |
|
47 msgtypenotifier.h \ |
|
48 msgunieditoraddress.h \ |
|
49 msgunieditorattachment.h \ |
|
50 msgunieditorbody.h \ |
|
51 msgunieditorsubject.h \ |
|
52 msgunieditorview.h \ |
|
53 msgunifiededitorlineedit.h \ |
|
54 msgattachmentcontainer.h \ |
|
55 mmsinsertcheckoperation.h \ |
|
56 msgbaseview.h \ |
|
57 msgunieditorimageprocessor.h \ |
|
58 msgunieditorprocessimageoperation.h |
|
59 |
|
60 SOURCES += msgmonitor.cpp \ |
|
61 msgtypenotifier.cpp \ |
|
62 msgunieditoraddress.cpp \ |
|
63 msgunieditorattachment.cpp \ |
|
64 msgunieditorbody.cpp \ |
|
65 msgunieditorsubject.cpp \ |
|
66 msgunieditorview.cpp \ |
|
67 msgunifiededitorlineedit.cpp \ |
|
68 msgattachmentcontainer.cpp \ |
|
69 msgunieditorimageprocessor.inl \ |
|
70 msgunieditorimageprocessor.cpp \ |
|
71 msgunieditorprocessimageoperation.cpp \ |
|
72 mmsinsertcheckoperation.cpp |
|
73 |
|
74 RESOURCES += unifiededitor.qrc |
|
75 |
|
76 # Libs |
|
77 LIBS += -ls60qconversions \ |
|
78 -lconvergedmessageutils \ |
|
79 -lmsguiutils \ |
|
80 -lunieditorpluginloader \ |
|
81 -lunieditorutils \ |
|
82 -lfbscli \ |
|
83 -limageconversion \ |
|
84 -lDRMHelper \ |
|
85 -lbitmaptransforms \ |
|
86 -lmsgmedia \ |
|
87 -lapmime \ |
|
88 -lcentralrepository |
|
89 |
|
90 |
|
91 |