Changed to avoid bld.inf's being included more than once in photos package HighFidelityModel
authorSimon Howkins <simonh@symbian.org>
Mon, 15 Nov 2010 12:32:58 +0000
branchHighFidelityModel
changeset 493 0d0b70daed4d
parent 492 9d01207f9dd3
child 494 ffbb1558e0c2
Changed to avoid bld.inf's being included more than once in photos package
symbian3/app/photos/package_definition.xml
--- a/symbian3/app/photos/package_definition.xml	Mon Nov 15 12:13:51 2010 +0000
+++ b/symbian3/app/photos/package_definition.xml	Mon Nov 15 12:32:58 2010 +0000
@@ -60,9 +60,8 @@
    <component id="imgvwr" filter="s60" name="Photos Image Viewer" introduced="^3">
     <unit bldFile="photosgallery/imgvwr/group"/>
    </component>
-   <component id="photosgallery_build" filter="s60" name="Photos Gallery Build" introduced="^2">
-    <!--  need to remove the #included above bld.infs from this  -->
-    <unit bldFile="photosgallery/group"/>
+   <component id="photosgallery_exports" filter="s60" name="Photos Gallery Exports" introduced="^2">
+    <unit bldFile="photosgallery/exports"/>
    </component>
   </collection>
  </package>