Add CustomisationInterface layer to ConE configuration.
--- a/foundation_system/sf_config/cenrep/src/convertpluginlayer/implml/assets.convertprojectml Wed Sep 15 17:42:13 2010 +0100
+++ b/foundation_system/sf_config/cenrep/src/convertpluginlayer/implml/assets.convertprojectml Mon Sep 20 18:16:55 2010 +0100
@@ -1,19 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<convertprojectml xmlns="http://www.s60.com/xml/convertprojectml/1">
<targetProject path=""/>
+
+ <!-- customisation\CustomisationInterface Layer -->
+ <layer path="customisation/CustomisationInterface">
+ <file type="layer_root" path="root.confml">
+ <filter action="include_file" data="confml/*.confml"/>
+ </file>
+ </layer>
+
<!-- S60 Layer -->
<layer path="assets/s60">
<!-- tempfix: copy possible implml files from incorrectly exported confml folder to implml folder -->
- <folder path="implml">
+ <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 -->
+ <!-- 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="customisation/CustomisationInterface/root.confml"/>
<filter action="include_layer" data="assets/s60/root.confml"/>
</file>
</layer>
@@ -34,6 +43,7 @@
<filter action="include_file" data="confml/*.confml"/>
</file>
<file type="configuration_root" path="symbianos_root.confml">
+ <filter action="include_layer" data="customisation/CustomisationInterface/root.confml"/>
<filter action="include_layer" data="assets/symbianos/root.confml"/>
</file>
</layer>