symbian3/mw/shortlinkconn/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 03 Feb 2010 11:49:07 +0000
branchHighFidelityModel
changeset 46 c94b55c3fb61
parent 30 0f4f00318d20
child 141 27d9d356efbf
permissions -rw-r--r--
Finish off the packagedef changes for the mw layer
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"?>
46
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     2
<!DOCTYPE SystemDefinition [
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     4
<!ATTLIST SystemDefinition
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     5
  name CDATA #REQUIRED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     6
  schema CDATA #REQUIRED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     7
>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     9
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    10
<!-- System Model Section of DTD -->
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    11
<!ELEMENT systemModel (layer+)>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    12
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    15
<!ATTLIST layer
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    16
  name CDATA #REQUIRED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    17
  long-name CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    18
  levels NMTOKENS #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    19
  span CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    20
>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    21
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    24
<!ATTLIST block
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    25
  levels NMTOKENS #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    26
  span CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    27
  level NMTOKEN #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    28
  name CDATA #REQUIRED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    29
  long-name CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    30
>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    31
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    32
<!ELEMENT subblock (collection)*>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    34
<!ATTLIST subblock
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    35
  name CDATA #REQUIRED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    36
  long-name CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    37
>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    38
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    39
<!ELEMENT collection (component)*>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    41
<!ATTLIST collection
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    42
  name CDATA #REQUIRED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    43
  long-name CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    44
  level NMTOKEN #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    45
>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    46
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    47
<!ELEMENT component (unit)*>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    49
<!ATTLIST component
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    50
  name CDATA #REQUIRED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    51
  long-name CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    52
  deprecated CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    53
  introduced CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    54
  contract CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    55
  plugin (Y|N) "N"
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    56
  filter CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    57
  class NMTOKENS #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    58
  supports CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    60
>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    61
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    62
<!ELEMENT unit EMPTY >
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    63
<!-- must be buildable (bld.inf) -->
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    65
<!ATTLIST unit
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    66
  mrp CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    67
  filter CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    68
  bldFile CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    69
  root CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    70
  version NMTOKEN #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    72
  late (Y|N) #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    73
  priority CDATA #IMPLIED
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    74
>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    75
]>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    77
  <systemModel>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    78
    <layer name="mw" long-name="Middleware" levels="generic specific">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    79
      <block name="shortlinkconn" level="generic" long-name="Shortlink Connectivity" levels="framework server generic specific plugin">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    80
        <!-- Package is pending removal. Contents to be moved to remoteconn and btservices -->
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    81
        <collection name="localconnectivityservice" long-name="Local Connectivity Service" level="server">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    82
          <component name="locod" long-name="Local Connectivity Daemon">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    83
            <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/locod/group"/>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    84
          </component>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    85
          <component name="obexserviceman" long-name="OBEX Service Managar">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    86
            <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/obexserviceman/group"/>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    87
          </component>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    88
          <component name="obexsendservices" long-name="OBEX Send Services">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    89
            <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/obexsendservices/group"/>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    90
          </component>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    91
          <component name="obexreceiveservices" long-name="OBEX Receive Services">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    92
            <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/obexreceiveservices/group"/>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    93
          </component>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    94
          <component name="dun" long-name="Dial Up Networking">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    95
            <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/dun/group"/>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    96
          </component>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    97
          <component name="lccustomplugin" long-name="LC Custom Plugins" plugin="Y">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    98
            <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/lccustomplugin/group"/>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    99
          </component>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   100
          <component name="lcstylustap" long-name="LC Stylus Tap Plugins" plugin="Y">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   101
            <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/lcstylustap/group"/>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   102
          </component>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   103
          <component name="legacymodemplugin" long-name="Legacy Modem Plugin" plugin="Y">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   104
            <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/legacymodemplugin/group"/>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   105
          </component>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   106
          <component name="modematplugin" long-name="Modem AT Plugin" plugin="Y">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   107
            <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/modematplugin/group"/>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   108
          </component>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   109
          <component name="generichid" long-name="Generic HID">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   110
            <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/generichid/group"/>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   111
          </component>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   112
          <component name="headset" long-name="Headset">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   113
            <unit bldFile="/sf/mw/shortlinkconn/localconnectivityservice/headset/group"/>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   114
          </component>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   115
        </collection>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   116
        <collection name="shortlinkconn_info" long-name="Shortlink Connectivity Info" level="plugin">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   117
          <component name="shortlinkconn_plat" filter="s60" long-name="Shortlink Connectivity Platform Interfaces" class="api">
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   118
            <unit bldFile="/sf/mw/shortlinkconn/shortlinkconn_plat/group"/>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   119
          </component>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   120
        </collection>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   121
      </block>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   122
    </layer>
c94b55c3fb61 Finish off the packagedef changes for the mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   123
  </systemModel>
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
   124
</SystemDefinition>