33
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<SystemDefinition schema="3.0.0">
|
|
3 |
<package id="legacypresence" name="Legacy Presence Services" levels="engine fw ui">
|
|
4 |
<collection id="pressrv_plat" name="Legacy Presence Services Platform Interfaces" level="ui">
|
|
5 |
<component id="presence_list_api" name="Presence List API" class="api" filter="s60">
|
|
6 |
<meta rel="Api" href="pressrv_plat/presence_list_api/presence_list_api.metaxml"/>
|
|
7 |
<unit bldFile="pressrv_plat/presence_list_api/group"/>
|
|
8 |
</component>
|
|
9 |
<component id="watcher_info_api" name="Watcher Info API" class="api" filter="s60">
|
|
10 |
<meta rel="Api" href="pressrv_plat/watcher_info_api/watcher_info_api.metaxml"/>
|
|
11 |
<unit bldFile="pressrv_plat/watcher_info_api/group"/>
|
|
12 |
</component>
|
|
13 |
<component id="simple_documents_api" name="SIMPLE Documents API" class="api" filter="s60">
|
|
14 |
<meta rel="Api" href="pressrv_plat/simple_documents_api/simple_documents_api.metaxml"/>
|
|
15 |
<unit bldFile="pressrv_plat/simple_documents_api/group"/>
|
|
16 |
</component>
|
|
17 |
<component id="authorization_api" name="Authorization API" class="api" filter="s60">
|
|
18 |
<meta rel="Api" href="pressrv_plat/authorization_api/authorization_api.metaxml"/>
|
|
19 |
<unit bldFile="pressrv_plat/authorization_api/group"/>
|
|
20 |
</component>
|
|
21 |
<component id="xdm_protocol_plugin_api" name="XDM Protocol Plug-in API" class="api" filter="s60">
|
|
22 |
<meta rel="Api" href="pressrv_plat/xdm_protocol_plugin_api/xdm_protocol_plugin_api.metaxml"/>
|
|
23 |
<unit bldFile="pressrv_plat/xdm_protocol_plugin_api/group"/>
|
|
24 |
</component>
|
|
25 |
<component id="watcher_api" name="Watcher API" class="api" filter="s60">
|
|
26 |
<meta rel="Api" href="pressrv_plat/watcher_api/watcher_api.metaxml"/>
|
|
27 |
<unit bldFile="pressrv_plat/watcher_api/group"/>
|
|
28 |
</component>
|
|
29 |
<component id="xdm_api" name="XDM API" class="api" filter="s60">
|
|
30 |
<meta rel="Api" href="pressrv_plat/xdm_api/xdm_api.metaxml"/>
|
|
31 |
<unit bldFile="pressrv_plat/xdm_api/group"/>
|
|
32 |
</component>
|
|
33 |
<component id="registration_api" name="Registration API" class="api" filter="s60">
|
|
34 |
<meta rel="Api" href="pressrv_plat/registration_api/registration_api.metaxml"/>
|
|
35 |
<unit bldFile="pressrv_plat/registration_api/group"/>
|
|
36 |
</component>
|
|
37 |
<component id="publisher_api" name="Publisher API" class="api" filter="s60">
|
|
38 |
<meta rel="Api" href="pressrv_plat/publisher_api/publisher_api.metaxml"/>
|
|
39 |
<unit bldFile="pressrv_plat/publisher_api/group"/>
|
|
40 |
</component>
|
|
41 |
<component id="messaging_connection_manager_api" name="Messaging Connection Manager API" class="api" filter="s60">
|
|
42 |
<meta rel="Api" href="pressrv_plat/messaging_connection_manager_api/messaging_connection_manager_api.metaxml"/>
|
|
43 |
<unit bldFile="pressrv_plat/messaging_connection_manager_api/group"/>
|
|
44 |
</component>
|
|
45 |
<component id="xdm_settings_api" name="XDM Settings API" class="api" filter="s60">
|
|
46 |
<meta rel="Api" href="pressrv_plat/xdm_settings_api/xdm_settings_api.metaxml"/>
|
|
47 |
<unit bldFile="pressrv_plat/xdm_settings_api/group"/>
|
|
48 |
</component>
|
|
49 |
<component id="simple_settings_api" name="SIMPLE Settings API" class="api" filter="s60">
|
|
50 |
<meta rel="Api" href="pressrv_plat/simple_settings_api/simple_settings_api.metaxml"/>
|
|
51 |
<unit bldFile="pressrv_plat/simple_settings_api/group"/>
|
|
52 |
</component>
|
|
53 |
<component id="simple_instant_msg_api" name="Simple Instant Msg API" class="api" filter="s60">
|
|
54 |
<unit bldFile="pressrv_plat/simple_instant_msg_api/group"/>
|
|
55 |
</component>
|
38
|
56 |
</collection>
|
|
57 |
<collection id="xdmengine" name="XDM Engine" level="engine">
|
|
58 |
<!-- collection is really a component. Need to move down a directory (eg xdm/xdmengine)-->
|
|
59 |
<component id="xdmengine_build" filter="s60" name="XDM Engine Build">
|
|
60 |
<unit bldFile="xdmengine/group"/>
|
37
|
61 |
</component>
|
38
|
62 |
</collection>
|
|
63 |
<collection id="simpleengine" name="SIMPLE Engine" level="engine">
|
|
64 |
<!-- collection is really a component. Need to move down a directory-->
|
|
65 |
<component id="simpleengine_build" filter="s60" name="SIMPLE Engine Build">
|
|
66 |
<!-- <unit bldFile="simpleengine/group"/> not built -->
|
37
|
67 |
</component>
|
38
|
68 |
</collection>
|
33
|
69 |
</package>
|
|
70 |
</SystemDefinition>
|