Remove HS Runtime Plugins component, and stop treating homescreen_exports_to_rom.pri as a component (it doesn't work!) HighFidelityModel
authorWilliam Roberts <williamr@symbian.org>
Wed, 01 Sep 2010 15:38:22 +0100
branchHighFidelityModel
changeset 376 c58be2f64a36
parent 375 2d82fee5549d
child 377 1bf13807234c
Remove HS Runtime Plugins component, and stop treating homescreen_exports_to_rom.pri as a component (it doesn't work!)
symbian4/app/homescreen/package_definition.xml
--- a/symbian4/app/homescreen/package_definition.xml	Wed Sep 01 14:57:13 2010 +0100
+++ b/symbian4/app/homescreen/package_definition.xml	Wed Sep 01 15:38:22 2010 +0100
@@ -6,6 +6,11 @@
       <unit bldFile="tsrc" qt:proFile="tsrc.pro" qt:qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
      </component>
     </collection>
+    <collection id="homescreen_plat" name="Home Screen Platform API" level="support">
+    <component id="homescreen_plat_build" name="Home Screen Platform API Build">
+      <unit bldFile="homescreen_plat" qt:proFile="homescreen_plat.pro"/>
+     </component>
+    </collection>
   <collection id="homescreenapp" name="Home Screen Application" level="hs">
 	<component id="hsutils" name="Home Screen Utils" introduced="^4">
       <unit bldFile="homescreenapp/hsutils"  qt:proFile="hsutils.pro" qt:qmakeArgs="-r -config rom"/>
@@ -13,9 +18,6 @@
 	<component id="hsdomainmodel" name="HS Domain Model" introduced="^4">
       <unit bldFile="homescreenapp/hsdomainmodel"  qt:proFile="hsdomainmodel.pro" qt:qmakeArgs="-r -config rom"/>
      </component>
-	<component id="hs_runtimeplugins" name="HS Runtime Plugins" introduced="^4" class="plugin">
-      <unit bldFile="homescreenapp/runtimeplugins"  qt:proFile="runtimeplugins.pro" qt:qmakeArgs="-r -config rom"/>
-     </component>
 	<component id="hs_serviceproviders" name="HS Service Providers" introduced="^4" class="plugin">
       <unit bldFile="homescreenapp/serviceproviders"  qt:proFile="serviceproviders.pro" qt:qmakeArgs="-r -config rom"/>
      </component>
@@ -37,10 +39,6 @@
 	<component id="hswidgetuninstaller" name="HS Widget Uninstaller" introduced="^4">
       <unit bldFile="homescreenapp/hswidgetuninstaller"  qt:proFile="hswidgetuninstaller.pro" qt:qmakeArgs="-r -config rom"/>
      </component>
-	<component id="homescreenapp_rom" name="Home Screen App ROM" introduced="^4">
-      <unit bldFile="homescreenapp"  qt:proFile="homescreenapp_exports_to_rom.pri" qt:qmakeArgs="-r -config rom"/>
-     </component>
-    </collection>
   <collection id="screensaver" name="Screen Saver" level="ss">
 	<!-- break collection into components, or move down a dir and make it a component -->
     <component id="screensaver_build" name="Screen Saver Build">