symbian3/app/speechsrv/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 17 Mar 2010 14:41:09 +0000
branchHighFidelityModel
changeset 141 27d9d356efbf
parent 63 d7aa110911c4
permissions -rw-r--r--
Separate out all API components
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
     2
<!DOCTYPE SystemDefinition [
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
     4
<!ATTLIST SystemDefinition
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
     5
  name CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
     6
  schema CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
     7
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
     9
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    10
<!-- System Model Section of DTD -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    11
<!ELEMENT systemModel (layer+)>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    12
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    15
<!ATTLIST layer
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    16
  name CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    17
  long-name CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    18
  levels NMTOKENS #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    19
  span CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    20
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    21
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    24
<!ATTLIST block
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    25
  levels NMTOKENS #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    26
  span CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    27
  level NMTOKEN #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    28
  name CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    29
  long-name CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    30
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    31
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    32
<!ELEMENT subblock (collection)*>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    34
<!ATTLIST subblock
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    35
  name CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    36
  long-name CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    37
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    38
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    39
<!ELEMENT collection (component)*>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    41
<!ATTLIST collection
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    42
  name CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    43
  long-name CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    44
  level NMTOKEN #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    45
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    46
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    47
<!ELEMENT component (unit)*>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    49
<!ATTLIST component
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    50
  name CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    51
  long-name CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    52
  deprecated CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    53
  introduced CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    54
  contract CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    55
  plugin (Y|N) "N"
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    56
  filter CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    57
  class NMTOKENS #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    58
  supports CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    60
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    61
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    62
<!ELEMENT unit EMPTY >
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    63
<!-- must be buildable (bld.inf) -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    65
<!ATTLIST unit
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    66
  mrp CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    67
  filter CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    68
  bldFile CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    69
  root CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    70
  version NMTOKEN #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    72
  late (Y|N) #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    73
  priority CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    74
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    75
]>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    77
  <systemModel>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    78
    <layer name="app" long-name="Applications" levels="services apps">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    79
      <block name="speechsrv" level="services" long-name="Speech Recognition UIs" levels="engine framework ui">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    80
        <collection name="speechsrv_plat" long-name="Speech Recognition UIs Platform Interfaces" level="ui">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    81
          <component name="vas_api" long-name="VAS API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    82
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/vas_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    83
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    84
          <component name="nss_devasr_api" long-name="NSS DevASR API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    85
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/nss_devasr_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    86
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    87
          <component name="tts_hw_device_api" long-name="TTS HW Device API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    88
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/tts_hw_device_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    89
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    90
          <component name="voice_commands_resource_header_api" long-name="Voice Commands Resource Header API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    91
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/voice_commands_resource_header_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    92
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    93
          <component name="nss_mmf_tts_custom_commands_api" long-name="NSS MMF TTS Custom Commands API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    94
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/nss_mmf_tts_custom_commands_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    95
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    96
          <component name="srsf_cenrep_settings_api" long-name="SRSF CenRep Settings API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    97
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/srsf_cenrep_settings_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    98
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    99
          <component name="voice_ui_plugin_api" long-name="Voice UI Plug-in API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   100
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/voice_ui_plugin_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   101
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   102
          <component name="nss_tts_utility_api" long-name="NSS TTS Utility API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   103
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/nss_tts_utility_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   104
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   105
          <component name="nss_srs_custom_commands_api" long-name="NSS SRS Custom Commands API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   106
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/nss_srs_custom_commands_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   107
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   108
          <component name="srsf_secondarydisplay_api" long-name="SRSF Secondary Display API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   109
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/srsf_secondarydisplay_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   110
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   111
          <component name="asrs_hw_device_api" long-name="ASRS Hardware Device API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   112
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/asrs_hw_device_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   113
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   114
          <component name="vas_vcommand_api" long-name="VAS Voice Command API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   115
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/vas_vcommand_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   116
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   117
          <component name="adaptation_hw_device_api" long-name="Adaptation Hardware Device API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   118
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/adaptation_hw_device_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   119
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   120
          <component name="nss_devtts_api" long-name="NSS DevTTS API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   121
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/nss_devtts_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   122
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   123
          <component name="nss_srs_utility_api" long-name="NSS SRS Utility API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   124
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/nss_srs_utility_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   125
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   126
          <component name="recognition_hw_device_api" long-name="Recognition Hardware Device API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   127
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/recognition_hw_device_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   128
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   129
          <component name="vas_contact_handler_api" long-name="VAS Contact Handler API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   130
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/vas_contact_handler_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   131
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   132
          <component name="nlp_hw_device" long-name="NLP Hardware Device" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   133
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/nlp_hw_device/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   134
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   135
          <component name="nss_si_speech_recognition_data_api" long-name="NSS SI Speech Recognition Data API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   136
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/nss_si_speech_recognition_data_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   137
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   138
          <component name="nss_tts_common_api" long-name="NSS TTS Common API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   139
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/nss_tts_common_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   140
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   141
          <component name="grcompiler_hw_device_api" long-name="Grammar Compiler Hardware Device API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   142
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/grcompiler_hw_device_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   143
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   144
          <component name="ttp_hw_device_api" long-name="TTP Hardware Device API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   145
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/ttp_hw_device_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   146
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   147
          <component name="vocman_hw_device_api" long-name="VocMan Hardware Device API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   148
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/vocman_hw_device_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   149
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   150
          <component name="speech_synthesis_clientserver_api" long-name="Speech Synthesis Client-Server API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   151
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/speech_synthesis_clientserver_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   152
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   153
          <component name="voice_ui_accessory_button_handling_api" long-name="Voice UI Accessory Button Handling API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   154
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/voice_ui_accessory_button_handling_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   155
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   156
          <component name="ui_voice_recognition_api" long-name="UI Voice Recognition API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   157
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/ui_voice_recognition_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   158
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   159
          <component name="vcommand_settings_cenrep_api" long-name="Voice Command Settings CenRep API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   160
            <unit bldFile="/sf/app/speechsrv/speechsrv_plat/vcommand_settings_cenrep_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   161
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   162
        </collection>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   163
        <collection name="voiceui" long-name="Voice UI" level="ui">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   164
          <component name="vcommand" filter="s60" long-name="Voice Commands UI" introduced="^1">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   165
            <unit bldFile="/sf/app/speechsrv/voiceui/vcommand/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   166
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   167
          <component name="voiceuivoicerecognition" filter="s60" long-name="Voice UI Recognition" introduced="^1">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   168
            <unit bldFile="/sf/app/speechsrv/voiceui/voiceuivoicerecognition/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   169
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   170
          <component name="pbkinfoviewimpl" filter="s60" long-name="Phonebook Info View Implementation" introduced="^1">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   171
            <unit bldFile="/sf/app/speechsrv/voiceui/pbkinfoviewimpl/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   172
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   173
          <component name="aiwpbkinfoviewprovider" filter="s60" long-name="AIW Phonebook Info View Provider" introduced="^1" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   174
            <unit bldFile="/sf/app/speechsrv/voiceui/aiwpbkinfoviewprovider/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   175
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   176
          <component name="vccontrolpanelplugin" filter="s60" long-name="Voice Commands Control Panel Plugin" introduced="^1" plugin="Y">
