CompilerCompatibility/app/speechsrv/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="app" long-name="Applications" levels="services apps">
139
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    56
<block name="speechsrv" level="services" long-name="Speech Recognition UIs" levels="engine framework ui">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    57
    <collection name="voiceui" long-name="Voice UI" level="ui">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    58
     <component name="vcommand" filter="s60" long-name="Voice Commands UI" introduced="^1">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    59
      <unit bldFile="/sf/app/speechsrv/voiceui/vcommand/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    60
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    61
     <component name="voiceuivoicerecognition" filter="s60" long-name="Voice UI Recognition" introduced="^1">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    62
      <unit bldFile="/sf/app/speechsrv/voiceui/voiceuivoicerecognition/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    63
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    64
     <component name="pbkinfoviewimpl" filter="s60" long-name="Phonebook Info View Implementation" introduced="^1">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    65
      <unit bldFile="/sf/app/speechsrv/voiceui/pbkinfoviewimpl/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    66
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    67
     <component name="aiwpbkinfoviewprovider" filter="s60" long-name="AIW Phonebook Info View Provider" introduced="^1" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    68
      <unit bldFile="/sf/app/speechsrv/voiceui/aiwpbkinfoviewprovider/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    69
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    70
     <component name="vccontrolpanelplugin" filter="s60" long-name="Voice Commands Control Panel Plugin" introduced="^1" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    71
      <!-- component is commented out until configuration is in place. Currently #included from voiceui_build -->
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    72
      <!--<unit bldFile="voiceui/vccontrolpanelplugin/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="voiceui_build" filter="s60" long-name="Voice UI Build" introduced="^1">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    75
      <!--  can this be put into the other components? -->
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    76
      <unit bldFile="/sf/app/speechsrv/voiceui/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    77
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    78
    </collection>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    79
    <collection name="srsf" long-name="Speech Recognition and Synthesis Framework" level="framework">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    80
     <component name="sispeechrecognitiondata" filter="s60" long-name="SI Speech Recognition Data">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    81
      <unit bldFile="/sf/app/speechsrv/srsf/sispeechrecognitiondata/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="ttscommon" filter="s60" long-name="TTS Common">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    84
      <unit bldFile="/sf/app/speechsrv/srsf/ttscommon/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="devtts" filter="s60" long-name="Text to Speech">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    87
      <unit bldFile="/sf/app/speechsrv/srsf/devtts/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="ttscustomcommands" filter="s60" long-name="TTS Custom Commands">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    90
      <unit bldFile="/sf/app/speechsrv/srsf/ttscustomcommands/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="ttscontrollerplugin" filter="s60" long-name="TTS Controller Plugin" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    93
      <unit bldFile="/sf/app/speechsrv/srsf/ttscontrollerplugin/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="ttsutility" filter="s60" long-name="TTS Utility">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    96
      <unit bldFile="/sf/app/speechsrv/srsf/ttsutility/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="speechsynthesis" filter="s60" long-name="Speech Synthesis">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
    99
      <!-- can only have one unit. #include these from a common bld.inf -->
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   100
      <unit bldFile="/sf/app/speechsrv/srsf/speechsynthesis/client/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   101
      <unit bldFile="/sf/app/speechsrv/srsf/speechsynthesis/server/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   102
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   103
     <component name="devasr" filter="s60" long-name="Audio Recording and Speech Recognition">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   104
      <unit bldFile="/sf/app/speechsrv/srsf/devasr/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   105
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   106
     <component name="sicc" filter="s60" long-name="Speaker Independent Custom Commands">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   107
      <unit bldFile="/sf/app/speechsrv/srsf/sicc/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   108
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   109
     <component name="sisrscontrollerplugin" filter="s60" long-name="SI SRS Controller Plugin" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   110
      <unit bldFile="/sf/app/speechsrv/srsf/sisrscontrollerplugin/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   111
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   112
     <component name="siutility" filter="s60" long-name="Speaker Independent Utility">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   113
      <unit bldFile="/sf/app/speechsrv/srsf/siutility/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   114
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   115
     <component name="nssvasapi" filter="s60" long-name="NSS VAS API">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   116
      <unit bldFile="/sf/app/speechsrv/srsf/nssvasapi/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   117
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   118
     <component name="nssvascontacthdlr" filter="s60" long-name="NSS VAS Contact Handler">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   119
      <unit bldFile="/sf/app/speechsrv/srsf/nssvascontacthdlr/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   120
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   121
     <component name="vcommandhandler" filter="s60" long-name="Voice Command Handler">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   122
      <unit bldFile="/sf/app/speechsrv/srsf/vcommandhandler/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   123
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   124
     <component name="vuiphandler" filter="s60" long-name="Voice UI Plugin Handler">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   125
      <unit bldFile="/sf/app/speechsrv/srsf/vuiphandler/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   126
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   127
     <component name="vcommandexecutor" filter="s60" long-name="Voice Command Executor">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   128
      <unit bldFile="/sf/app/speechsrv/srsf/vcommandexecutor/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   129
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   130
     <component name="vcommandexecutorbearer" filter="s60" long-name="Voice Command Executor Bearer">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   131
      <unit bldFile="/sf/app/speechsrv/srsf/vcommandexecutorbearer/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   132
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   133
     <component name="vcommandmanager" filter="s60" long-name="Voice Command Manager">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   134
      <unit bldFile="/sf/app/speechsrv/srsf/vcommandmanager/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   135
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   136
     <component name="vcexecutorapp" filter="s60" long-name="Voice Command Executor Application">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   137
      <unit bldFile="/sf/app/speechsrv/srsf/vcexecutorapp/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   138
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   139
     <component name="profileobserverplugin" filter="s60" long-name="Profile Observer Plugin" plugin="Y">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   140
      <unit bldFile="/sf/app/speechsrv/srsf/profileobserverplugin/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="srsf_build" filter="s60" long-name="Speech Recognition and Synthesis Framework Build">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   143
      <!-- should distribute this into the above components -->
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   144
      <unit bldFile="/sf/app/speechsrv/srsf/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   145
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   146
    </collection>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   147
    <collection name="speechsrv_info" long-name="Speech Recognition UIs Info" level="ui">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   148
     <component name="speechsrv_plat" filter="s60" long-name="Speech Recognition UIs Platform Interfaces" class="api">
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   149
      <unit bldFile="/sf/app/speechsrv/speechsrv_plat/group"/>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   150
     </component>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   151
    </collection>
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 32
diff changeset
   152
   </block>
32
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   153
</layer>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   154
</systemModel>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   155
</SystemDefinition>