symbian4/mw/hb/package_definition.xml
branchHighFidelityModel
changeset 218 5ab61259495b
parent 173 0f61ddd27c1c
--- a/symbian4/mw/hb/package_definition.xml	Wed May 19 10:37:39 2010 +0100
+++ b/symbian4/mw/hb/package_definition.xml	Wed May 19 10:41:47 2010 +0100
@@ -80,18 +80,18 @@
         <collection name="hb_info" long-name="Orbit Info" level="api">
           <component name="hb_build" long-name="Orbit Build" introduced="^4">
             <!-- should break this down into actual components -->
-            <unit bldFile="/sf/mw/hb/."/>
+            <unit bldFile="/sf/mw/hb/." proFile="hb.pro" qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
           </component>
         </collection>
         <collection name="hb_test" long-name="Orbit Test" level="test">
           <component name="hb_fute" filter="hb_fute_app" long-name="Fute" introduced="^4">
-            <unit bldFile="/sf/mw/hb/tsrc/fute"/>
+            <unit bldFile="/sf/mw/hb/tsrc/fute" proFile="fute.pro" qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
           </component>
           <component name="hb_unit" filter="test,hb_unit_test,unit_test" long-name="HB Unit Tests" introduced="^4">
-            <unit bldFile="/sf/mw/hb/tsrc/unit"/>
+            <unit bldFile="/sf/mw/hb/tsrc/unit" proFile="unit.pro" qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
           </component>
           <component name="hb_test_resources" filter="test,hb_test_resources" long-name="Orbit Test Resources" introduced="^4">
-            <unit bldFile="/sf/mw/hb/tsrc/resources"/>
+            <unit bldFile="/sf/mw/hb/tsrc/resources" qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN" proFile="resources.pro"/>
           </component>
         </collection>
       </block>