sf_config/cenrep/src/convertpluginlayer/implml/assets.convertprojectml
changeset 41 877bf5d7469a
parent 37 04e7a3912350
child 48 dfb99032885d
equal deleted inserted replaced
37:04e7a3912350 41:877bf5d7469a
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <convertprojectml xmlns="http://www.s60.com/xml/convertprojectml/1">
       
     3 	<targetProject path=""/>
       
     4 	<!-- S60 Layer -->
       
     5 	<layer path="assets/s60">
       
     6 	    <!-- tempfix: copy possible implml files from incorrectly exported confml folder to implml folder -->
       
     7         <folder path="implml">
       
     8 			<filter action="add" data="assets/s60/confml/*.crml"/>
       
     9 			<filter action="add" data="assets/s60/confml/*.gcfml"/>
       
    10 			<filter action="add" data="assets/s60/confml/*.ibyml"/>
       
    11 		</folder>
       
    12       <!-- define layer root and configuration root -->
       
    13 		<file type="layer_root" path="root.confml">
       
    14 			<filter action="include_file" data="confml/*.confml"/>
       
    15 		</file>
       
    16 		<file type="configuration_root" path="s60_root.confml">
       
    17 			<filter action="include_layer" data="assets/s60/root.confml"/>
       
    18 		</file>	
       
    19 	</layer>
       
    20  
       
    21 	<!-- Symbian Layer -->		
       
    22 	<layer path="assets/symbianos">		
       
    23 	  <!-- copy possible files from "old" structure to new confproject structure -->
       
    24 	  <folder path="confml">
       
    25 		<filter action="add" data="confml_data/symbianos/*.confml"/>
       
    26 	  </folder>
       
    27 	  <folder path="implml">
       
    28 		<filter action="add" data="confml_data/symbianos/*.crml"/>
       
    29 		<filter action="add" data="confml_data/symbianos/*.gcfml"/>
       
    30 		<filter action="add" data="confml_data/symbianos/*.ibyml"/>
       
    31 	  </folder>
       
    32       <!-- define layer root and configuration root -->
       
    33       <file type="layer_root" path="root.confml">
       
    34 		<filter action="include_file" data="confml/*.confml"/>
       
    35 	  </file>
       
    36 	  <file type="configuration_root" path="symbianos_root.confml">
       
    37 		<filter action="include_layer" data="assets/symbianos/root.confml"/>
       
    38 	  </file>	
       
    39 	</layer>
       
    40 </convertprojectml>