symbian3/app/conversations/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 17 Mar 2010 14:41:09 +0000
branchHighFidelityModel
changeset 141 27d9d356efbf
parent 102 5625a635abf6
permissions -rw-r--r--
Separate out all API components
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">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 102
diff changeset
    80
        <collection name="conversations_plat" long-name="Conversation Apps Platform Interfaces" level="ui">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 102
diff changeset
    81
          <component name="im_cv_launcher_api" long-name="IM CV Launcher API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 102
diff changeset
    82
            <unit bldFile="/sf/app/conversations/conversations_plat/im_cv_launcher_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 102
diff changeset
    83
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 102
diff changeset
    84
          <component name="im_connection_api" long-name="IM Connection API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 102
diff changeset
    85
            <unit bldFile="/sf/app/conversations/conversations_plat/im_connection_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 102
diff changeset
    86
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 102
diff changeset
    87
          <component name="im_cv_appui_api" long-name="IM CV App UI API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 102
diff changeset
    88
            <unit bldFile="/sf/app/conversations/conversations_plat/im_cv_appui_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 102
diff changeset
    89
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 102
diff changeset
    90
        </collection>
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
    91
        <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
    92
          <!-- 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
    93
          <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
    94
            <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
    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
        </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
    97
        <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
    98
          <!-- 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
    99
          <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
   100
            <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
   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
        </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
   103
        <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
   104
          <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
   105
            <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
   106
          </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
   107
          <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
   108
            <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
   109
          </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
   110
          <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
   111
            <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
   112
          </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
   113
          <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
   114
            <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
   115
          </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
   116
          <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
   117
            <!-- 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
   118
            <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
   119
          </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
   120
        </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
   121
        <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
   122
          <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
   123
            <!-- 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
   124
            <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
   125
          </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
   126
          <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
   127
            <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
   128
          </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
   129
          <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
   130
            <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
   131
          </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
   132
          <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
   133
            <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
   134
          </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
   135
          <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
   136
            <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
   137
          </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
   138
          <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
   139
            <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
   140
          </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
   141
          <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
   142
            <!-- 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
   143
            <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
   144
          </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
        </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
   146
        <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
   147
          <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
   148
            <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
   149
          </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
   150
          <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
   151
            <!-- 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
   152
            <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
   153
          </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
   154
          <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
   155
            <!-- 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
   156
            <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
   157
          </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
   158
        </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
   159
        <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
   160
          <!--  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
   161
          <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
   162
            <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
   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
        </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
   165
        <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
   166
          <!--  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
   167
          <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
   168
            <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
   169
          </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
   170
        </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
   171
        <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
   172
          <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
   173
            <!-- 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
   174
            <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
   175
          </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
   176
        </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
   177
      </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
   178
    </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
   179
  </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
   180
</SystemDefinition>