symbian4/app/search/package_definition.xml
author Simon Howkins <simonh@symbian.org>
Thu, 10 Jun 2010 16:30:35 +0100
branchHighFidelityModel
changeset 283 7b6dfbac0dd3
parent 246 f99f9ea9b39f
child 335 633f3bea9521
permissions -rw-r--r--
Change the order of tests in sub GetXsltDir, so that it tests relative to the root directory before using the current dir (which will always exist) Improved debug output when unable to open some of the files.

<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
 <package id="search" name="Search Apps" levels="eng base app api">
	<collection id="search_info" name="Search Info"> 
	<component id="search_build" name="Search Build" introduced="^4">
	  <unit bldFile="group"/>
	 </component>
	</collection>
	<collection id="searchui" name="Search UI">
	<component id="searchui_build" name="Search UI Build" introduced="^4">
	  <unit bldFile="searchui" qt:proFile="searchui.pro"/>
	 </component>
	</collection>
 </package>
</SystemDefinition>