61
8ae69391a51a More fixed conditional cases
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   177
            <!-- component is commented out until configuration is in place. Currently #included from voiceui_build -->
8ae69391a51a More fixed conditional cases
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   178
            <!--<unit bldFile="voiceui/vccontrolpanelplugin/group"/>-->
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   179
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   180
          <component name="voiceui_build" filter="s60" long-name="Voice UI Build" introduced="^1">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   181
            <!--  can this be put into the other components? -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   182
            <unit bldFile="/sf/app/speechsrv/voiceui/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   183
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   184
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   185
        <collection name="srsf" long-name="Speech Recognition and Synthesis Framework" level="framework">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   186
          <component name="sispeechrecognitiondata" filter="s60" long-name="SI Speech Recognition Data">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   187
            <unit bldFile="/sf/app/speechsrv/srsf/sispeechrecognitiondata/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   188
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   189
          <component name="ttscommon" filter="s60" long-name="TTS Common">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   190
            <unit bldFile="/sf/app/speechsrv/srsf/ttscommon/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   191
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   192
          <component name="devtts" filter="s60" long-name="Text to Speech">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   193
            <unit bldFile="/sf/app/speechsrv/srsf/devtts/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   194
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   195
          <component name="ttscustomcommands" filter="s60" long-name="TTS Custom Commands">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   196
            <unit bldFile="/sf/app/speechsrv/srsf/ttscustomcommands/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   197
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   198
          <component name="ttscontrollerplugin" filter="s60" long-name="TTS Controller Plugin" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   199
            <unit bldFile="/sf/app/speechsrv/srsf/ttscontrollerplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   200
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   201
          <component name="ttsutility" filter="s60" long-name="TTS Utility">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   202
            <unit bldFile="/sf/app/speechsrv/srsf/ttsutility/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   203
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   204
          <component name="speechsynthesis" filter="s60" long-name="Speech Synthesis">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   205
            <!-- can only have one unit. #include these from a common bld.inf -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   206
            <unit bldFile="/sf/app/speechsrv/srsf/speechsynthesis/client/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   207
            <unit bldFile="/sf/app/speechsrv/srsf/speechsynthesis/server/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   208
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   209
          <component name="devasr" filter="s60" long-name="Audio Recording and Speech Recognition">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   210
            <unit bldFile="/sf/app/speechsrv/srsf/devasr/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   211
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   212
          <component name="sicc" filter="s60" long-name="Speaker Independent Custom Commands">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   213
            <unit bldFile="/sf/app/speechsrv/srsf/sicc/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   214
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   215
          <component name="sisrscontrollerplugin" filter="s60" long-name="SI SRS Controller Plugin" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   216
            <unit bldFile="/sf/app/speechsrv/srsf/sisrscontrollerplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   217
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   218
          <component name="siutility" filter="s60" long-name="Speaker Independent Utility">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   219
            <unit bldFile="/sf/app/speechsrv/srsf/siutility/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   220
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   221
          <component name="nssvasapi" filter="s60" long-name="NSS VAS API">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   222
            <unit bldFile="/sf/app/speechsrv/srsf/nssvasapi/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   223
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   224
          <component name="nssvascontacthdlr" filter="s60" long-name="NSS VAS Contact Handler">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   225
            <unit bldFile="/sf/app/speechsrv/srsf/nssvascontacthdlr/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   226
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   227
          <component name="vcommandhandler" filter="s60" long-name="Voice Command Handler">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   228
            <unit bldFile="/sf/app/speechsrv/srsf/vcommandhandler/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   229
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   230
          <component name="vuiphandler" filter="s60" long-name="Voice UI Plugin Handler">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   231
            <unit bldFile="/sf/app/speechsrv/srsf/vuiphandler/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   232
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   233
          <component name="vcommandexecutor" filter="s60" long-name="Voice Command Executor">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   234
            <unit bldFile="/sf/app/speechsrv/srsf/vcommandexecutor/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   235
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   236
          <component name="vcommandexecutorbearer" filter="s60" long-name="Voice Command Executor Bearer">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   237
            <unit bldFile="/sf/app/speechsrv/srsf/vcommandexecutorbearer/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   238
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   239
          <component name="vcommandmanager" filter="s60" long-name="Voice Command Manager">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   240
            <unit bldFile="/sf/app/speechsrv/srsf/vcommandmanager/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   241
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   242
          <component name="vcexecutorapp" filter="s60" long-name="Voice Command Executor Application">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   243
            <unit bldFile="/sf/app/speechsrv/srsf/vcexecutorapp/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   244
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   245
          <component name="profileobserverplugin" filter="s60" long-name="Profile Observer Plugin" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   246
            <unit bldFile="/sf/app/speechsrv/srsf/profileobserverplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   247
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   248
          <component name="srsf_build" filter="s60" long-name="Speech Recognition and Synthesis Framework Build">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   249
            <!-- should distribute this into the above components -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   250
            <unit bldFile="/sf/app/speechsrv/srsf/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   251
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   252
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   253
        <collection name="speechsrv_info" long-name="Speech Recognition UIs Info" level="ui">
63
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 61
diff changeset
   254
          <component name="speechsrv_test" filter="s60,test,unit_test" purpose="development" long-name="Speech Recognition UIs Test">
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   255
            <unit bldFile="/sf/app/speechsrv/tsrc/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   256
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   257
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   258
      </block>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   259
    </layer>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   260
  </systemModel>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   261
</SystemDefinition>