symbian4/app/location/package_definition.xml
author Simon Howkins <simonh@symbian.org>
Mon, 22 Nov 2010 14:53:56 +0000
branchHighFidelityModel
changeset 505 e01a413e515c
parent 246 f99f9ea9b39f
permissions -rw-r--r--
Changed to avoid bld.inf's being included more than once in speechsrv package

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
 <package id="location" name="Location Apps" levels="ui events loc api">
  <collection id="location_plat" name="Location Apps Platform Interfaces" level="api">
   <component id="location_picker_service_api" name="Location Picker Service API" introduced="^4" class="api" filter="s60">
    <unit bldFile="location_plat" qt:proFile="location_plat.pro"/>
   </component>
  </collection>
  <collection id="locationpickerservice" name="Location Picker Service" level="loc">
	<!--collection is really a component. Should move down a directory -->
   <component id="locationpickerservice_build" filter="s60" name="Location Picker Service Build" introduced="^4">
    <unit bldFile="locationpickerservice" qt:proFile="locationpickerservice.pro"/>
   </component>
  </collection>
  <collection id="locationdataharvester" name="Location Data Harvester" level="events">
	<!--collection is really a component. Should move down a directory -->
     <component id="locationdataharvester_build" name="Location Data Harvester Build" filter="s60" introduced="^4">
      <unit bldFile="locationdataharvester" qt:proFile="locationdataharvester.pro"/>
     </component>
  </collection>
 </package>
</SystemDefinition>