symbian3/mw/inputmethods/package_definition_3.0.xml
author William Roberts <williamr@symbian.org>
Wed, 17 Feb 2010 23:59:17 +0000
branchHighFidelityModel
changeset 65 e754af35c291
parent 63 d7aa110911c4
child 104 a529b4472f95
permissions -rw-r--r--
Point of closest approach between joined model and PDK 3.0.g v2 single model - added adaptation layer to the root model - package_definition_3.0.xml files for qemu, beagleboard and stubs - added package_definition_3.0.xml for tools\homescreentools, and used that instead of app\homescreentools - added various extras under "sf_build", and corrected capitalisation to match single model - changed some filters from "test" to "sf_build", because we need to build those things Left out some dubious units - cross-checking shows 4 missing /sf/mw/remoteconn/connectivitytransports/plpremotelink/group /sf/mw/remoteconn/connectivitytransports/plpvariant/group /sf/os/textandloc/charconvfw/charconv/ongoing/group /sf/os/textandloc/charconvfw/charconvplugin/group

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="inputmethods" name="Input Methods" levels="plugin engine framework">
    <collection id="textinput" name="Text Input" level="framework">
      <component id="ptienginev2" filter="s60" name="Predictive Text Input Engine">
      	<meta rel="config">
      		<defined condition="RD_INTELLIGENT_TEXT_INPUT"/>
      	</meta>
      		<!--uncomment when configuration is turned on and textinput_build is removed-->
      		<!--  <unit bldFile="textinput/ptienginev2/group"/>-->
      </component>
      <component id="akninputlanguage" filter="s60" name="Avkon Input Language">
        <unit bldFile="textinput/akninputlanguage/group"/>
      </component>
      <component id="peninputarc" filter="s60" name="Pen Input Arc">
        <unit bldFile="textinput/peninputarc/group"/>
      </component>
      <component id="peninputcommonctrls" filter="s60" name="Pen Input Common Controls">
        <unit bldFile="textinput/peninputcommonctrls/group"/>
      </component>
      <component id="peninputhwrboxcn" filter="s60" name="Chinese Handwriting Recognition Box" class="plugin">
        <unit bldFile="textinput/peninputhwrboxcn/group"/>
      </component>
      <component id="peninputvkbcn" filter="s60" name="Chinese Virtual Keyboard" class="plugin">
        <unit bldFile="textinput/peninputvkbcn/group"/>
      </component>
      <component id="peninputcommonlayout" filter="s60" name="Pen Input Common Layout">
        <unit bldFile="textinput/peninputcommonlayout/group"/>
      </component>
      <component id="peninputgenerichwr" filter="s60" name="Pen Input Generic Handwriting Recognition" class="plugin">
        <unit bldFile="textinput/peninputgenerichwr/group"/>
      </component>
      <component id="peninputgenericvkb" filter="s60" name="Pen Input Generic Virtual Keyboard" class="plugin">
        <unit bldFile="textinput/peninputgenericvkb/group"/>
      </component>
      <component id="peninputcommonctrlsjp" filter="s60" name="Pen Input Common Controls Japanese">
        <unit bldFile="textinput/peninputcommonctrlsjp/group"/>
      </component>
      <component id="peninputhwrboxjp" filter="s60" name="Japanese Handwriting Recognition Box" class="plugin">
        <unit bldFile="textinput/peninputhwrboxjp/group"/>
      </component>
      <component id="peninputvkbjp" filter="s60" name="Japanese Virtual Keyboard" class="plugin">
        <unit bldFile="textinput/peninputvkbjp/group"/>
      </component>
      <component id="gslangplugin" filter="s60" name="GS Language Plugin" class="plugin">
        <unit bldFile="textinput/gslangplugin"/>
      </component>
      <component id="textinput_build" filter="s60" name="Text Input Build">
       <!--needed for #ifdef, can be removed when configuration is implemented -->
        <unit bldFile="textinput/group"/>
      </component>
    </collection>
    <collection id="fep" name="FEP" level="engine">
      <component id="aknfep" filter="s60" name="Avkon FEP" class="plugin">
        <unit bldFile="fep/aknfep/group"/>
      </component>
      <component id="frontendprocessor" name="Front End Processor" purpose="mandatory">
        <unit bldFile="fep/frontendprocessor/group" mrp="fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
      </component>
    </collection>
    <collection id="inputmethods_info" name="Input Methods Info" level="framework">
      <component id="inputmethods_plat" filter="s60" name="Input Methods Platform Interfaces" class="api">
        <unit bldFile="inputmethods_plat/group"/>
      </component>
      <component id="inputmethods_pub" filter="s60" name="Input Methods Public Interfaces" class="api">
        <unit bldFile="inputmethods_pub/group"/>
      </component>
      <component id="inputmethods_test" filter="s60,test,api_test" name="Input Methods Tests" introduced="^2" purpose="development">
      	<!-- can only have one unit, #include from a single bld.inf -->
	    <unit bldFile="inputmethods_plat/pen_input_server_api/tsrc/group"/>
	    <unit bldFile="inputmethods_plat/ptiengine_hwr_api/tsrc/group"/>
	    <unit bldFile="inputmethods_plat/aknfep_uiinterface_api/tsrc/group"/>
      </component>
      <component id="inputmethods_api_tests" filter="s60,test,api_test" name="Input Methods API Tests" introduced="^2" purpose="development">
        <unit bldFile="tsrc/group"/>
      </component>
      <component id="inputmethods_metadata" name="Input Methods Metadata" class="config" introduced="^2" purpose="development" target="desktop">
        <unit mrp="inputmethods_info/inputmethods_metadata/inputmethods_metadata.mrp"/>
      </component>
    </collection>
  </package>
</SystemDefinition>