author | Chetan Kapoor<chetank@symbian.org> |
Thu, 30 Sep 2010 17:26:06 +0100 | |
changeset 438 | f91cd290ab80 |
parent 425 | 2b5206a690f5 |
permissions | -rw-r--r-- |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
3 |
<!ELEMENT SystemDefinition (systemModel)> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
5 |
name CDATA #REQUIRED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
6 |
schema CDATA #REQUIRED> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
7 |
<!ELEMENT systemModel (layer+)> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
8 |
<!ELEMENT layer (block*|collection*)*> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
9 |
<!ATTLIST layer |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
10 |
name CDATA #REQUIRED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
11 |
long-name CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
12 |
levels NMTOKENS #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
13 |
span CDATA #IMPLIED> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
14 |
<!ELEMENT block (subblock*|collection*)*> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
15 |
<!ATTLIST block |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
16 |
levels NMTOKENS #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
17 |
span CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
18 |
level NMTOKEN #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
19 |
name CDATA #REQUIRED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
20 |
long-name CDATA #IMPLIED> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
21 |
<!ELEMENT subblock (collection)*> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
22 |
<!ATTLIST subblock |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
23 |
name CDATA #REQUIRED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
24 |
long-name CDATA #IMPLIED> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
25 |
<!ELEMENT collection (component)*> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
26 |
<!ATTLIST collection |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
27 |
name CDATA #REQUIRED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
28 |
long-name CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
29 |
level NMTOKEN #IMPLIED> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
30 |
<!ELEMENT component (unit)*> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
31 |
<!ATTLIST component |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
32 |
name CDATA #REQUIRED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
33 |
long-name CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
34 |
deprecated CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
35 |
introduced CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
36 |
contract CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
37 |
plugin (Y|N) 'N' |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
38 |
filter CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
39 |
class NMTOKENS #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
40 |
supports CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
41 |
purpose (optional|mandatory|development) 'optional'> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
42 |
<!ELEMENT unit EMPTY> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
43 |
<!ATTLIST unit |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
44 |
mrp CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
45 |
filter CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
46 |
bldFile CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
47 |
root CDATA #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
48 |
version NMTOKEN #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
49 |
prebuilt NMTOKEN #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
50 |
late (Y|N) #IMPLIED |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
51 |
priority CDATA #IMPLIED> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
52 |
]> |
425
2b5206a690f5
Update package models from latest system model (platform@48ad07c2132c)
Dario Sestito <darios@symbian.org>
parents:
407
diff
changeset
|
53 |
<SystemDefinition name="Symbian^4" schema="2.0.1"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
54 |
<systemModel> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
55 |
<layer name="os" long-name="OS" levels="hw services"> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
56 |
<block name="ostesttools" level="services" levels="fw trace analysis" long-name="OS Test tools"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
57 |
<collection name="stif" long-name="STIF" level="fw"> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
58 |
<component name="stif_plat" long-name="STIF Platform Interfaces" filter="s60" purpose="development" class="api"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
59 |
<unit bldFile="/sf/os/ostesttools/stif/stif_plat/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
60 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
61 |
<component name="TestInterface" long-name="Test Interface" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
62 |
<unit bldFile="/sf/os/ostesttools/stif/TestInterface/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
63 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
64 |
<component name="TestServer" long-name="Test Server" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
65 |
<unit bldFile="/sf/os/ostesttools/stif/TestServer/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
66 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
67 |
<component name="TestEngine" long-name="Test Engine" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
68 |
<unit bldFile="/sf/os/ostesttools/stif/TestEngine/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
69 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
70 |
<component name="TestServerStarter" long-name="Test Server Starter" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
71 |
<unit bldFile="/sf/os/ostesttools/stif/TestServerStarter/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
72 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
73 |
<component name="StifTFwIf" long-name="STIF Test Framework Interface" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
74 |
<unit bldFile="/sf/os/ostesttools/stif/StifTFwIf/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
75 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
76 |
<component name="ConsoleUI" long-name="Console UI" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
77 |
<unit bldFile="/sf/os/ostesttools/stif/ConsoleUI/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
78 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
79 |
<component name="TestCombiner" long-name="Test Combiner" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
80 |
<unit bldFile="/sf/os/ostesttools/stif/TestCombiner/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
81 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
82 |
<component name="DemoModule" long-name="Demo Module" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
83 |
<unit bldFile="/sf/os/ostesttools/stif/DemoModule/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
84 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
85 |
<component name="ATSLogger" long-name="ATS Logger" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
86 |
<unit bldFile="/sf/os/ostesttools/stif/ATSLogger/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
87 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
88 |
<component name="ATSInterface" long-name="ATS Interface" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
89 |
<unit bldFile="/sf/os/ostesttools/stif/ATSInterface/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
90 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
91 |
<component name="TestScripter" long-name="Test Scripter" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
92 |
<unit bldFile="/sf/os/ostesttools/stif/TestScripter/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
93 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
94 |
<component name="SUEvent" long-name="SU Event" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
95 |
<unit bldFile="/sf/os/ostesttools/stif/SUEvent/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
96 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
97 |
<component name="StifKernelTestClassBase" long-name="STIF Kernel Test Class Base" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
98 |
<unit bldFile="/sf/os/ostesttools/stif/StifKernelTestClassBase/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
99 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
100 |
<component name="stif_data" long-name="STIF Data" filter="s60" purpose="development" class="config"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
101 |
<!-- This is a component. Should move down a directory. or move into other STIF components--> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
102 |
<unit bldFile="/sf/os/ostesttools/stif/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
103 |
</component> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
104 |
</collection> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
105 |
<collection name="hti" long-name="Harmonized Test Interface" level="trace"> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
106 |
<component name="hti_plat" long-name="HTI Platform Interfaces" filter="s60" purpose="development" class="api"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
107 |
<unit bldFile="/sf/os/ostesttools/hti/hti_plat/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
108 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
109 |
<component name="HtiCfg" long-name="HTI Config" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
110 |
<unit bldFile="/sf/os/ostesttools/hti/HtiCfg/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
111 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
112 |
<component name="HtiAutoStart" long-name="HTI Autostart" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
113 |
<unit bldFile="/sf/os/ostesttools/hti/HtiAutoStart/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
114 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
115 |
<component name="HtiFramework" long-name="HTI Framework" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
116 |
<unit bldFile="/sf/os/ostesttools/hti/HtiFramework/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
117 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
118 |
<component name="hticommplugins" long-name="HTI Communication Plugins" filter="s60" purpose="development" plugin="Y"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
119 |
<!-- need to #include these from a single unit or separate into component at the right directory level --> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
120 |
<unit bldFile="/sf/os/ostesttools/hti/HtiCommPlugins/HtiBtCommPlugin/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
121 |
<unit bldFile="/sf/os/ostesttools/hti/HtiCommPlugins/HtiIPCommPlugin/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
122 |
<unit bldFile="/sf/os/ostesttools/hti/HtiCommPlugins/HtiSerialCommPlugin/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
123 |
<unit bldFile="/sf/os/ostesttools/hti/HtiCommPlugins/HtiUsbSerialCommPlugin/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
124 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
125 |
<component name="htiserviceplugins" long-name="HTI Service Plugins" filter="s60" purpose="development" plugin="Y"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
126 |
<!-- need to #include these from a single unit or separate into component at the right directory level --> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
127 |
<unit bldFile="/sf/os/ostesttools/hti/HtiServicePlugins/HtiAppServicePlugin/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
128 |
<unit bldFile="/sf/os/ostesttools/hti/HtiServicePlugins/HtiEchoServicePlugin/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
129 |
<unit bldFile="/sf/os/ostesttools/hti/HtiServicePlugins/HtiFtpServicePlugin/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
130 |
<unit bldFile="/sf/os/ostesttools/hti/HtiServicePlugins/HtiIpProxyServicePlugin/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
131 |
<unit bldFile="/sf/os/ostesttools/hti/HtiServicePlugins/HtiStifTfServicePlugin/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
132 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
133 |
<component name="HtiFileHlp" long-name="HTI File Help" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
134 |
<unit bldFile="/sf/os/ostesttools/hti/HtiFileHlp/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
135 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
136 |
<component name="HtiWatchdog" long-name="HTI Watchdog" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
137 |
<unit bldFile="/sf/os/ostesttools/hti/HtiWatchdog/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
138 |
</component> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
139 |
<component name="hti_build" long-name="HTI Build" filter="s60" purpose="development"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
140 |
<!-- move exports into self-contained component.--> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
141 |
<unit bldFile="/sf/os/ostesttools/hti/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
142 |
</component> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
143 |
</collection> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
144 |
<collection name="symbianunittestfw" long-name="Symbian Unit Test Framework" level="analysis"> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
145 |
<component name="symbianunittestfw_build" long-name="Symbian Unit Test Framework Build" introduced="^4" purpose="optional"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
146 |
<unit bldFile="/sf/os/ostesttools/symbianunittestfw/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
147 |
</component> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
148 |
</collection> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
149 |
<collection name="testexecmdw" level="analysis"> |
407
af9a3c6582bb
Update package models from latest system model (platform@5c87a84199bf)
Dario Sestito <darios@symbian.org>
parents:
395
diff
changeset
|
150 |
<component name="tef" long-name="Test Execute Framework" introduced="^4" purpose="optional"> |
386
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
151 |
<unit bldFile="/sf/os/ostesttools/testexecmdw/tef/group"/> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
152 |
</component> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
153 |
</collection> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
154 |
</block> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
155 |
</layer> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
156 |
</systemModel> |
b83b50a45c11
Update package models from latest system model (platform@cffdeca15b48)
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
157 |
</SystemDefinition> |