author | Dario Sestito <darios@symbian.org> |
Mon, 15 Mar 2010 18:47:03 +0000 | |
changeset 138 | 6892870d74c9 |
parent 31 | b43c73b88658 |
child 212 | a44ae815a47f |
permissions | -rw-r--r-- |
15
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
30
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
138
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
3 |
<!ELEMENT SystemDefinition (systemModel)> |
30
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
5 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
6 |
schema CDATA #REQUIRED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
7 |
<!ELEMENT systemModel (layer+)> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
8 |
<!ELEMENT layer (block*|collection*)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
9 |
<!ATTLIST layer |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
10 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
11 |
long-name CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
12 |
levels NMTOKENS #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
13 |
span CDATA #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
14 |
<!ELEMENT block (subblock*|collection*)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
15 |
<!ATTLIST block |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
16 |
levels NMTOKENS #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
17 |
span CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
18 |
level NMTOKEN #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
19 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
20 |
long-name CDATA #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
21 |
<!ELEMENT subblock (collection)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
22 |
<!ATTLIST subblock |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
23 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
24 |
long-name CDATA #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
25 |
<!ELEMENT collection (component)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
26 |
<!ATTLIST collection |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
27 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
28 |
long-name CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
29 |
level NMTOKEN #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
30 |
<!ELEMENT component (unit)*> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
31 |
<!ATTLIST component |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
32 |
name CDATA #REQUIRED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
33 |
long-name CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
34 |
deprecated CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
35 |
introduced CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
36 |
contract CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
37 |
plugin (Y|N) 'N' |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
38 |
filter CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
39 |
class NMTOKENS #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
40 |
supports CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
41 |
purpose (optional|mandatory|development) 'optional'> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
42 |
<!ELEMENT unit EMPTY> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
43 |
<!ATTLIST unit |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
44 |
mrp CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
45 |
filter CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
46 |
bldFile CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
47 |
root CDATA #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
48 |
version NMTOKEN #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
49 |
prebuilt NMTOKEN #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
50 |
late (Y|N) #IMPLIED |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
51 |
priority CDATA #IMPLIED> |
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
52 |
]> |
138
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
53 |
<SystemDefinition name="Symbian^3" schema="2.0.1"> |
15
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
54 |
<systemModel> |
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
55 |
<layer name="app" long-name="Applications" levels="services apps"> |
138
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
56 |
<block name="speechsrv" level="services" long-name="Speech Recognition UIs" levels="engine framework ui"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
57 |
<collection name="voiceui" long-name="Voice UI" level="ui"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
58 |
<component name="vcommand" filter="s60" long-name="Voice Commands UI" introduced="^1"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
59 |
<unit bldFile="/sf/app/speechsrv/voiceui/vcommand/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
60 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
61 |
<component name="voiceuivoicerecognition" filter="s60" long-name="Voice UI Recognition" introduced="^1"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
62 |
<unit bldFile="/sf/app/speechsrv/voiceui/voiceuivoicerecognition/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
63 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
64 |
<component name="pbkinfoviewimpl" filter="s60" long-name="Phonebook Info View Implementation" introduced="^1"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
65 |
<unit bldFile="/sf/app/speechsrv/voiceui/pbkinfoviewimpl/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
66 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
67 |
<component name="aiwpbkinfoviewprovider" filter="s60" long-name="AIW Phonebook Info View Provider" introduced="^1" plugin="Y"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
68 |
<unit bldFile="/sf/app/speechsrv/voiceui/aiwpbkinfoviewprovider/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
69 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
70 |
<component name="vccontrolpanelplugin" filter="s60" long-name="Voice Commands Control Panel Plugin" introduced="^1" plugin="Y"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
71 |
<!-- component is commented out until configuration is in place. Currently #included from voiceui_build --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
72 |
<!--<unit bldFile="voiceui/vccontrolpanelplugin/group"/>--> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
73 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
74 |
<component name="voiceui_build" filter="s60" long-name="Voice UI Build" introduced="^1"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
75 |
<!-- can this be put into the other components? --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
76 |
<unit bldFile="/sf/app/speechsrv/voiceui/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
77 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
78 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
79 |
<collection name="srsf" long-name="Speech Recognition and Synthesis Framework" level="framework"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
80 |
<component name="sispeechrecognitiondata" filter="s60" long-name="SI Speech Recognition Data"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
81 |
<unit bldFile="/sf/app/speechsrv/srsf/sispeechrecognitiondata/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
82 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
83 |
<component name="ttscommon" filter="s60" long-name="TTS Common"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
84 |
<unit bldFile="/sf/app/speechsrv/srsf/ttscommon/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
85 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
86 |
<component name="devtts" filter="s60" long-name="Text to Speech"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
87 |
<unit bldFile="/sf/app/speechsrv/srsf/devtts/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
88 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
89 |
<component name="ttscustomcommands" filter="s60" long-name="TTS Custom Commands"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
90 |
<unit bldFile="/sf/app/speechsrv/srsf/ttscustomcommands/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
91 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
92 |
<component name="ttscontrollerplugin" filter="s60" long-name="TTS Controller Plugin" plugin="Y"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
93 |
<unit bldFile="/sf/app/speechsrv/srsf/ttscontrollerplugin/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
94 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
95 |
<component name="ttsutility" filter="s60" long-name="TTS Utility"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
96 |
<unit bldFile="/sf/app/speechsrv/srsf/ttsutility/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
97 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
98 |
<component name="speechsynthesis" filter="s60" long-name="Speech Synthesis"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
99 |
<!-- can only have one unit. #include these from a common bld.inf --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
100 |
<unit bldFile="/sf/app/speechsrv/srsf/speechsynthesis/client/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
101 |
<unit bldFile="/sf/app/speechsrv/srsf/speechsynthesis/server/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
102 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
103 |
<component name="devasr" filter="s60" long-name="Audio Recording and Speech Recognition"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
104 |
<unit bldFile="/sf/app/speechsrv/srsf/devasr/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
105 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
106 |
<component name="sicc" filter="s60" long-name="Speaker Independent Custom Commands"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
107 |
<unit bldFile="/sf/app/speechsrv/srsf/sicc/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
108 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
109 |
<component name="sisrscontrollerplugin" filter="s60" long-name="SI SRS Controller Plugin" plugin="Y"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
110 |
<unit bldFile="/sf/app/speechsrv/srsf/sisrscontrollerplugin/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
111 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
112 |
<component name="siutility" filter="s60" long-name="Speaker Independent Utility"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
113 |
<unit bldFile="/sf/app/speechsrv/srsf/siutility/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
114 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
115 |
<component name="nssvasapi" filter="s60" long-name="NSS VAS API"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
116 |
<unit bldFile="/sf/app/speechsrv/srsf/nssvasapi/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
117 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
118 |
<component name="nssvascontacthdlr" filter="s60" long-name="NSS VAS Contact Handler"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
119 |
<unit bldFile="/sf/app/speechsrv/srsf/nssvascontacthdlr/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
120 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
121 |
<component name="vcommandhandler" filter="s60" long-name="Voice Command Handler"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
122 |
<unit bldFile="/sf/app/speechsrv/srsf/vcommandhandler/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
123 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
124 |
<component name="vuiphandler" filter="s60" long-name="Voice UI Plugin Handler"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
125 |
<unit bldFile="/sf/app/speechsrv/srsf/vuiphandler/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
126 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
127 |
<component name="vcommandexecutor" filter="s60" long-name="Voice Command Executor"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
128 |
<unit bldFile="/sf/app/speechsrv/srsf/vcommandexecutor/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
129 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
130 |
<component name="vcommandexecutorbearer" filter="s60" long-name="Voice Command Executor Bearer"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
131 |
<unit bldFile="/sf/app/speechsrv/srsf/vcommandexecutorbearer/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
132 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
133 |
<component name="vcommandmanager" filter="s60" long-name="Voice Command Manager"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
134 |
<unit bldFile="/sf/app/speechsrv/srsf/vcommandmanager/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
135 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
136 |
<component name="vcexecutorapp" filter="s60" long-name="Voice Command Executor Application"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
137 |
<unit bldFile="/sf/app/speechsrv/srsf/vcexecutorapp/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
138 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
139 |
<component name="profileobserverplugin" filter="s60" long-name="Profile Observer Plugin" plugin="Y"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
140 |
<unit bldFile="/sf/app/speechsrv/srsf/profileobserverplugin/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
141 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
142 |
<component name="srsf_build" filter="s60" long-name="Speech Recognition and Synthesis Framework Build"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
143 |
<!-- should distribute this into the above components --> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
144 |
<unit bldFile="/sf/app/speechsrv/srsf/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
145 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
146 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
147 |
<collection name="speechsrv_info" long-name="Speech Recognition UIs Info" level="ui"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
148 |
<component name="speechsrv_plat" filter="s60" long-name="Speech Recognition UIs Platform Interfaces" class="api"> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
149 |
<unit bldFile="/sf/app/speechsrv/speechsrv_plat/group"/> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
150 |
</component> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
151 |
</collection> |
6892870d74c9
Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents:
31
diff
changeset
|
152 |
</block> |
15
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
153 |
</layer> |
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
154 |
</systemModel> |
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
155 |
</SystemDefinition> |