symbian4/app/organizer/package_definition.xml
author Dario Sestito <darios@symbian.org>
Tue, 07 Sep 2010 16:33:09 +0100
changeset 395 a3f2b0422c8b
parent 386 b83b50a45c11
child 407 af9a3c6582bb
permissions -rw-r--r--
Update package models from latest system model (platform@77a57a440d27)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel)>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
  name CDATA #REQUIRED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
 <!ATTLIST layer
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
  name CDATA #REQUIRED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
  long-name CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
  levels NMTOKENS #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
  span CDATA #IMPLIED>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
 <!ATTLIST block
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    16
  levels NMTOKENS #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    17
  span CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    18
  level NMTOKEN #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    19
  name CDATA #REQUIRED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
  long-name CDATA #IMPLIED>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
 <!ELEMENT subblock (collection)*>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
 <!ATTLIST subblock
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    23
  name CDATA #REQUIRED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    24
  long-name CDATA #IMPLIED>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    25
 <!ELEMENT collection (component)*>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    26
 <!ATTLIST collection
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    27
  name CDATA #REQUIRED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    28
  long-name CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    29
  level NMTOKEN #IMPLIED>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    30
 <!ELEMENT component (unit)*>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    31
 <!ATTLIST component
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    32
  name CDATA #REQUIRED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    33
  long-name CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    34
  deprecated CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    35
  introduced CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    36
  contract CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    37
  plugin (Y|N) 'N'
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    38
  filter CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
  class NMTOKENS #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    40
  supports CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    42
 <!ELEMENT unit EMPTY>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    43
 <!ATTLIST unit
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    44
  mrp CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    45
  filter CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    46
  bldFile CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    47
  root CDATA #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    48
  version NMTOKEN #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    50
  late (Y|N) #IMPLIED
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    51
  priority CDATA #IMPLIED>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
]>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    53
<SystemDefinition name="Symbian^4" schema="2.0.1">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
 <systemModel>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    55
  <layer name="app" long-name="Applications" levels="services apps">
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    56
   <block name="organizer" level="apps" span="2" long-name="Organizer Application Suite" levels="support services engine ui app">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    57
<collection name="organizer_pub" long-name="Organizer Application Suite Public Interfaces" level="app">
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    58
<component name="calendar_interim_utils2_api" long-name="Calendar Interim Utils 2 API" filter="s60" class="api">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    59
<!-- move into own .pro file -->
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    60
<unit bldFile="/sf/app/organizer/organizer_pub" proFile="organizer_pub.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    61
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    62
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    63
<collection name="organizer_plat" long-name="Organizer Application Suite Platform Interfaces" level="app">
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    64
<component name="organizer_plat_build" long-name="Organizer Application Suite Platform Interface Build" filter="s60" class="api">
320
7975a56cd8c7 Update package models from latest system model (platform@7416e702e1f3)
Dario Sestito <darios@symbian.org>
parents: 305
diff changeset
    65
