author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 06 Jul 2010 14:12:40 +0300 | |
changeset 44 | 36f374c67aa8 |
parent 34 | 84197e66a4bd |
child 47 | 5b14749788d7 |
child 52 | 12db4185673b |
permissions | -rw-r--r-- |
31 | 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 |
||
18 |
TEMPLATE = subdirs |
|
19 |
||
20 |
CONFIG += ordered |
|
21 |
||
22 |
# Platforms |
|
23 |
SYMBIAN_PLATFORMS = WINSCW ARMV5 |
|
24 |
||
25 |
# Build.inf rules |
|
26 |
||
27 |
symbian { |
|
28 |
BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
29 |
"./rom/MmsEngine.iby CORE_APP_LAYER_IBY_EXPORT_PATH(MmsEngine.iby)" \ |
|
30 |
"./clientmtm/inc/mmsnotificationclient.h |../inc/mmsnotificationclient.h" \ |
|
31 |
"./inc/mmsgenutils.h |../inc/mmsgenutils.h" \ |
|
32 |
"./inc/mmsmsventry.h |../inc/mmsmsventry.h" \ |
|
33 |
"./inc/mmsmsventry.inl |../inc/mmsmsventry.inl" \ |
|
34 |
"./inc/mmsattachmentwaiter.h |../inc/mmsattachmentwaiter.h" \ |
|
35 |
"./inc/mmsattachmenthandler.h |../inc/mmsattachmenthandler.h" \ |
|
36 |
"./inc/mmscmds.h |../inc/mmscmds.h" \ |
|
37 |
#### MmsHeaders #### |
|
38 |
"./mmsmessage/inc/mmsheaders.h |../inc/mmsheaders.h"\ |
|
39 |
"./mmsmessage/inc/mmsheaders.inl |../inc/mmsheaders.inl"\ |
|
40 |
"./mmsmessage/inc/mmssendingchain.h |../inc/mmssendingchain.h"\ |
|
41 |
"./mmsmessage/inc/mmssendingchain.inl |../inc/mmssendingchain.inl"\ |
|
42 |
"./mmsmessage/inc/mmsdeleteresultarray.h |../inc/mmsdeleteresultarray.h"\ |
|
43 |
"./mmsmessage/inc/mmsdeleteresultarray.inl |../inc/mmsdeleteresultarray.inl"\ |
|
44 |
#### xml files containing backup_registration #### |
|
45 |
"./group/backup_registration.xml /epoc32/data/z/private/100058DB/backup_registration.xml" \ |
|
46 |
#### loc file needed for rsc generation |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
47 |
"./loc/MmsUi.loc APP_LAYER_LOC_EXPORT_PATH(mmsui.loc)" \ |
31 | 48 |
#### Export confml and crml files #### |
49 |
"./conf/mmsengine.confml APP_LAYER_CONFML(mmsengine.confml)" \ |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
50 |
"./conf/mmsengine_100058DB.crml APP_LAYER_CRML(mmsengine_100058db.crml)" \ |
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
51 |
"./conf/mmsengine_101FB0D5.crml APP_LAYER_CRML(mmsengine_101fb0d5.crml)" \ |
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
52 |
"./conf/mmsengine_101FB0D5.crml APP_LAYER_CRML(mmsengine_101fb0d9.crml)" |
31 | 53 |
} |
54 |
||
55 |
symbian { |
|
56 |
BLD_INF_RULES.prj_mmpfiles = "./mmsconninit/bld/mmsconninit.mmp" \ |
|
57 |
"./genutils/bld/mmsgenutils.mmp" \ |
|
58 |
"./mmsserversettings/bld/mmsserversettings.mmp" \ |
|
59 |
"./mmsmessage/bld/mmsmessage.mmp" \ |
|
60 |
"./mmshttptransport/bld/mmstransport.mmp" \ |
|
61 |
"./mmscodec/bld/mmscodec.mmp" \ |
|
62 |
"./mmsserver/bld/mmsserver.mmp" \ |
|
63 |
"./clientmtm/bld/mmsclient.mmp" \ |
|
64 |
"./mmswatcher/bld/mmswatcher.mmp" \ |
|
65 |
"./mmspushhandler/bld/mmspushhandler.mmp" \ |
|
66 |
"./applicationadapter/bld/mmsapplicationadapter.mmp" \ |
|
67 |
"./mmscodecclient/bld/mmscodecclient.mmp" |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
68 |
} |