symbian3/mw/ipconnmgmt/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Mon, 22 Feb 2010 12:18:18 +0000
branchHighFidelityModel
changeset 102 5625a635abf6
parent 44 0b761d12ae12
child 141 27d9d356efbf
permissions -rw-r--r--
Fixes for missing units in app and mw layers

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SystemDefinition [
<!ELEMENT SystemDefinition ( systemModel )>
<!ATTLIST SystemDefinition
  name CDATA #REQUIRED
  schema CDATA #REQUIRED
>
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->

<!-- System Model Section of DTD -->
<!ELEMENT systemModel (layer+)>

<!ELEMENT layer (block* | collection*)*>
<!-- Kernel Services, Base Services, OS Services, Etc -->
<!ATTLIST layer
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  levels NMTOKENS #IMPLIED
  span CDATA #IMPLIED
>

<!ELEMENT block (subblock* | collection*)*>
 <!-- Generic OS services, Comms Services, etc -->
<!ATTLIST block
  levels NMTOKENS #IMPLIED
  span CDATA #IMPLIED
  level NMTOKEN #IMPLIED
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
>

<!ELEMENT subblock (collection)*>
<!-- Cellular Baseband Services, Networking Services, etc -->
<!ATTLIST subblock
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
>

<!ELEMENT collection (component)*>
<!-- Screen Driver, Content Handling, etc -->
<!ATTLIST collection
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  level NMTOKEN #IMPLIED
>

<!ELEMENT component (unit)*>
<!-- contains units or is a  package or prebuilt -->
<!ATTLIST component
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  deprecated CDATA #IMPLIED
  introduced CDATA #IMPLIED
  contract CDATA #IMPLIED
  plugin (Y|N) "N"
  filter CDATA #IMPLIED
  class NMTOKENS #IMPLIED
  supports CDATA #IMPLIED
  purpose ( optional | mandatory | development ) "optional"
>

<!ELEMENT unit EMPTY >
<!-- must be buildable (bld.inf) -->
<!-- bldFile  may someday be removed in favour of mrp -->
<!ATTLIST unit
  mrp CDATA #IMPLIED
  filter CDATA #IMPLIED
  bldFile CDATA #IMPLIED
  root CDATA #IMPLIED
  version NMTOKEN #IMPLIED
  prebuilt NMTOKEN #IMPLIED
  late (Y|N) #IMPLIED
  priority CDATA #IMPLIED
>
]>
<SystemDefinition name="Symbian^3" schema="2.0.1">
  <systemModel>
    <layer name="mw" long-name="Middleware" levels="generic specific">
      <block name="ipconnmgmt" level="generic" long-name="IP Connectivity Management" levels="plugin framework server generic utils">
        <collection name="accesspointcontrol" long-name="Access Point Control" level="plugin">
          <component name="apcontrollistplugin" filter="s60" long-name="Access Point Control List Plugin" introduced="^2" plugin="Y">
            <unit bldFile="/sf/mw/ipconnmgmt/accesspointcontrol/apcontrollistplugin/group"/>
          </component>
        </collection>
        <collection name="alwayson_net_plugin" long-name="Always Online Net Plugin" level="server">
          <component name="pdpcontextmanager2" filter="s60" long-name="PDP Context Manager 2">
            <unit bldFile="/sf/mw/ipconnmgmt/alwayson_net_plugin/pdpcontextmanager2/group"/>
          </component>
        </collection>
        <collection name="apengine" long-name="Access Point Engine" level="framework">
          <component name="apeng" filter="s60" long-name="Access Point Engine">
            <unit bldFile="/sf/mw/ipconnmgmt/apengine/apeng/group"/>
          </component>
          <component name="apsettingshandlerui" filter="s60" long-name="Access Point Settings Handler UI">
            <unit bldFile="/sf/mw/ipconnmgmt/apengine/apsettingshandlerui/group"/>
          </component>
          <component name="apsettingsplugin" filter="s60" long-name="Access Point Settings Plugin" plugin="Y">
            <unit bldFile="/sf/mw/ipconnmgmt/apengine/apsettingsplugin/group"/>
          </component>
        </collection>
        <collection name="bearermanagement" long-name="Bearer Management" level="framework">
          <component name="mpm" filter="s60" long-name="Mobility Policy Manager">
            <unit bldFile="/sf/mw/ipconnmgmt/bearermanagement/mpm/group"/>
          </component>
          <component name="extendedconnpref" filter="s60" long-name="Extended Connection Preferences">
            <unit bldFile="/sf/mw/ipconnmgmt/bearermanagement/extendedconnpref/group"/>
          </component>
          <component name="s60mcpr" filter="s60" long-name="S60 Meta-Connection Provider" plugin="Y">
            <unit bldFile="/sf/mw/ipconnmgmt/bearermanagement/S60MCPR/group"/>
          </component>
        </collection>
        <collection name="cmmanager" long-name="Connection Method Manager" level="framework">
          <component name="cmmgr" filter="s60" long-name="CM Manager">
            <unit bldFile="/sf/mw/ipconnmgmt/cmmanager/cmmgr/group"/>
          </component>
          <component name="gsconnsettingsplugin" filter="s60" long-name="GS Connection Settings Plugin" introduced="^3" plugin="Y">
            <unit bldFile="/sf/mw/ipconnmgmt/cmmanager/gsconnsettingsplugin/group"/>
          </component>
        </collection>
        <collection name="connectionmonitoring" long-name="Connection Monitoring" level="server">
          <component name="connectionmonitorplugin" filter="s60" long-name="Connection Monitor Plugin" plugin="Y">
            <unit bldFile="/sf/mw/ipconnmgmt/connectionmonitoring/connectionmonitorplugin/group"/>
          </component>
          <component name="connectionmonitorui" filter="s60" long-name="Connection Monitor UI">
            <unit bldFile="/sf/mw/ipconnmgmt/connectionmonitoring/connectionmonitorui/group"/>
          </component>
          <component name="connmon" filter="s60" long-name="Connection Monitor">
            <!-- either split into two components, or #include from a common bld.inf -->
            <unit bldFile="/sf/mw/ipconnmgmt/connectionmonitoring/connmon/connectionmonitor/group"/>
            <unit bldFile="/sf/mw/ipconnmgmt/connectionmonitoring/connmon/dataconnectionlogger/group"/>
          </component>
          <component name="connmonext" filter="s60" long-name="Connection Monitor Extension API">
            <unit bldFile="/sf/mw/ipconnmgmt/connectionmonitoring/connmonext/group"/>
          </component>
        </collection>
        <collection name="connectionutilities" long-name="Connection Utilities" level="utils">
          <component name="connectiondialogs" filter="s60" long-name="Connection Dialogs">
            <unit bldFile="/sf/mw/ipconnmgmt/connectionutilities/connectiondialogs/group"/>
          </component>
        </collection>
        <collection name="dbcreator" long-name="DB Creator" level="utils">
          <component name="commsdatcreator" filter="s60" long-name="Comms Database Creator" introduced="9.3">
            <unit bldFile="/sf/mw/ipconnmgmt/dbcreator/commsdatcreator/group"/>
          </component>
          <component name="commsdatcreatorrfsplugin" filter="s60" long-name="Comms Database Creator RFS Plugin" introduced="9.3" plugin="Y">
            <!-- uncomment when config is turned on -->
            <!-- <unit bldFile="dbcreator/commsdatcreatorrfsplugin/group"/>-->
          </component>
          <component name="commsdatstartup" filter="s60" long-name="Comms Database Startup" introduced="9.3">
            <unit bldFile="/sf/mw/ipconnmgmt/dbcreator/commsdatstartup/group"/>
          </component>
          <component name="dbcreatorexe" filter="s60" long-name="DB Creator" introduced="9.3">
            <unit bldFile="/sf/mw/ipconnmgmt/dbcreator/dbcreatorexe/group"/>
          </component>
          <component name="dbcreator_build" filter="s60" long-name="DB Creator Build" introduced="9.3">
            <!-- move exports to another component, this is needed for the #ifndef for commsdatcreatorrfsplugin until configuration is in place-->
            <unit bldFile="/sf/mw/ipconnmgmt/dbcreator/group"/>
          </component>
        </collection>
        <collection name="ipconnmgmt_info" long-name="IP Connectivity Management Info" level="utils">
          <component name="ipcm_pub" filter="s60" long-name="IP Connectivity Management Public Interfaces" class="api">
            <unit bldFile="/sf/mw/ipconnmgmt/ipcm_pub/group"/>
          </component>
          <component name="ipcm_plat" filter="s60" long-name="IP Connectivity Management Platform Interfaces" class="api">
            <unit bldFile="/sf/mw/ipconnmgmt/ipcm_plat/group"/>
          </component>
          <component name="ipcm_build" filter="s60" long-name="IP Connectivity Management Build">
            <!-- need to move exports to another component, or maek this a config component and revmove the #includes -->
            <unit bldFile="/sf/mw/ipconnmgmt/group"/>
          </component>
        </collection>
      </block>
    </layer>
  </systemModel>
</SystemDefinition>