<!-- break up into individual .pro files, move the above metaxmls to those components -->
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    66
<unit bldFile="/sf/app/organizer/organizer_plat" proFile="organizer_plat.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    67
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    68
<component name="agenda_versit_2_api" long-name="Agenda Versit 2 API" filter="s60" class="api placeholder">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    69
<!-- <unit bldFile="organizer_plat/agenda_versit_2_api/group"/>-->
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    70
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    71
<component name="calendar_exporter_api" long-name="Calendar Exporter API" filter="s60" class="api placeholder">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    72
<!--<unit bldFile="organizer_plat/calendar_exporter_api/group"/>-->
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    73
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    74
<component name="calendar_importer_api" long-name="Calendar Importer API" filter="s60" class="api placeholder">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    75
<!--<unit bldFile="organizer_plat/calendar_importer_api/group"/>-->
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    76
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    77
<component name="calendar_launcher_api" long-name="Calendar Launcher API" filter="s60" class="api placeholder">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    78
<!--<unit bldFile="organizer_plat/calendar_launcher_api/group"/> -->
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    79
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    80
<component name="agenda_interface_api" long-name="Agenda Interface API" filter="s60" introduced="^4" class="api"/>
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    81
<component name="calendar_editor_api" long-name="Calendar Editor API" filter="s60" introduced="^4" class="api"/>
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    82
<component name="notes_editor_api" long-name="Notes Editor API" filter="s60" introduced="^4" class="api"/>
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    83
<component name="clock_settingsview_plugin_api" long-name="Clock Settings View Plugin API" filter="s60" introduced="^4" class="api"/>
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    84
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    85
<collection name="agendainterface" long-name="Agenda Interface" level="services">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    86
<!-- collection is really a component, should move down a directory -->
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    87
<component name="agendainterface_build" filter="s60" long-name="Agenda Interface Build">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    88
<unit bldFile="/sf/app/organizer/agendainterface" proFile="agendainterface.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    89
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    90
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    91
<collection name="calendarui" long-name="Calendar UI" level="ui">
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    92
<component name="commonutils" filter="s60" long-name="Calendar Common Utils">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    93
<unit bldFile="/sf/app/organizer/calendarui/commonutils" proFile="commonutils.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    94
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    95
<component name="calenlauncher" filter="s60" long-name="Calendar Launcher">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    96
<unit bldFile="/sf/app/organizer/calendarui/calenlauncher" proFile="calenlauncher.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    97
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    98
<component name="caleneditor" filter="s60" long-name="Calendar Editor" introduced="^4">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    99
<unit bldFile="/sf/app/organizer/calendarui/caleneditor" proFile="caleneditor.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   100
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   101
<component name="agendaeventviewer" filter="s60" long-name="Agenda Event Viewer" introduced="^4">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   102
<unit bldFile="/sf/app/organizer/calendarui/agendaeventviewer" proFile="agendaeventviewer.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   103
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   104
<component name="globaldata" filter="s60" long-name="Calendar Global Data">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   105
<unit bldFile="/sf/app/organizer/calendarui/globaldata" proFile="globaldata.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   106
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   107
<component name="settings" filter="s60" long-name="Calendar Settings">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   108
<unit bldFile="/sf/app/organizer/calendarui/settings" proFile="settings.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   109
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   110
<component name="calenplugins" filter="s60" long-name="Calendar Plugins" introduced="^4" plugin="Y">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   111
<unit bldFile="/sf/app/organizer/calendarui/calenplugins" proFile="calenplugins.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   112
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   113
<component name="customisationmanager" filter="s60" long-name="Calendar Customisation Manager">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   114
<unit bldFile="/sf/app/organizer/calendarui/customisationmanager" proFile="customisationmanager.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   115
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   116
<component name="calendarui_views" filter="s60" long-name="Calendar Views">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   117
<unit bldFile="/sf/app/organizer/calendarui/views" proFile="views.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   118
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   119
<component name="calendarui_controller" filter="s60" long-name="Calendar Controller">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   120
<unit bldFile="/sf/app/organizer/calendarui/controller" proFile="controller.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   121
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   122
<component name="calendarui_application" filter="s60" long-name="Calendar Application">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   123
<unit bldFile="/sf/app/organizer/calendarui/application" proFile="application.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   124
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   125
<component name="regionalplugins" long-name="Regional Plugins" filter="s60" introduced="^4" plugin="Y">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   126
<unit bldFile="/sf/app/organizer/calendarui/regionalplugins" proFile="regionalplugins.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   127
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   128
<component name="calenviewerservice" long-name="Calendar Viewer Service" filter="s60" introduced="^4" plugin="Y">
332
773ee81ec9c9 Update package models from latest system model (platform@2a474e3bb10f)
Dario Sestito <darios@symbian.org>
parents: 320
diff changeset
   129
<unit bldFile="/sf/app/organizer/calendarui/calenviewerservice" proFile="calenviewerservice.pro"/>
773ee81ec9c9 Update package models from latest system model (platform@2a474e3bb10f)
Dario Sestito <darios@symbian.org>
parents: 320
diff changeset
   130
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   131
<component name="caldav" filter="sf_build" long-name="CalDAV" introduced="^3" plugin="Y" class="placeholder">
320
7975a56cd8c7 Update package models from latest system model (platform@7416e702e1f3)
Dario Sestito <darios@symbian.org>
parents: 305
diff changeset
   132
<!-- not yet delivered in S^4 <unit bldFile="calendarui/caldav/group"/>-->
7975a56cd8c7 Update package models from latest system model (platform@7416e702e1f3)
Dario Sestito <darios@symbian.org>
parents: 305
diff changeset
   133
