CompilerCompatibility/mw/inputmethods/package_definition.xml
author Dario Sestito <darios@symbian.org>
Tue, 16 Mar 2010 16:25:56 +0000
changeset 139 012b7ecead80
parent 32 f796f85fb016
child 212 a44ae815a47f
permissions -rw-r--r--
Update CompilerCompatibility models from PDK_3.0.h
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
139
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel)>
32
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
  name CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
 <!ATTLIST layer
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
  name CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
  long-name CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
  levels NMTOKENS #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
  span CDATA #IMPLIED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
 <!ATTLIST block
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    16
  levels NMTOKENS #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    17
  span CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    18
  level NMTOKEN #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    19
  name CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
  long-name CDATA #IMPLIED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
 <!ELEMENT subblock (collection)*>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
 <!ATTLIST subblock
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    23
  name CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    24
  long-name CDATA #IMPLIED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    25
 <!ELEMENT collection (component)*>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    26
 <!ATTLIST collection
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    27
  name CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    28
  long-name CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    29
  level NMTOKEN #IMPLIED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    30
 <!ELEMENT component (unit)*>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    31
 <!ATTLIST component
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    32
  name CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    33
  long-name CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    34
  deprecated CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    35
  introduced CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    36
  contract CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    37
  plugin (Y|N) 'N'
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    38
  filter CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
  class NMTOKENS #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    40
  supports CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    42
 <!ELEMENT unit EMPTY>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    43
 <!ATTLIST unit
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    44
  mrp CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    45
  filter CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    46
  bldFile CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    47
  root CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    48
  version NMTOKEN #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    50
  late (Y|N) #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    51
  priority CDATA #IMPLIED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
]>
139
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    53
<SystemDefinition name="Symbian^3" schema="2.0.1">
32
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
<systemModel>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    55
<layer name="mw" long-name="Middleware" levels="generic specific">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    56
<block name="inputmethods" level="generic" long-name="Input Methods" levels="plugin engine framework">
139
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    57
    <collection name="textinput" long-name="Text Input" level="framework">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    58
     <component name="ptienginev2" filter="s60" long-name="Predictive Text Input Engine">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    59
      <!--uncomment when configuration is turned on and textinput_build is removed-->
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    60
      <!--  <unit bldFile="textinput/ptienginev2/group"/>-->
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    61
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    62
     <component name="akninputlanguage" filter="s60" long-name="Avkon Input Language">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    63
      <unit bldFile="/sf/mw/inputmethods/textinput/akninputlanguage/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    64
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    65
     <component name="ptihangulcore" filter="s60" long-name="PIT Hangul Core" introduced="^3">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    66
      <unit bldFile="/sf/mw/inputmethods/textinput/ptihangulcore/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    67
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    68
     <component name="ptikoreanqwertycore" filter="s60" long-name="PTI Korean QWERTY Core" introduced="^3">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    69
      <unit bldFile="/sf/mw/inputmethods/textinput/ptikoreanqwertycore/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    70
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    71
     <component name="peninputarc" filter="s60" long-name="Pen Input Arc">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    72
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputarc/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    73
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    74
     <component name="peninputcommonctrls" filter="s60" long-name="Pen Input Common Controls">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    75
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputcommonctrls/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    76
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    77
     <component name="peninputhwrboxcn" filter="s60" long-name="Chinese Handwriting Recognition Box" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    78
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputhwrboxcn/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    79
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    80
     <component name="peninputvkbcn" filter="s60" long-name="Chinese Virtual Keyboard" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    81
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputvkbcn/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    82
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    83
     <component name="peninputcommonlayout" filter="s60" long-name="Pen Input Common Layout">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    84
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputcommonlayout/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    85
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    86
     <component name="peninputgenerichwr" filter="s60" long-name="Pen Input Generic Handwriting Recognition" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    87
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputgenerichwr/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    88
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    89
     <component name="peninputgenericvkb" filter="s60" long-name="Pen Input Generic Virtual Keyboard" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    90
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputgenericvkb/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    91
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    92
     <component name="peninputcommonctrlsjp" filter="s60" long-name="Pen Input Common Controls Japanese">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    93
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputcommonctrlsjp/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    94
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    95
     <component name="peninputhwrboxjp" filter="s60" long-name="Japanese Handwriting Recognition Box" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    96
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputhwrboxjp/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    97
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    98
     <component name="peninputvkbjp" filter="s60" long-name="Japanese Virtual Keyboard" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    99
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputvkbjp/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   100
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   101
     <component name="gslangplugin" filter="s60" long-name="GS Language Plugin" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   102
      <unit bldFile="/sf/mw/inputmethods/textinput/GSLangPlugin"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   103
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   104
     <component name="peninputgenericitut" filter="s60" long-name="Pen Input Generic ITU-T" introduced="^3" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   105
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputgenericitut/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   106
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   107
     <component name="peninputhwrtrui" filter="s60" long-name="Pen Input Handwriting Recognition Training UI" introduced="^3" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   108
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputhwrtrui/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   109
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   110
     <component name="peninputhwrfscn" filter="s60" long-name="Pen Input Chinese Full Screen Handwriting Recognition" introduced="^3" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   111
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputhwrfscn/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   112
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   113
     <component name="peninputvkbkr" filter="s60" long-name="Pen Input Korean Virtual Keyboard" introduced="^3" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   114
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputvkbkr/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   115
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   116
     <component name="peninputfingerhwr" filter="s60" long-name="Pen Input Finger Handwriting Recognition" introduced="^3" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   117
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputfingerhwr/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   118
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   119
     <component name="peninputsplititut" filter="s60" long-name="Pen Input Split ITU-T" introduced="^3" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   120
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputsplititut/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   121
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   122
     <component name="peninputsplitqwerty" filter="s60" long-name="Pen Input Split QWERTY" introduced="^3" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   123
      <unit bldFile="/sf/mw/inputmethods/textinput/peninputsplitqwerty/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   124
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   125
     <component name="textinput_build" filter="s60" long-name="Text Input Build">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   126
      <!--needed for #ifdef, can be removed when configuration is implemented -->
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   127
      <unit bldFile="/sf/mw/inputmethods/textinput/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   128
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   129
    </collection>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   130
    <collection name="fep" long-name="FEP" level="engine">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   131
     <component name="aknfep" filter="s60" long-name="Avkon FEP" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   132
      <unit bldFile="/sf/mw/inputmethods/fep/aknfep/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   133
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   134
     <component name="frontendprocessor" long-name="Front End Processor" purpose="mandatory">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   135
      <unit bldFile="/sf/mw/inputmethods/fep/frontendprocessor/group" mrp="/sf/mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   136
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   137
    </collection>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   138
    <collection name="inputmethods_info" long-name="Input Methods Info" level="framework">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   139
     <component name="inputmethods_plat" filter="s60" long-name="Input Methods Platform Interfaces" class="api">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   140
      <unit bldFile="/sf/mw/inputmethods/inputmethods_plat/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   141
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   142
     <component name="inputmethods_pub" filter="s60" long-name="Input Methods Public Interfaces" class="api">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   143
      <unit bldFile="/sf/mw/inputmethods/inputmethods_pub/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   144
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   145
     <component name="inputmethods_metadata" long-name="Input Methods Metadata" introduced="^2" purpose="development" class="config PC">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   146
      <unit mrp="/sf/mw/inputmethods/inputmethods_info/inputmethods_metadata/inputmethods_metadata.mrp"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   147
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   148
    </collection>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   149
   </block>
32
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   150
</layer>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   151
</systemModel>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   152
</SystemDefinition>