author | Bob Rosenberg <bob.rosenberg@nokia.com> |
Tue, 20 Apr 2010 15:20:20 +0100 | |
branch | HighFidelityModel |
changeset 174 | e7654a759056 |
parent 147 | af12043c2836 |
permissions | -rw-r--r-- |
15
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
38
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
3 |
<!ELEMENT SystemDefinition ( systemModel )> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
5 |
name CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
6 |
schema CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
7 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
8 |
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not. --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
9 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
10 |
<!-- System Model Section of DTD --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
11 |
<!ELEMENT systemModel (layer+)> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
12 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
13 |
<!ELEMENT layer (block* | collection*)*> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
14 |
<!-- Kernel Services, Base Services, OS Services, Etc --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
15 |
<!ATTLIST layer |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
16 |
name CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
17 |
long-name CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
18 |
levels NMTOKENS #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
19 |
span CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
20 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
21 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
22 |
<!ELEMENT block (subblock* | collection*)*> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
23 |
<!-- Generic OS services, Comms Services, etc --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
24 |
<!ATTLIST block |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
25 |
levels NMTOKENS #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
26 |
span CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
27 |
level NMTOKEN #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
28 |
name CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
29 |
long-name CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
30 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
31 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
32 |
<!ELEMENT subblock (collection)*> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
33 |
<!-- Cellular Baseband Services, Networking Services, etc --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
34 |
<!ATTLIST subblock |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
35 |
name CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
36 |
long-name CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
37 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
38 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
39 |
<!ELEMENT collection (component)*> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
40 |
<!-- Screen Driver, Content Handling, etc --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
41 |
<!ATTLIST collection |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
42 |
name CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
43 |
long-name CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
44 |
level NMTOKEN #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
45 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
46 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
47 |
<!ELEMENT component (unit)*> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
48 |
<!-- contains units or is a package or prebuilt --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
49 |
<!ATTLIST component |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
50 |
name CDATA #REQUIRED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
51 |
long-name CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
52 |
deprecated CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
53 |
introduced CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
54 |
contract CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
55 |
plugin (Y|N) "N" |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
56 |
filter CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
57 |
class NMTOKENS #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
58 |
supports CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
59 |
purpose ( optional | mandatory | development ) "optional" |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
60 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
61 |
|
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
62 |
<!ELEMENT unit EMPTY > |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
63 |
<!-- must be buildable (bld.inf) --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
64 |
<!-- bldFile may someday be removed in favour of mrp --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
65 |
<!ATTLIST unit |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
66 |
mrp CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
67 |
filter CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
68 |
bldFile CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
69 |
root CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
70 |
version NMTOKEN #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
71 |
prebuilt NMTOKEN #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
72 |
late (Y|N) #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
73 |
priority CDATA #IMPLIED |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
74 |
> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
75 |
]> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
76 |
<SystemDefinition name="Symbian^3" schema="2.0.1"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
77 |
<systemModel> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
78 |
<layer name="app" long-name="Applications" levels="services apps"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
79 |
<block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services ui"> |
141
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
80 |
<collection name="contacts_pub" long-name="Contacts Apps Public Interfaces" level="ui"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
81 |
<component name="phonebook_fetch_ui_api" long-name="Phonebook Fetch UI API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
82 |
<unit bldFile="/sf/app/contacts/contacts_pub/phonebook_fetch_ui_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
83 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
84 |
<component name="phonebook_data_management_api" long-name="Phonebook Data Management API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
85 |
<unit bldFile="/sf/app/contacts/contacts_pub/phonebook_data_management_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
86 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
87 |
<component name="phonebook_vcard_importexport_api" long-name="Phonebook vCard Import/Export API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
88 |
<unit bldFile="/sf/app/contacts/contacts_pub/phonebook_vcard_importexport_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
89 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
90 |
<component name="phonebook_data_addedit_ui_api" long-name="Phonebook Data Add/Edit UI API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
91 |
<unit bldFile="/sf/app/contacts/contacts_pub/phonebook_data_addedit_ui_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
92 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
93 |
<component name="phonebook_ui_utilities_api" long-name="Phonebook UI Utilities API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
94 |
<unit bldFile="/sf/app/contacts/contacts_pub/phonebook_ui_utilities_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
95 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
96 |
<component name="phonebook_thumbnail_operation_api" long-name="Phonebook Thumbnail Operation API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
97 |
<unit bldFile="/sf/app/contacts/contacts_pub/phonebook_thumbnail_operation_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
98 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
99 |
<component name="speed_dial_utility_control_api" long-name="Speed Dial Utility Control API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
100 |
<unit bldFile="/sf/app/contacts/contacts_pub/speed_dial_utility_control_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
101 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
102 |
</collection> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
103 |
<collection name="contacts_plat" long-name="Contacts Apps Platform Interfaces" level="ui"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
104 |
<component name="virtual_phonebook_store_api" long-name="Virtual Phonebook Store API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
105 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_store_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
106 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_store_api/tsrc/group" filter="test,api_test"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
107 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
108 |
<component name="virtual_phonebook_sim_services_api" long-name="Virtual Phonebook SIM Services API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
109 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_sim_services_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
110 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_sim_services_api/tsrc/group" filter="test,api_test"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
111 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
112 |
<component name="virtual_phonebook_configuration_api" long-name="Virtual Phonebook Configuration API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
113 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_configuration_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
114 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
115 |
<component name="virtual_phonebook_copy_policy_api" long-name="Virtual Phonebook Copy Policy API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
116 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_copy_policy_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
117 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
118 |
<component name="virtual_phonebook_policy_api" long-name="Virtual Phonebook Policy API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
119 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_policy_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
120 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_policy_api/tsrc/group" filter="test,api_test"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
121 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
122 |
<component name="virtual_phonebook_engine_api" long-name="Virtual Phonebook Engine API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
123 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_engine_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
124 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_engine_api/tsrc/group" filter="test,api_test"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
125 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
126 |
<component name="virtual_phonebook_migration_support_api" long-name="Virtual Phonebook Migration Support API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
127 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_migration_support_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
128 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
129 |
<component name="virtual_phonebook_view_definition_api" long-name="Virtual Phonebook View Definition API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
130 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_view_definition_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
131 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_view_definition_api/tsrc/group" filter="test,api_test"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
132 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
133 |
<component name="virtual_phonebook_vcard_api" long-name="Virtual Phonebook vCard API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
134 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_vcard_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
135 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_vcard_api/tsrc/group" filter="test,api_test"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
136 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
137 |
<component name="cms_contactor_api" long-name="CMS Contactor API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
138 |
<unit bldFile="/sf/app/contacts/contacts_plat/cms_contactor_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
139 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
140 |
<component name="contactpresence_api" long-name="Contact Presence API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
141 |
<unit bldFile="/sf/app/contacts/contacts_plat/contactpresence_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
142 |
<unit bldFile="/sf/app/contacts/contacts_plat/contactpresence_api/tsrc/group" filter="test,api_test"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
143 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
144 |
<component name="presence_cache_api" long-name="Presence Cache API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
145 |
<unit bldFile="/sf/app/contacts/contacts_plat/presence_cache_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
146 |
<unit bldFile="/sf/app/contacts/contacts_plat/presence_cache_api/tsrc/group" filter="test,api_test"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
147 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
148 |
<component name="phonebook_internal_common_api" long-name="Phonebook Internal Common API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
149 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_internal_common_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
150 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
151 |
<component name="phonebook_internal_appfw_api" long-name="Phonebook Internal App Framework API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
152 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_internal_appfw_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
153 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
154 |
<component name="phonebook_internal_data_management_api" long-name="Phonebook Internal Data Management API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
155 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_internal_data_management_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
156 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
157 |
<component name="phonebook_2_xsp_extension_manager_api" long-name="Phonebook 2 xSP Extension Manager API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
158 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_xsp_extension_manager_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
159 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
160 |
<component name="phonebook_ui_controls_api" long-name="Phonebook UI Controls API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
161 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_ui_controls_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
162 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
163 |
<component name="phonebook_2_image_management_api" long-name="Phonebook 2 Image Management API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
164 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_image_management_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
165 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
166 |
<component name="phonebook_extension_api" long-name="Phonebook Extension API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
167 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_extension_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
168 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
169 |
<component name="phonebook_public_constants_api" long-name="Phonebook Public Constants API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
170 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_public_constants_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
171 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
172 |
<component name="phonebook_internal_ui_utilities_api" long-name="Phonebook Internal UI Utilities API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
173 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_internal_ui_utilities_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
174 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
175 |
<component name="logs_engine_api_extensions" long-name="Logs Engine API Extensions" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
176 |
<unit bldFile="/sf/app/contacts/contacts_plat/logs_engine_api_extensions/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
177 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
178 |
<component name="phonebook_thumbnails_api" long-name="Phonebook Thumbnails API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
179 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_thumbnails_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
180 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
181 |
<component name="phonebook_2_icon_api" long-name="Phonebook 2 Icon API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
182 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_icon_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
183 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
184 |
<component name="phonebook_engine_extension_api" long-name="Phonebook Engine Extension API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
185 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_engine_extension_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
186 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
187 |
<component name="phonebook_2_store_configuration_management_api" long-name="Phonebook 2 Store Configuration Management API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
188 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_store_configuration_management_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
189 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
190 |
<component name="logs_ui_command_line_api" long-name="Logs UI Command Line API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
191 |
<unit bldFile="/sf/app/contacts/contacts_plat/logs_ui_command_line_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
192 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
193 |
<component name="speed_dial_dialogs_api" long-name="Speed Dial Dialogs API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
194 |
<unit bldFile="/sf/app/contacts/contacts_plat/speed_dial_dialogs_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
195 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
196 |
<component name="phonebook_2_xsp_view_activation_api" long-name="Phonebook 2 xSP View Activation API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
197 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_xsp_view_activation_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
198 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
199 |
<component name="logs_timers_api" long-name="Logs Timers API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
200 |
<unit bldFile="/sf/app/contacts/contacts_plat/logs_timers_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
201 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
202 |
<component name="phonebook_2_ui_extension_definition_api" long-name="Phonebook 2 UI Extension Definition API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
203 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_ui_extension_definition_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
204 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
205 |
<component name="phonebook_2_common_ui_api" long-name="Phonebook 2 Common UI API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
206 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_common_ui_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
207 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
208 |
<component name="phonebook_2_ui_extension_api" long-name="Phonebook 2 UI Extension API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
209 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_ui_extension_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
210 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
211 |
<component name="phonebook_2_store_property_api" long-name="Phonebook 2 Store Property API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
212 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_store_property_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
213 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
214 |
<component name="phonebook_2_ui_extension_plugin_api" long-name="Phonebook 2 UI Extension Plug-In API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
215 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_ui_extension_plugin_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
216 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
217 |
<component name="phonebook_2_ui_controls_api" long-name="Phonebook 2 UI Controls API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
218 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_ui_controls_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
219 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
220 |
<component name="phonebook_2_thin_ui_extension_plugin_api" long-name="Phonebook 2 Thin UI Extension Plugin API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
221 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_thin_ui_extension_plugin_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
222 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
223 |
<component name="phonebook_2_commands_api" long-name="Phonebook 2 Commands API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
224 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_commands_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
225 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
226 |
<component name="phonebook_2_presentation_api" long-name="Phonebook 2 Presentation API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
227 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_presentation_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
228 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
229 |
<component name="phonebook_2_ui_utilities_api" long-name="Phonebook 2 UI Utilities API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
230 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_ui_utilities_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
231 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
232 |
<component name="cca_launch_api" long-name="CCA Launch API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
233 |
<unit bldFile="/sf/app/contacts/contacts_plat/cca_launch_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
234 |
<unit bldFile="/sf/app/contacts/contacts_plat/cca_launch_api/tsrc/group" filter="test,api_test"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
235 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
236 |
<component name="cca_view_plugin_api" long-name="CCA View Plugin API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
237 |
<unit bldFile="/sf/app/contacts/contacts_plat/cca_view_plugin_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
238 |
<unit bldFile="/sf/app/contacts/contacts_plat/cca_view_plugin_api/tsrc/group" filter="test,api_test"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
239 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
240 |
<component name="predictivesearch_client_api" long-name="Predictive Search Client API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
241 |
<unit bldFile="/sf/app/contacts/contacts_plat/predictivesearch_client_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
242 |
<unit bldFile="/sf/app/contacts/contacts_plat/predictivesearch_client_api/tsrc/group" filter="test,api_test"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
243 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
244 |
<component name="predictivesearch_utils_api" long-name="Predictive Search Utils API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
245 |
<unit bldFile="/sf/app/contacts/contacts_plat/predictivesearch_utils_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
246 |
<unit bldFile="/sf/app/contacts/contacts_plat/predictivesearch_utils_api/tsrc/group" filter="test,api_test"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
247 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
248 |
<component name="predictivesearch_adapters_api" long-name="Predictive Search Adapters API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
249 |
<unit bldFile="/sf/app/contacts/contacts_plat/predictivesearch_adapters_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
250 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
251 |
<component name="predictivesearch_algorithm_api" long-name="Predictive Search Algorithm API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
252 |
<unit bldFile="/sf/app/contacts/contacts_plat/predictivesearch_algorithm_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
253 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
254 |
<component name="phonebook_2_rcl_api" long-name="Phonebook 2 RCL API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
255 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_rcl_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
256 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_rcl_api/tsrc/group" filter="test,api_test"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
257 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
67
diff
changeset
|
258 |
</collection> |
38
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
259 |
<collection name="contactextensions" long-name="Contacts Extensions" level="services"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
260 |
<component name="predefinedcontacts" filter="s60" long-name="Predefined Contacts"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
261 |
<unit bldFile="/sf/app/contacts/contactextensions/predefinedcontacts/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
262 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
263 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
264 |
<collection name="logsui" long-name="Logs UI" level="ui"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
265 |
<component name="logsui_build" filter="s60" long-name="Logs UI Build"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
266 |
<!-- component at too high a rank, should move down one directory --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
267 |
<unit bldFile="/sf/app/contacts/logsui/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
268 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
269 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
270 |
<collection name="phonebookui" long-name="Phonebook UI" level="ui"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
271 |
<component name="phonebook" filter="s60" long-name="Phonebook"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
272 |
<unit bldFile="/sf/app/contacts/phonebookui/phonebook/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
273 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
274 |
<component name="speeddial" filter="s60" long-name="Speed Dial"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
275 |
<unit bldFile="/sf/app/contacts/phonebookui/speeddial/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
276 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
277 |
<component name="phonebook2" filter="s60" long-name="Phone Book 2"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
278 |
<unit bldFile="/sf/app/contacts/phonebookui/phonebook2/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
279 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
280 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
281 |
<collection name="phonebookengines" long-name="Phonebook Engines" level="engine"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
282 |
<component name="cntfindplugin" filter="s60" long-name="Contacts Find Plugin" introduced="^2" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
283 |
<unit bldFile="/sf/app/contacts/phonebookengines/cntfindplugin/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
284 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
285 |
<component name="cntsortplugin" filter="s60" long-name="Contacts Sort Plugin" introduced="^2" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
286 |
<unit bldFile="/sf/app/contacts/phonebookengines/cntsortplugin/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
287 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
288 |
<component name="virtualphonebook" filter="s60" long-name="Virtual Phonebook" introduced="^2"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
289 |
<unit bldFile="/sf/app/contacts/phonebookengines/virtualphonebook/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
290 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
291 |
<component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
292 |
<unit bldFile="/sf/app/contacts/phonebookengines/contactsmodel/groupsql" mrp="/sf/app/contacts/phonebookengines/contactsmodel/groupsql/app-engines_cntmodel.mrp" version="2"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
293 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
294 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
295 |
<collection name="pimprotocols" long-name="PIM Protocols" level="services"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
296 |
<component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
297 |
<unit bldFile="/sf/app/contacts/pimprotocols/phonebooksync/group" mrp="/sf/app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
298 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
299 |
<component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
300 |
<unit bldFile="/sf/app/contacts/pimprotocols/pbap/group" mrp="/sf/app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
301 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
302 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
303 |
<collection name="ccservices" long-name="Contacts Centric Services" level="services"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
304 |
<component name="cmsservices" filter="s60" long-name="Contact Method Selector Services" introduced="^2"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
305 |
<unit bldFile="/sf/app/contacts/ccservices/cmsservices/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
306 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
307 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
308 |
<collection name="presencecache" long-name="Presence Cache" level="support"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
309 |
<component name="presencecacheutils" filter="s60" long-name="Presence Cache Utils" introduced="^2" class="placeholder"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
310 |
<!-- <unit bldFile="presencecache/presencecacheutils/group"/> --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
311 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
312 |
<component name="presencecacheserver2" filter="s60" long-name="Presence Cache Server" introduced="^2" class="placeholder"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
313 |
<!-- <unit bldFile="presencecache/presencecacheserver2/group"/> --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
314 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
315 |
<component name="presencecacheclient2" filter="s60" long-name="Presence Cache Client" introduced="^2" class="placeholder"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
316 |
<!-- <unit bldFile="presencecache/presencecacheclient2/group"/> --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
317 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
318 |
<component name="presencecache_build" filter="s60" long-name="Presence Cache Build" introduced="^2"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
319 |
<!-- should divide this bld.inf into the other components, or collapse them into a single component --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
320 |
<unit bldFile="/sf/app/contacts/presencecache/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
321 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
322 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
323 |
<collection name="predictivesearch" long-name="Predictive Search" level="support"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
324 |
<component name="pcsutils" filter="s60" long-name="PCS Utils" introduced="^2"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
325 |
<unit bldFile="/sf/app/contacts/predictivesearch/pcsutils/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
326 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
327 |
<component name="pcsserverclientapi" filter="s60" long-name="PCS Server Client API" introduced="^2"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
328 |
<unit bldFile="/sf/app/contacts/predictivesearch/pcsserverclientapi/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
329 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
330 |
<component name="pcsserver" filter="s60" long-name="PCS Server" introduced="^2"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
331 |
<unit bldFile="/sf/app/contacts/predictivesearch/pcsserver/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
332 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
333 |
<component name="pcsadapters" filter="s60" long-name="PCS Adapters" introduced="^2" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
334 |
<unit bldFile="/sf/app/contacts/predictivesearch/adapters/contacts/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
335 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
336 |
<component name="pcsalgorithm" filter="s60" long-name="PCS Algorithm" introduced="^2" plugin="Y"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
337 |
<unit bldFile="/sf/app/contacts/predictivesearch/pcsalgorithm/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
338 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
339 |
<component name="predictivesearch_build" filter="s60" long-name="Predictive Search Build" introduced="^2"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
340 |
<!-- need to remove #includes from bld.inf and rename as Predictive Search ROM --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
341 |
<unit bldFile="/sf/app/contacts/predictivesearch/group"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
342 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
343 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
344 |
<collection name="contacts_info" long-name="Contacts Apps Info" level="ui"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
345 |
<component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="^2" purpose="development" class="config PC"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
346 |
<unit mrp="/sf/app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
347 |
</component> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
348 |
</collection> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
349 |
</block> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
350 |
</layer> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
351 |
</systemModel> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
352 |
</SystemDefinition> |