symbian3/mw/messagingmw/package_definition.xml
author Dario Sestito <darios@symbian.org>
Mon, 15 Mar 2010 18:47:03 +0000
changeset 138 6892870d74c9
parent 30 0f4f00318d20
child 212 a44ae815a47f
permissions -rw-r--r--
Update symbian3 models from PDK_3.0.h
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     2
<!DOCTYPE SystemDefinition [
138
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel)>
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     4
 <!ATTLIST SystemDefinition
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     5
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     6
  schema CDATA #REQUIRED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     9
 <!ATTLIST layer
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    10
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    11
  long-name CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    12
  levels NMTOKENS #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    13
  span CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    15
 <!ATTLIST block
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    16
  levels NMTOKENS #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    17
  span CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    18
  level NMTOKEN #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    19
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    20
  long-name CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    21
 <!ELEMENT subblock (collection)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    22
 <!ATTLIST subblock
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    23
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    24
  long-name CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    25
 <!ELEMENT collection (component)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    26
 <!ATTLIST collection
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    27
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    28
  long-name CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    29
  level NMTOKEN #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    30
 <!ELEMENT component (unit)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    31
 <!ATTLIST component
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    32
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    33
  long-name CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    34
  deprecated CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    35
  introduced CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    36
  contract CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    37
  plugin (Y|N) 'N'
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    38
  filter CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    39
  class NMTOKENS #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    40
  supports CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    42
 <!ELEMENT unit EMPTY>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    43
 <!ATTLIST unit
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    44
  mrp CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    45
  filter CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    46
  bldFile CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    47
  root CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    48
  version NMTOKEN #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    50
  late (Y|N) #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    51
  priority CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    52
]>
138
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    53
<SystemDefinition name="Symbian^3" schema="2.0.1">
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
<systemModel>
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    55
<layer name="mw" long-name="Middleware" levels="generic specific">
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    56
<block name="messagingmw" level="specific" long-name="Messaging Middleware" levels="stack fw api">
138
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    57
    <collection name="msgbranched" long-name="Messaging Branched" level="fw">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    58
     <!-- collection is really a component. Need to move down a directory -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    59
     <component name="msgbranched_build" filter="s60" long-name="Messaging Branched Build">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    60
      <unit bldFile="/sf/mw/messagingmw/msgbranched/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    61
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    62
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    63
    <collection name="messagingfw" long-name="Messaging Framework" level="fw">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    64
     <!-- should break this collection up into smaller related collections -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    65
     <component name="alwaysonline" filter="s60" long-name="Always Online Server" introduced="^2">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    66
      <unit bldFile="/sf/mw/messagingmw/messagingfw/alwaysonline/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    67
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    68
     <component name="msgcommonutils" filter="s60" long-name="Messaging Common Utils" introduced="^2">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    69
      <unit bldFile="/sf/mw/messagingmw/messagingfw/msgcommonutils/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    70
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    71
     <component name="senduiservices" filter="s60" long-name="Send UI Services" introduced="^2">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    72
      <unit bldFile="/sf/mw/messagingmw/messagingfw/senduiservices/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    73
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    74
     <component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    75
      <unit bldFile="/sf/mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="/sf/mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    76
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    77
     <component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    78
      <unit bldFile="/sf/mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="/sf/mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    79
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    80
     <component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0" purpose="optional">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    81
      <unit bldFile="/sf/mw/messagingmw/messagingfw/biomsgfw/group" mrp="/sf/mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    82
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    83
     <component name="msgconf" long-name="Messaging Config" introduced="^2" purpose="optional" class="config">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    84
      <unit bldFile="/sf/mw/messagingmw/messagingfw/msgconf/group" mrp="/sf/mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    85
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    86
     <component name="watcherfw" long-name="Watcher Framework" purpose="optional">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    87
      <unit bldFile="/sf/mw/messagingmw/messagingfw/watcherfw/group" mrp="/sf/mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    88
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    89
     <component name="msgtest" long-name="Messaging Test" purpose="development">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    90
      <unit bldFile="/sf/mw/messagingmw/messagingfw/msgtest/group" mrp="/sf/mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    91
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    92
     <component name="sendas" long-name="Send As" purpose="optional">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    93
      <unit bldFile="/sf/mw/messagingmw/messagingfw/sendas/group" mrp="/sf/mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    94
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    95
     <component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    96
      <unit bldFile="/sf/mw/messagingmw/messagingfw/msgurlhandler/group" mrp="/sf/mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    97
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    98
     <component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    99
      <unit bldFile="/sf/mw/messagingmw/messagingfw/wappushfw/group" mrp="/sf/mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   100
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   101
     <component name="suplsmshandler" long-name="SUPL SMS Handler" introduced="^2" purpose="development" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   102
      <unit bldFile="/sf/mw/messagingmw/messagingfw/suplsmshandler/group" mrp="/sf/mw/messagingmw/messagingfw/suplsmshandler/group/lbs_suplsmstrigger.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   103
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   104
     <component name="suplwappushhandler" long-name="SUPL WAP Push Handler" introduced="^2" purpose="optional" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   105
      <unit bldFile="/sf/mw/messagingmw/messagingfw/suplwappushhandler/group" mrp="/sf/mw/messagingmw/messagingfw/suplwappushhandler/group/lbs_suplwappush.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   106
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   107
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   108
    <collection name="messagingmw_info" long-name="Messaging Middleware Info" level="api">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   109
     <component name="msgfw_plat" filter="s60" long-name="Messaging Middleware Platform Interfaces" class="api">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   110
      <unit bldFile="/sf/mw/messagingmw/msgfw_plat/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   111
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   112
     <component name="msgfw_pub" filter="s60" long-name="Messaging Middleware Public Interfaces" class="api">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   113
      <unit bldFile="/sf/mw/messagingmw/msgfw_pub/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   114
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   115
     <component name="messagingmw_metadata" long-name="Messaging Middleware Metadata" introduced="^2" purpose="development" class="config PC">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   116
      <unit mrp="/sf/mw/messagingmw/messagingmw_info/messagingmw_metadata/messagingmw_metadata.mrp"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   117
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   118
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   119
   </block>
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   120
</layer>
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   121
</systemModel>
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   122
</SystemDefinition>