symbian4/app/location/package_definition.xml
author Pat Downey <patd@symbian.org>
Wed, 27 Oct 2010 14:21:55 +0100
branchHighFidelityModel
changeset 476 799d639e0da9
parent 246 f99f9ea9b39f
permissions -rw-r--r--
Remove tun component from networkingsrv package definition.

<?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>