symbian3/mw/vpnclient/package_definition.xml
branchHighFidelityModel
changeset 141 27d9d356efbf
parent 102 5625a635abf6
--- a/symbian3/mw/vpnclient/package_definition.xml	Thu Mar 11 10:32:52 2010 +0000
+++ b/symbian3/mw/vpnclient/package_definition.xml	Wed Mar 17 14:41:09 2010 +0000
@@ -78,6 +78,11 @@
     <layer name="mw" long-name="Middleware" levels="generic specific">
       <block name="vpnclient" level="specific" long-name="VPN Client" levels="engine ui api">
         <!-- is the !oem_build filter needed? -->
+        <collection name="vpnc_plat" long-name="VPN Client Platform Interfaces" level="api">
+          <component name="vpnapi" filter="s60" long-name="VPN API" class="api">
+            <unit bldFile="/sf/mw/vpnclient/vpnc_plat/vpnapi/group" filter="!oem_build"/>
+          </component>
+        </collection>
         <collection name="vpnapiimpl" long-name="VPN API Implementation" level="api">
           <component name="vpnapi" filter="s60" long-name="VPN API">
             <unit bldFile="/sf/mw/vpnclient/vpnapiimpl/group" filter="!oem_build"/>
@@ -197,9 +202,6 @@
             <!-- should split this up into the other components and remove this-->
             <unit bldFile="/sf/mw/vpnclient/group" filter="!oem_build"/>
           </component>
-          <component name="vpnc_plat" filter="s60" long-name="VPN Client Platform Interfaces" class="api">
-            <unit bldFile="/sf/mw/vpnclient/vpnc_plat/vpnapi/group" filter="!oem_build"/>
-          </component>
         </collection>
       </block>
     </layer>