symbian4/app/podcatcher/package_definition.xml
author Pat Downey <patd@symbian.org>
Thu, 09 Sep 2010 10:05:23 +0100
branchHighFidelityModel
changeset 403 1009800370f9
parent 246 f99f9ea9b39f
permissions -rw-r--r--
Fix up sf_refhw component definition attributes to v3. Change 'name' to 'id' and 'long-name' to 'name'

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="podcatcher" name="Podcatcher" levels="app">
    <collection id="podcatcher_info" name="Podcatcher" level="app">
      <component id="podcatcher_build" filter="sf_build" name="Podcatcher Build" introduced="^3">
        <!-- has exports from top level bld.inf -->
        <unit bldFile="group"/> 
      </component>
      <component id="podcatcher_app" filter="sf_build" name="Podcatcher Application" introduced="^3">
        <unit bldFile="application/group"/>
      </component>
      <component id="podcatcher_engine" filter="sf_build" name="Podcatcher Engine" introduced="^3">
        <unit bldFile="engine/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>