foundation_system/sf_config/cenrep/src/convertpluginlayer/implml/assets.convertprojectml
author Pat Downey <patd@symbian.org>
Tue, 11 May 2010 23:06:15 +0100
changeset 41 877bf5d7469a
parent 26 sf_config/cenrep/src/convertpluginlayer/implml/assets.convertprojectml@11e646d40707
child 69 3143ae674367
permissions -rw-r--r--
Move and merge modified sf_config/config files to be underneath foundation_system in line with the restructure that occurred as part of fc38b048ab2f.

<?xml version="1.0" encoding="UTF-8"?>
<convertprojectml xmlns="http://www.s60.com/xml/convertprojectml/1">
	<targetProject path=""/>
	<!-- S60 Layer -->
	<layer path="assets/s60">
	    <!-- tempfix: copy possible implml files from incorrectly exported confml folder to implml folder -->
        <folder path="implml">
			<filter action="add" data="assets/s60/confml/*.crml"/>
			<filter action="add" data="assets/s60/confml/*.gcfml"/>
			<filter action="add" data="assets/s60/confml/*.ibyml"/>
		</folder>
      <!-- define layer root and configuration root -->
		<file type="layer_root" path="root.confml">
			<filter action="include_file" data="confml/*.confml"/>
		</file>
		<file type="configuration_root" path="s60_root.confml">
			<filter action="include_layer" data="assets/s60/root.confml"/>
		</file>	
	</layer>
 
	<!-- Symbian Layer -->		
	<layer path="assets/symbianos">		
	  <!-- copy possible files from "old" structure to new confproject structure -->
	  <folder path="confml">
		<filter action="add" data="confml_data/symbianos/*.confml"/>
	  </folder>
	  <folder path="implml">
		<filter action="add" data="confml_data/symbianos/*.crml"/>
		<filter action="add" data="confml_data/symbianos/*.gcfml"/>
		<filter action="add" data="confml_data/symbianos/*.ibyml"/>
	  </folder>
      <!-- define layer root and configuration root -->
      <file type="layer_root" path="root.confml">
		<filter action="include_file" data="confml/*.confml"/>
	  </file>
	  <file type="configuration_root" path="symbianos_root.confml">
		<filter action="include_layer" data="assets/symbianos/root.confml"/>
	  </file>	
	</layer>
</convertprojectml>