author | hgs |
Fri, 01 Oct 2010 17:14:10 +0530 (2010-10-01) | |
changeset 53 | 2b8b3a393cb5 |
parent 52 | 5d18209efbcc |
child 55 | 6f4453afd006 |
permissions | -rw-r--r-- |
0
8e480a14352b
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
8e480a14352b
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
2 |
<SystemDefinition schema="3.0.0"> |
45 | 3 |
<package id="messagingmw" name="Messaging Middleware" levels="stack support fw api"> |
4 |
<collection id="msgfw_plat" name="Messaging Middleware Platform Interfaces" level="api"> |
|
5 |
<component id="always_online_plugin_api" name="Always Online Plugin API" class="api" filter="s60"> |
|
6 |
<meta rel="Api" href="msgfw_plat/always_online_plugin_api/always_online_plugin_api.metaxml"/> |
|
7 |
<unit bldFile="msgfw_plat/always_online_plugin_api/group"/> |
|
8 |
</component> |
|
9 |
<component id="always_online_client_api" name="Always Online Client API" class="api" filter="s60"> |
|
10 |
<meta rel="Api" href="msgfw_plat/always_online_client_api/always_online_client_api.metaxml"/> |
|
11 |
<unit bldFile="msgfw_plat/always_online_client_api/group"/> |
|
12 |
</component> |
|
13 |
<component id="msg_common_utils_api" name="Messaging Common Utils API" class="api" filter="s60"> |
|
14 |
<meta rel="Api" href="msgfw_plat/msg_common_utils_api/msg_common_utils_api.metaxml"/> |
|
15 |
<unit bldFile="msgfw_plat/msg_common_utils_api/group"/> |
|
16 |
</component> |
|
17 |
<component id="muiu_utils_api" name="Messaging Center UI Utilities API" class="api" filter="s60" introduced="^4"> |
|
18 |
<unit bldFile="msgfw_plat/muiu_utils_api/group"/> |
|
19 |
</component> |
|
20 |
</collection> |
|
21 |
<collection id="messagingfw" name="Messaging Framework" level="fw"> |
|
22 |
<!-- should break this collection up into smaller related collections --> |
|
23 |
<component id="alwaysonline" filter="s60" name="Always Online Server" introduced="^2"> |
|
24 |
<unit bldFile="messagingfw/alwaysonline/group"/> |
|
25 |
</component> |
|
26 |
<component id="msgcommonutils" filter="s60" name="Messaging Common Utils" introduced="^2"> |
|
27 |
<unit bldFile="messagingfw/msgcommonutils/group"/> |
|
28 |
</component> |
|
29 |
<component id="muiuutils" name="Messaging Center UI Utilities" class="api" filter="s60" introduced="^4"> |
|
30 |
<unit bldFile="messagingfw/muiuutils/group"/> |
|
31 |
</component> |
|
52 | 32 |
<component id="scheduledsendmtm" name="Scheduled Send MTM" introduced="6.0" purpose="optional" class="plugin" filter="s60"> |
45 | 33 |
<unit bldFile="messagingfw/scheduledsendmtm/group" mrp="messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/> |
34 |
</component> |
|
52 | 35 |
<component id="msgsrvnstore" name="Message Server and Store" purpose="optional" filter="s60"> |
45 | 36 |
<unit bldFile="messagingfw/msgsrvnstore/group" mrp="messagingfw/msgsrvnstore/group/messaging_framework.mrp"/> |
37 |
</component> |
|
52 | 38 |
<component id="biomsgfw" name="BIO Messaging Framework" introduced="6.0" purpose="optional" filter="s60"> |
45 | 39 |
<unit bldFile="messagingfw/biomsgfw/group" mrp="messagingfw/biomsgfw/group/messaging_biomsg.mrp"/> |
40 |
</component> |
|
52 | 41 |
<component id="msgconf" name="Messaging Config" introduced="^2" purpose="optional" class="config" filter="s60"> |
45 | 42 |
<unit bldFile="messagingfw/msgconf/group" mrp="messagingfw/msgconf/group/messaging_config.mrp"/> |
43 |
</component> |
|
52 | 44 |
<component id="watcherfw" name="Watcher Framework" purpose="optional" filter="s60"> |
45 | 45 |
<unit bldFile="messagingfw/watcherfw/group" mrp="messagingfw/watcherfw/group/messaging_watcher.mrp"/> |
46 |
</component> |
|
52 | 47 |
<component id="msgtest" name="Messaging Test" purpose="development" filter="s60,test"> |
45 | 48 |
<unit bldFile="messagingfw/msgtest/group" mrp="messagingfw/msgtest/group/messaging_test.mrp"/> |
49 |
</component> |
|
48 | 50 |
<component id="msgtests" name="Messaging Tests" purpose="development" filter="s60,test"> |
45 | 51 |
<unit mrp="messagingfw/msgtests/group/messaging.mrp" bldFile="messagingfw/msgtests/group"/> |
52 |
</component> |
|
48 | 53 |
<component id="msgtestfw" name="Messaging Test Framework" deprecated="^3" purpose="development" filter="s60,test"> |
45 | 54 |
<unit mrp="messagingfw/msgtestfw/group/messaging_testframework.mrp" bldFile="messagingfw/msgtestfw/group"/> |
55 |
</component> |
|
48 | 56 |
<component id="msgtestproduct" name="Messaging Test Product" purpose="development" filter="s60,test"> |
45 | 57 |
<unit mrp="messagingfw/msgtestproduct/group/messaging_testproduct.mrp" bldFile="messagingfw/msgtestproduct/group"/> |
58 |
</component> |
|
52 | 59 |
<component id="sendas" name="Send As" purpose="optional" filter="s60"> |
45 | 60 |
<unit bldFile="messagingfw/sendas/group" mrp="messagingfw/sendas/group/messaging_sendas2.mrp"/> |
61 |
</component> |
|
52 | 62 |
<component id="msgurlhandler" name="Message URL Handler" introduced="7.0" purpose="optional" filter="s60"> |
45 | 63 |
<unit bldFile="messagingfw/msgurlhandler/group" mrp="messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/> |
64 |
</component> |
|
52 | 65 |
<component id="wappushfw" name="WAP Push Framework" introduced="6.1" purpose="optional" filter="s60"> |
45 | 66 |
<unit bldFile="messagingfw/wappushfw/group" mrp="messagingfw/wappushfw/group/wap-browser_wappush.mrp"/> |
67 |
</component> |
|
52 | 68 |
<component id="suplsmshandler" name="SUPL SMS Handler" introduced="^2" purpose="development" class="plugin" filter="s60"> |
45 | 69 |
<unit bldFile="messagingfw/suplsmshandler/group" mrp="messagingfw/suplsmshandler/group/lbs_suplsmstrigger.mrp"/> |
70 |
</component> |
|
52 | 71 |
<component id="suplwappushhandler" name="SUPL WAP Push Handler" introduced="^2" purpose="optional" class="plugin" filter="s60"> |
45 | 72 |
<unit bldFile="messagingfw/suplwappushhandler/group" mrp="messagingfw/suplwappushhandler/group/lbs_suplwappush.mrp"/> |
73 |
</component> |
|
74 |
</collection> |
|
75 |
<collection id="messagingmw_info" name="Messaging Middleware Info" level="api"> |
|
76 |
<component id="messagingmw_metadata" name="Messaging Middleware Metadata" class="config" introduced="^2" purpose="development" target="desktop"> |
|
77 |
<unit mrp="messagingmw_info/messagingmw_metadata/messagingmw_metadata.mrp"/> |
|
78 |
</component> |
|
79 |
</collection> |
|
80 |
</package> |
|
0
8e480a14352b
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
81 |
</SystemDefinition> |