Moved further feature database artifacts from binaries zip to tools zip.
authorSimon Howkins <simonh@symbian.org>
Wed, 21 Jul 2010 15:29:50 +0100
changeset 1175 b7b3892c3ce5
parent 1174 8174fb206005
child 1176 19e93405e223
Moved further feature database artifacts from binaries zip to tools zip. This should be enough to ensure that a platform build that uses a tools baseline includes the necessary feature database files.
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Fri Jul 16 14:27:15 2010 +0100
+++ b/common/build.postbuild.xml	Wed Jul 21 15:29:50 2010 +0100
@@ -335,7 +335,11 @@
                     <arg value="-x!epoc32\gcc_mingw"/>
                     <arg value="-x!epoc32\tools"/>
                     <arg value="-x!epoc32\data\buildinfo.txt"/>
+                    <!-- Feature database artifacts released as part of the tools zip -->
                     <arg value="-x!epoc32\data\config\features.dat"/>
+                    <arg value="-x!epoc32\include\featureuids.h"/>
+                    <arg value="-x!epoc32\rom\include\feature.iby"/>
+                    <arg value="-x!epoc32\rom\include\featuredatabase.xml"/>
                     <arg value="-x!epoc32\data\media"/> <!-- Files created when emulator is used to create comms database - not worth releasing-->
                     <arg value="-x!epoc32\build"/>
                     <arg value="-x!epoc32\release\armv5"/>
@@ -470,6 +474,9 @@
             <arg value="epoc32/gcc_mingw"/>
             <arg value="epoc32/data/buildinfo.txt"/>
             <arg value="epoc32/data/config/features.dat"/>
+            <arg value="epoc32/include/featureuids.h"/>
+            <arg value="epoc32/rom/include/feature.iby"/>
+            <arg value="epoc32/rom/include/featuredatabase.xml"/>
         </exec>
         <antcall target="sf-zip-content">
             <param name="zip.config.file" value="${temp.build.dir}/zip.cfg.xml.ftl"/>