author | Bob Rosenberg <bob.rosenberg@nokia.com> |
Wed, 17 Feb 2010 19:51:46 +0000 | |
branch | HighFidelityModel |
changeset 63 | d7aa110911c4 |
parent 38 | 12159035c0ef |
child 67 | ad0db2ef7168 |
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"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
80 |
<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
|
81 |
<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
|
82 |
<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
|
83 |
</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
|
84 |
</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
|
85 |
<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
|
86 |
<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
|
87 |
<!-- 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
|
88 |
<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
|
89 |
</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
|
90 |
</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
|
91 |
<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
|
92 |
<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
|
93 |
<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
|
94 |
</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
|
95 |
<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
|
96 |
<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
|
97 |
</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
|
98 |
<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
|
99 |
<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
|
100 |
</component> |
63
d7aa110911c4
Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
38
diff
changeset
|
101 |
<component name="phonebook2_test" filter="s60,test,unit_test" long-name="Phonebook 2 Tests"> |
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
|
102 |
<!-- can only have one unit, consider #including from phonebook2 or a common 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
|
103 |
<unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/tsrc/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
|
104 |
<unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/remotecontactlookup/contactactionservice/saveascontactplugin/tsrc/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
|
105 |
<unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/spbcontentprovider/tsrc/ut_contentprovider/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
|
106 |
<unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/NamesListExtension/tsrc/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
|
107 |
</component> |
63
d7aa110911c4
Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
38
diff
changeset
|
108 |
<component name="phonebook2_other_test" filter="s60,test,unit_test" long-name="Phonebook 2 Other Tests"> |
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
|
109 |
<!-- can only have one unit. Why is this separate from the other tests? --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
110 |
<unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/UIControls/tsrc/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
|
111 |
<unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/Presentation/tsrc/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
|
112 |
<unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/USIMExtension/tsrc/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
|
113 |
<unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/xSPExtensionManager/tsrc/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
|
114 |
<unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/tsrc/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
|
115 |
<unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/ccapplication/ccacontactorservice/tsrc/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
|
116 |
<unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/ccapplication/ccapp/tsrc/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
|
117 |
<unit bldFile="/sf/app/contacts/phonebookui/Phonebook2/ccapplication/ccamycardplugin/tsrc/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
|
118 |
</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
|
119 |
</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
|
120 |
<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
|
121 |
<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
|
122 |
<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
|
123 |
</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
|
124 |
<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
|
125 |
<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
|
126 |
</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
|
127 |
<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
|
128 |
<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
|
129 |
</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
|
130 |
<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
|
131 |
<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
|
132 |
</component> |
63
d7aa110911c4
Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
38
diff
changeset
|
133 |
<component name="virtualphonebook_test" long-name="Virtual Phonebook Tests" filter="s60,test,unit_test"> |
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
|
134 |
<!-- can only have one bld.inf, #include the latter from the former, or #include both from virtualphonebook--> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
135 |
<unit bldFile="/sf/app/contacts/phonebookengines/VirtualPhonebook/tsrc/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
|
136 |
<unit bldFile="/sf/app/contacts/phonebookengines/VirtualPhonebook/VPbkCntModel/tsrc/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
|
137 |
</component> |
63
d7aa110911c4
Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
38
diff
changeset
|
138 |
<component name="vpbk_test" filter="s60,test,unit_test" long-name="Virtual Phonebook Other Tests"> |
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
|
139 |
<!-- can only have one bld.inf, #include from the first, or #include both from virtualphonebook |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
140 |
Why is this separate from virtualphonebook_test?--> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
141 |
<unit bldFile="/sf/app/contacts/phonebookengines/VirtualPhonebook/VPbkEng/tsrc/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
|
142 |
<unit bldFile="/sf/app/contacts/phonebookengines/VirtualPhonebook/VPbkEngUtils/tsrc/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
|
143 |
<unit bldFile="/sf/app/contacts/phonebookengines/VirtualPhonebook/VPbkSimStoreImpl/tsrc/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
|
144 |
<unit bldFile="/sf/app/contacts/phonebookengines/VirtualPhonebook/VPbkSimStoreService/tsrc/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
|
145 |
</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
|
146 |
</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
|
147 |
<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
|
148 |
<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
|
149 |
<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
|
150 |
</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
|
151 |
<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
|
152 |
<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
|
153 |
</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
|
154 |
</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
|
155 |
<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
|
156 |
<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
|
157 |
<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
|
158 |
</component> |
63
d7aa110911c4
Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
38
diff
changeset
|
159 |
<component name="cms_test" filter="s60,test,unit_test" long-name="Contact Method Selector Tests"> |
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
|
160 |
<!-- can only have one unit, #include from the first, or #include from cmsservices --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
161 |
<unit bldFile="/sf/app/contacts/ccservices/cmsservices/bpas/tsrc/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
|
162 |
<unit bldFile="/sf/app/contacts/ccservices/cmsservices/cmsengine/tsrc/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
|
163 |
<unit bldFile="/sf/app/contacts/ccservices/cmsservices/contactpresence/tsrc/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
|
164 |
<unit bldFile="/sf/app/contacts/ccservices/cmsservices/presencetrafficlights/tsrc/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
|
165 |
</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
|
166 |
</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
|
167 |
<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
|
168 |
<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
|
169 |
<!-- <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
|
170 |
</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
|
171 |
<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
|
172 |
<!-- <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
|
173 |
</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
|
174 |
<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
|
175 |
<!-- <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
|
176 |
</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
|
177 |
<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
|
178 |
<!-- 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
|
179 |
<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
|
180 |
</component> |
63
d7aa110911c4
Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
38
diff
changeset
|
181 |
<component name="presencecache_test" filter="s60,test,unit_test" long-name="Presence Cache Tests"> |
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
|
182 |
<!-- can this be #included from presencecacheutils? --> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
183 |
<unit bldFile="/sf/app/contacts/presencecache/presencecacheutils/tsrc/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
|
184 |
</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
|
185 |
</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
|
186 |
<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
|
187 |
<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
|
188 |
<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
|
189 |
</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
|
190 |
<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
|
191 |
<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
|
192 |
</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
|
193 |
<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
|
194 |
<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
|
195 |
</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
|
196 |
<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
|
197 |
<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
|
198 |
</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
|
199 |
<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
|
200 |
<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
|
201 |
</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
|
202 |
<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
|
203 |
<!-- 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
|
204 |
<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
|
205 |
</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
|
206 |
</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
|
207 |
<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
|
208 |
<component name="contacts_plat" filter="s60" long-name="Contacts Apps Platform Interfaces" class="api"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
209 |
<unit bldFile="/sf/app/contacts/contacts_plat/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
|
210 |
</component> |
63
d7aa110911c4
Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
38
diff
changeset
|
211 |
<component name="contacts_plat_test" filter="s60,test,api_test" long-name="Contacts Apps Platform API Test"> |
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
|
212 |
<unit bldFile="/sf/app/contacts/contacts_plat/cms_contactor_api/tsrc/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
|
213 |
<unit bldFile="/sf/app/contacts/contacts_plat/cca_launch_api/tsrc/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
|
214 |
<unit bldFile="/sf/app/contacts/contacts_plat/cca_view_plugin_api/tsrc/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
|
215 |
<unit bldFile="/sf/app/contacts/contacts_plat/contactpresence_api/tsrc/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
|
216 |
<unit bldFile="/sf/app/contacts/contacts_plat/presence_cache_api/tsrc/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
|
217 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_policy_api/tsrc/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
|
218 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_sim_services_api/tsrc/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
|
219 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_store_api/tsrc/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
|
220 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_vcard_api/tsrc/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
|
221 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_view_definition_api/tsrc/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
|
222 |
<unit bldFile="/sf/app/contacts/contacts_plat/virtual_phonebook_engine_api/tsrc/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
|
223 |
<unit bldFile="/sf/app/contacts/contacts_plat/predictivesearch_client_api/tsrc/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
|
224 |
<unit bldFile="/sf/app/contacts/contacts_plat/predictivesearch_utils_api/tsrc/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
|
225 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_rcl_api/tsrc/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
|
226 |
<unit bldFile="/sf/app/contacts/contacts_plat/phonebook_2_icon_api/tsrc/ut_CPbk2IconArray/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
|
227 |
</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
|
228 |
<component name="contacts_pub" filter="s60" long-name="Contacts Apps Public Interfaces" class="api"> |
12159035c0ef
Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
229 |
<unit bldFile="/sf/app/contacts/contacts_pub/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
|
230 |
</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
|
231 |
<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
|
232 |
<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
|
233 |
</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
|
234 |
</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
|
235 |
</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
|
236 |
</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
|
237 |
</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
|
238 |
</SystemDefinition> |