symbian4/mw/vpnclient/package_definition.xml
author William Roberts <williamr@symbian.org>
Wed, 10 Nov 2010 13:44:07 +0000
branchHighFidelityModel
changeset 484 038a7c0bf751
parent 330 dc8c3f5ca92a
permissions -rw-r--r--
Remove msgconf component from messagingmw, to enable the proper vlcp and vcdp support provided by app/messaging - Bug 3831

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
 <package id="vpnclient" name="VPN Client" levels="engine ui api">
  <collection id="vpnc_plat" name="VPN Client Platform Interfaces" level="api">
      <component id="vpnapi" filter="s60" class="api" name="VPN API">
		<meta rel="Api" href="vpnc_plat/vpnapi/vpn_api.metaxml"/>
        <unit bldFile="vpnc_plat/vpnapi/group"/>
      </component>
  </collection>
  <collection id="vpnapiimpl" name="VPN API Implementation" level="engine">
   <component id="vpnapi_impl" filter="s60" name="VPN Implementation">
    <unit bldFile="vpnapiimpl/group"/>
   </component>
  </collection>
 </package>
</SystemDefinition>