symbian3/app/contacts/package_definition.xml
author Dario Sestito <darios@symbian.org>
Mon, 15 Mar 2010 18:47:03 +0000
changeset 138 6892870d74c9
parent 30 0f4f00318d20
child 212 a44ae815a47f
permissions -rw-r--r--
Update symbian3 models from PDK_3.0.h
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     2
<!DOCTYPE SystemDefinition [
138
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel)>
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     4
 <!ATTLIST SystemDefinition
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     5
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     6
  schema CDATA #REQUIRED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     9
 <!ATTLIST layer
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    10
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    11
  long-name CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    12
  levels NMTOKENS #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    13
  span CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    15
 <!ATTLIST block
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    16
  levels NMTOKENS #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    17
  span CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    18
  level NMTOKEN #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    19
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    20
  long-name CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    21
 <!ELEMENT subblock (collection)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    22
 <!ATTLIST subblock
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    23
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    24
  long-name CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    25
 <!ELEMENT collection (component)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    26
 <!ATTLIST collection
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    27
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    28
  long-name CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    29
  level NMTOKEN #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    30
 <!ELEMENT component (unit)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    31
 <!ATTLIST component
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    32
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    33
  long-name CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    34
  deprecated CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    35
  introduced CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    36
  contract CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    37
  plugin (Y|N) 'N'
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    38
  filter CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    39
  class NMTOKENS #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    40
  supports CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    42
 <!ELEMENT unit EMPTY>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    43
 <!ATTLIST unit
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    44
  mrp CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    45
  filter CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    46
  bldFile CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    47
  root CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    48
  version NMTOKEN #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    50
  late (Y|N) #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    51
  priority CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    52
]>
138
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    53
<SystemDefinition name="Symbian^3" schema="2.0.1">
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
<systemModel>
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    55
<layer name="app" long-name="Applications" levels="services apps">
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    56
<block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services ui">
138
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    57
    <collection name="contactextensions" long-name="Contacts Extensions" level="services">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    58
     <component name="predefinedcontacts" filter="s60" long-name="Predefined Contacts">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    59
      <unit bldFile="/sf/app/contacts/contactextensions/predefinedcontacts/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    60
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    61
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    62
    <collection name="logsui" long-name="Logs UI" level="ui">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    63
     <component name="logsui_build" filter="s60" long-name="Logs UI Build">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    64
      <!-- component at too high a rank, should move down one directory -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    65
      <unit bldFile="/sf/app/contacts/logsui/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    66
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    67
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    68
    <collection name="phonebookui" long-name="Phonebook UI" level="ui">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    69
     <component name="phonebook" filter="s60" long-name="Phonebook">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    70
      <unit bldFile="/sf/app/contacts/phonebookui/phonebook/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    71
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    72
     <component name="speeddial" filter="s60" long-name="Speed Dial">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    73
      <unit bldFile="/sf/app/contacts/phonebookui/speeddial/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    74
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    75
     <component name="phonebook2" filter="s60" long-name="Phone Book 2">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    76
      <unit bldFile="/sf/app/contacts/phonebookui/phonebook2/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    77
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    78
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    79
    <collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    80
     <component name="cntfindplugin" filter="s60" long-name="Contacts Find Plugin" introduced="^2" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    81
      <unit bldFile="/sf/app/contacts/phonebookengines/cntfindplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    82
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    83
     <component name="cntsortplugin" filter="s60" long-name="Contacts Sort Plugin" introduced="^2" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    84
      <unit bldFile="/sf/app/contacts/phonebookengines/cntsortplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    85
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    86
     <component name="virtualphonebook" filter="s60" long-name="Virtual Phonebook" introduced="^2">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    87
      <unit bldFile="/sf/app/contacts/phonebookengines/virtualphonebook/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    88
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    89
     <component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    90
      <unit bldFile="/sf/app/contacts/phonebookengines/contactsmodel/groupsql" mrp="/sf/app/contacts/phonebookengines/contactsmodel/groupsql/app-engines_cntmodel.mrp" version="2"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    91
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    92
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    93
    <collection name="pimprotocols" long-name="PIM Protocols" level="services">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    94
     <component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    95
      <unit bldFile="/sf/app/contacts/pimprotocols/phonebooksync/group" mrp="/sf/app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    96
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    97
     <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    98
      <unit bldFile="/sf/app/contacts/pimprotocols/pbap/group" mrp="/sf/app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    99
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   100
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   101
    <collection name="ccservices" long-name="Contacts Centric Services" level="services">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   102
     <component name="cmsservices" filter="s60" long-name="Contact Method Selector Services" introduced="^2">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   103
      <unit bldFile="/sf/app/contacts/ccservices/cmsservices/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   104
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   105
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   106
    <collection name="presencecache" long-name="Presence Cache" level="support">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   107
     <component name="presencecacheutils" filter="s60" long-name="Presence Cache Utils" introduced="^2" class="placeholder">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   108
      <!-- <unit bldFile="presencecache/presencecacheutils/group"/> -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   109
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   110
     <component name="presencecacheserver2" filter="s60" long-name="Presence Cache Server" introduced="^2" class="placeholder">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   111
      <!-- <unit bldFile="presencecache/presencecacheserver2/group"/> -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   112
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   113
     <component name="presencecacheclient2" filter="s60" long-name="Presence Cache Client" introduced="^2" class="placeholder">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   114
      <!-- <unit bldFile="presencecache/presencecacheclient2/group"/> -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   115
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   116
     <component name="presencecache_build" filter="s60" long-name="Presence Cache Build" introduced="^2">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   117
      <!-- should divide this bld.inf into the other components, or collapse them into a single component -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   118
      <unit bldFile="/sf/app/contacts/presencecache/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   119
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   120
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   121
    <collection name="predictivesearch" long-name="Predictive Search" level="support">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   122
     <component name="pcsutils" filter="s60" long-name="PCS Utils" introduced="^2">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   123
      <unit bldFile="/sf/app/contacts/predictivesearch/pcsutils/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   124
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   125
     <component name="pcsserverclientapi" filter="s60" long-name="PCS Server Client API" introduced="^2">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   126
      <unit bldFile="/sf/app/contacts/predictivesearch/pcsserverclientapi/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   127
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   128
     <component name="pcsserver" filter="s60" long-name="PCS Server" introduced="^2">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   129
      <unit bldFile="/sf/app/contacts/predictivesearch/pcsserver/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   130
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   131
     <component name="pcsadapters" filter="s60" long-name="PCS Adapters" introduced="^2" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   132
      <unit bldFile="/sf/app/contacts/predictivesearch/adapters/contacts/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   133
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   134
     <component name="pcsalgorithm" filter="s60" long-name="PCS Algorithm" introduced="^2" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   135
      <unit bldFile="/sf/app/contacts/predictivesearch/pcsalgorithm/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   136
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   137
     <component name="predictivesearch_build" filter="s60" long-name="Predictive Search Build" introduced="^2">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   138
      <!-- need to remove #includes from bld.inf and rename as Predictive Search ROM -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   139
      <unit bldFile="/sf/app/contacts/predictivesearch/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   140
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   141
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   142
    <collection name="contacts_info" long-name="Contacts Apps Info" level="ui">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   143
     <component name="contacts_plat" filter="s60" long-name="Contacts Apps Platform Interfaces" class="api">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   144
      <unit bldFile="/sf/app/contacts/contacts_plat/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   145
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   146
     <component name="contacts_pub" filter="s60" long-name="Contacts Apps Public Interfaces" class="api">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   147
      <unit bldFile="/sf/app/contacts/contacts_pub/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   148
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   149
     <component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="^2" purpose="development" class="config PC">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   150
      <unit mrp="/sf/app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   151
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   152
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   153
   </block>
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   154
</layer>
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   155
</systemModel>
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   156
</SystemDefinition>