</component>
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   134
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   135
<collection name="notes" long-name="Notes" level="ui">
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   136
<component name="notes_build" filter="s60" long-name="Notes Build" introduced="^4">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   137
<unit bldFile="/sf/app/organizer/notes" proFile="notes.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   138
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   139
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   140
<collection name="calendarengines" long-name="Calendar Engines" level="engine">
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   141
<component name="versit2" filter="s60" long-name="Versit 2 iCal Parser" introduced="9.2">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   142
<unit bldFile="/sf/app/organizer/calendarengines/versit2/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   143
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   144
<component name="agnversit2" filter="s60" long-name="Versit 2 Agenda Interface" introduced="9.2" plugin="Y">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   145
<unit bldFile="/sf/app/organizer/calendarengines/agnversit2/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   146
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   147
<component name="caleninterimutils" filter="s60" long-name="Calendar Interim Utils" introduced="9.1">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   148
<unit bldFile="/sf/app/organizer/calendarengines/caleninterimutils/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   149
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   150
<component name="calenimp" filter="s60" long-name="Calendar Import Wrapper" introduced="7.0s">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   151
<unit bldFile="/sf/app/organizer/calendarengines/calenimp/group"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   152
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   153
<component name="caldavsrv" filter="sf_build" long-name="CalDAV Server" introduced="^3" class="placeholder">
320
7975a56cd8c7 Update package models from latest system model (platform@7416e702e1f3)
Dario Sestito <darios@symbian.org>
parents: 305
diff changeset
   154
<!-- Not yet delivered in S^4 <unit bldFile="calendarengines/caldav/group"/> -->
7975a56cd8c7 Update package models from latest system model (platform@7416e702e1f3)
Dario Sestito <darios@symbian.org>
parents: 305
diff changeset
   155
</component>
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   156
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   157
<collection name="clock" long-name="Clock" level="app">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   158
<!-- uncomment unit when block_build is split up-->
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   159
<component name="clockengines" filter="s60" long-name="Clock Engines" class="placeholder">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   160
<!--<unit bldFile="clock/clockengines" qt:proFile="clockengines.pro"/> -->
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   161
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   162
<component name="clockmw" filter="s60" long-name="Clock Middleware" introduced="^4" class="placeholder">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   163
<!--<unit bldFile="clock/clockmw" qt:proFile="clockmw.pro"/>-->
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   164
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   165
<component name="clockui" filter="s60" long-name="Clock UI" class="placeholder">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   166
<!--<unit bldFile="clock/clockui" qt:proFile="clockui.pro"/>-->
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   167
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   168
<component name="clock_build" filter="s60" long-name="Clock Build">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   169
<!-- make exports into a component, or just move to one of the above components, then remove this and uncomment the above -->
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   170
<unit bldFile="/sf/app/organizer/clock" proFile="clock.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   171
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   172
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   173
<collection name="pimappservices" long-name="PIM Application Services" level="services">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   174
<component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   175
<unit bldFile="/sf/app/organizer/pimappservices/calendar/group" mrp="/sf/app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp" version="2"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   176
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   177
<component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   178
<unit bldFile="/sf/app/organizer/pimappservices/calendarvcalplugin/group" mrp="/sf/app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   179
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   180
<component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   181
<unit mrp="/sf/app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   182
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   183
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   184
<collection name="pimappsupport" long-name="PIM Application Support" level="support">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   185
<component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   186
<unit bldFile="/sf/app/organizer/pimappsupport/vcardandvcal/group" mrp="/sf/app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   187
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   188
<component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   189
<unit bldFile="/sf/app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="/sf/app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   190
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   191
<component name="chinesecalendaralg" long-name="Chinese Calendar Algorithm" introduced="^2" purpose="optional" plugin="Y">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   192
<unit bldFile="/sf/app/organizer/pimappsupport/chinesecalendaralg/group" mrp="/sf/app/organizer/pimappsupport/chinesecalendaralg/group/app-services_chinesecalendaralgorithm.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   193
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   194
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   195
<collection name="alarmui" long-name="Alarm UI" level="app">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   196
<!-- collection is really a component, should move down a directory -->
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
   197
<component name="alarmui_build" filter="s60" long-name="Alarm UI Build">
305
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   198
<unit bldFile="/sf/app/organizer/alarmui" proFile="alarmui.pro"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   199
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   200
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   201
<collection name="organizer_info" long-name="Organizer Application Suite Info" level="app">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   202
<component name="organizer_metadata" long-name="Organizer Application Suite Metadata" introduced="^2" purpose="development" class="config PC">
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   203
<unit mrp="/sf/app/organizer/organizer_info/organizer_metadata/organizer_metadata.mrp"/>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   204
</component>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   205
</collection>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   206
</block>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   207
  </layer>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   208
 </systemModel>
123e27c43968 Update package models from latest system model (platform@4c1d1ed3b3ce)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   209
</SystemDefinition>