symbian4/app/settingsuis/package_definition.xml
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 14:16:42 +0100
branchHighFidelityModel
changeset 290 68e1c0cabc54
parent 246 f99f9ea9b39f
permissions -rw-r--r--
Reflect the removal of various locationsrv platform APIs and components

<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
 <package id="settingsuis" name="Settings UIs" levels="plugin ui">
  <collection id="controlpanelplugins" name="Control Panel Plugins" level="plugin">
   <component id="themeplugin" filter="s60" name="Theme Plugin" introduced="^4">
    <unit bldFile="controlpanelplugins/themeplugin" qt:proFile="themeplugin.pro" qt:qmakeArgs="-r -config rom"/>
   </component>	
  </collection>
  <collection id="controlpanelui" name="Control Panel UI" level="ui">
	<!-- collection is really a component, move down a dir -->
   <component id="controlpanelui_build" filter="s60" name="Control Panel UI Build" introduced="^4">
    <unit bldFile="controlpanelui" qt:proFile="controlpanelui.pro" qt:qmakeArgs="-r -config rom"/>
   </component>
  </collection>
 </package>
</SystemDefinition>