symbian3/app/conversations/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Mon, 22 Feb 2010 12:18:18 +0000
branchHighFidelityModel
changeset 102 5625a635abf6
parent 38 12159035c0ef
child 141 27d9d356efbf
permissions -rw-r--r--
Fixes for missing units in app and mw layers
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"?>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
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: 31
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: 31
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: 31
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: 31
diff changeset
     7
>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
     9
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
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: 31
diff changeset
    12
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
diff changeset
    20
>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    21
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
diff changeset
    30
>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    31
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
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: 31
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: 31
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: 31
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: 31
diff changeset
    37
>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
diff changeset
    45
>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    46
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
diff changeset
    60
>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    61
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
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: 31
diff changeset
    74
>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    75
]>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
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: 31
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: 31
diff changeset
    79
      <block name="conversations" level="apps" long-name="Conversation Apps" levels="settings utils plugin ui">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    80
        <collection name="uiservicetabsettings" long-name="UI Service Tab Settings" level="settings">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    81
          <!-- this is really at the wrong rank. should move down a directory -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    82
          <component name="vimpstsettings" filter="s60" long-name="VIMP Service Tab Settings">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    83
            <unit bldFile="/sf/app/conversations/uiservicetabsettings/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    84
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    85
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    86
        <collection name="instantmessagesalert" long-name="Instant Messages Alert" level="utils">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    87
          <!-- this is really at the wrong rank. should move down a directory -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    88
          <component name="instantmessagesalert_build" filter="s60" long-name="Instant Messages Alert build" introduced="^3">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    89
            <unit bldFile="/sf/app/conversations/instantmessagesalert/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    90
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    91
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    92
        <collection name="imstutils" long-name="IM Service Tab Utils" level="utils">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    93
          <component name="imstutils_help" filter="s60" long-name="IM Service Tab Help">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    94
            <unit bldFile="/sf/app/conversations/imstutils/help/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    95
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    96
          <component name="imconnectionprovider" filter="s60" long-name="IM Connection Provider" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    97
            <unit bldFile="/sf/app/conversations/imstutils/imconnectionprovider/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    98
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    99
          <component name="xmppadapter" filter="s60" long-name="XMPP Settings Adapter" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   100
            <unit bldFile="/sf/app/conversations/imstutils/xmppadapter/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   101
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   102
          <component name="imconversationview" filter="s60" long-name="IM Conversation View">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   103
            <unit bldFile="/sf/app/conversations/imstutils/imconversationview/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   104
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   105
          <component name="imstutils_config" filter="s60" long-name="IM Service Tab Utils config" class="config">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   106
            <!-- remove the #includes and or moved ithe loc file into one the above components -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   107
            <unit bldFile="/sf/app/conversations/imstutils/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   108
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   109
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   110
        <collection name="uiservicetab" long-name="UI Service Tab" level="ui">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   111
          <component name="vimpstutils" filter="s60" long-name="VIMP Service Tab Utilities">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   112
            <!-- need to spell out VIMP at least once -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   113
            <unit bldFile="/sf/app/conversations/uiservicetab/vimpstutils/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   114
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   115
          <component name="vimpststorage" filter="s60" long-name="VIMP Service Tab Storage">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   116
            <unit bldFile="/sf/app/conversations/uiservicetab/vimpststorage/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   117
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   118
          <component name="vimpstengine" filter="s60" long-name="VIMP Service Tab Engine">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   119
            <unit bldFile="/sf/app/conversations/uiservicetab/vimpstengine/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   120
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   121
          <component name="vimpstcmdprocess" filter="s60" long-name="VIMP Service Tab Command Process">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   122
            <unit bldFile="/sf/app/conversations/uiservicetab/vimpstcmdprocess/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   124
          <component name="vimpstui" filter="s60" long-name="VIMP Service Tab UI">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   125
            <unit bldFile="/sf/app/conversations/uiservicetab/vimpstui/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   127
          <component name="vimpstdetailsviewplugin" filter="s60" long-name="VIMP ST Details View Plugin" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   128
            <unit bldFile="/sf/app/conversations/uiservicetab/vimpstdetailsviewplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   130
          <component name="uiservicetab_build" filter="s60" long-name="UI Service Tab Build">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   131
            <!-- can this be distributed into the above bld.infs? -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   132
            <unit bldFile="/sf/app/conversations/uiservicetab/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   133
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   134
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   135
        <collection name="servicewidget" long-name="Service Widget" level="ui">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   136
          <component name="servicewidgetdatapublisher" filter="s60" long-name="Service Widget Data Publisher" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   137
            <unit bldFile="/sf/app/conversations/servicewidget/servicewidgetdatapublisher/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   138
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   139
          <component name="themes" filter="s60" long-name="Service Widget Themes" class="config">
102
5625a635abf6 Fixes for missing units in app and mw layers
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   140
            <!-- does this really need to have that number in the directory name? -->
5625a635abf6 Fixes for missing units in app and mw layers
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   141
            <unit bldFile="/sf/app/conversations/servicewidget/themes/install-themes/install/servicewidget_20021383/group"/>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   142
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   143
          <component name="servicewidget_build" filter="s60" long-name="Service Widget Build">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   144
            <!-- Either move the whole collection down one directory into a single component, or move the ROM and SIS parts into a Service Widget ROM component -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   145
            <unit bldFile="/sf/app/conversations/servicewidget/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   146
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   147
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   148
        <collection name="instantmsgindicatorplugin" long-name="Instant Message Indicator Plugin" level="plugin">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   149
          <!--  collection is really a component. should move down a directory -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   150
          <component name="instantmsgindicatorplugin_build" filter="s60" long-name="Instant Message Indicator Plugin Build" introduced="^3" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   151
            <unit bldFile="/sf/app/conversations/instantmsgindicatorplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   152
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   153
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   154
        <collection name="imstatuspaneindicatorplugin" long-name="IM Status Pane Indicator Plugin" level="plugin">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   155
          <!--  collection is really a component. should move down a directory -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   156
          <component name="imstatuspaneindicatorplugin_build" filter="s60" long-name="IM Status Pane Indicator Plugin Build" introduced="^3" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   157
            <unit bldFile="/sf/app/conversations/imstatuspaneindicatorplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   158
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   159
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   160
        <collection name="conversations_info" long-name="Conversation 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: 31
diff changeset
   161
          <component name="conversations_plat" filter="s60" long-name="Conversation 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: 31
diff changeset
   162
            <unit bldFile="/sf/app/conversations/conversations_plat/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   163
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   164
          <component name="conversations_build" filter="s60" long-name="Conversation Apps Build">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   165
            <!-- can the exports be moved to other components? or this remade into a configuration component?-->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   166
            <unit bldFile="/sf/app/conversations/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   167
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   168
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   169
      </block>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   170
    </layer>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   171
  </systemModel>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   172
</SystemDefinition>