3k/app/conntools/package_definition.xml
author Simon Howkins <simonh@symbian.org>
Thu, 06 Aug 2009 10:07:59 +0100
changeset 3 70446cb9bc91
child 4 362d78dab22e
permissions -rw-r--r--
Made XML well formed (removed '-'s from attribute name) Moved definition for conntools to the layer where it belongs.

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition name="foundation" schema="2.0.1">
<systemModel>
<layer name="mw" long-name="Middleware" levels="generic specific">
<block name="conntools" long-name="Conn Tools" tech_domain="to" level="generic" levels="1 2">
    <collection name="nettools" long-name="Net Tools" level="2">
     <component name="conntest" long-name="Connection Test" origin-model="foundation">
      <unit bldFile="/sf/app/conntools/nettools/conntest/group"/>
     </component>
     <component unofficial="yes" name="nettools_build" long-name="Net Tools Build" origin-model="foundation">
      <unit bldFile="/sf/app/conntools/nettools/group"/>
     </component>
    </collection>
    <collection name="emulatorlan" long-name="Emulator Lan" level="1">
     <component name="emulatorlan_build" long-name="Emulator LAN Component" origin-model="foundation">
      <unit bldFile="/sf/app/conntools/emulatorlan/group"/>
     </component>
    </collection>
    <collection name="conntools_info" long-name="Conn Tools Info" level="2">
     <component unofficial="yes" name="conntools_build" long-name="Conn Tools Build" origin-model="foundation">
      <unit bldFile="/sf/app/conntools/group"/>
     </component>
    </collection>
   </block>
</layer>
</systemModel>
</SystemDefinition>