--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sf_config/cenrep/group/bld.inf Mon Feb 01 15:19:09 2010 +0000
@@ -0,0 +1,27 @@
+/*
+* Copyright (c) 2009 Symbian Foundation Ltd
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Symbian Foundation Ltd - initial contribution.
+*
+* Contributors:
+*
+* Description:
+* Exports ConE configuration files
+*/
+
+PRJ_PLATFORMS
+DEFAULT
+
+PRJ_EXPORTS
+../src/convert.confml /epoc32/rom/config/
+../src/convertpluginlayer/root.confml /epoc32/rom/config/convertpluginlayer/
+../src/convertpluginlayer/implml/assets.convertprojectml /epoc32/rom/config/convertpluginlayer/implml/
+
+PRJ_MMPFILES
+
+PRJ_TESTMMPFILES
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sf_config/cenrep/src/convert.confml Mon Feb 01 15:19:09 2010 +0000
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration xmlns="http://www.s60.com/xml/confml/2" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <xi:include href="convertpluginlayer/root.confml"/>
+</configuration>
+
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sf_config/cenrep/src/convertpluginlayer/implml/assets.convertprojectml Mon Feb 01 15:19:09 2010 +0000
@@ -0,0 +1,40 @@
+<?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>
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sf_config/cenrep/src/convertpluginlayer/root.confml Mon Feb 01 15:19:09 2010 +0000
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration xmlns="http://www.s60.com/xml/confml/2" />
\ No newline at end of file