author | Dario Sestito <darios@symbian.org> |
Mon, 19 Jul 2010 15:04:31 +0100 | |
changeset 727 | 8ca09c65aee6 |
parent 726 | 2afa7a14cedb |
child 731 | 91c892c6e2ce |
permissions | -rw-r--r-- |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3 |
<!ELEMENT SystemDefinition ( systemModel )> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5 |
name CDATA #REQUIRED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6 |
schema CDATA #REQUIRED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7 |
> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8 |
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not. --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
9 |
|
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
10 |
<!-- System Model Section of DTD --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
11 |
<!ELEMENT systemModel (layer+)> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
12 |
|
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
13 |
<!ELEMENT layer (block* | collection*)*> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
14 |
<!-- Kernel Services, Base Services, OS Services, Etc --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
15 |
<!ATTLIST layer |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
16 |
name CDATA #REQUIRED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
17 |
long-name CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
18 |
levels NMTOKENS #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
19 |
span CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
20 |
> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
21 |
|
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
22 |
<!ELEMENT block (subblock* | collection*)*> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
23 |
<!-- Generic OS services, Comms Services, etc --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
24 |
<!ATTLIST block |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
25 |
levels NMTOKENS #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
26 |
span CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
27 |
level NMTOKEN #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
28 |
name CDATA #REQUIRED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
29 |
long-name CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
30 |
> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
31 |
|
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
32 |
<!ELEMENT subblock (collection)*> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
33 |
<!-- Cellular Baseband Services, Networking Services, etc --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
34 |
<!ATTLIST subblock |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
35 |
name CDATA #REQUIRED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
36 |
long-name CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
37 |
> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
38 |
|
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
39 |
<!ELEMENT collection (component)*> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
40 |
<!-- Screen Driver, Content Handling, etc --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
41 |
<!ATTLIST collection |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
42 |
name CDATA #REQUIRED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
43 |
long-name CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
44 |
level NMTOKEN #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
45 |
> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
46 |
|
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
47 |
<!ELEMENT component (unit)*> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
48 |
<!-- contains units or is a package or prebuilt --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
49 |
<!ATTLIST component |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
50 |
name CDATA #REQUIRED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
51 |
long-name CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
52 |
deprecated CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
53 |
introduced CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
54 |
contract CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
55 |
plugin (Y|N) "N" |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
56 |
filter CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
57 |
class NMTOKENS #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
58 |
supports CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
59 |
purpose ( optional | mandatory | development ) "optional" |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
60 |
> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
61 |
|
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
62 |
<!ELEMENT unit EMPTY > |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
63 |
<!-- must be buildable (bld.inf) --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
64 |
<!-- bldFile may someday be removed in favour of mrp --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
65 |
<!ATTLIST unit |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
66 |
mrp CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
67 |
filter CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
68 |
bldFile CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
69 |
root CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
70 |
version NMTOKEN #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
71 |
prebuilt NMTOKEN #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
72 |
late (Y|N) #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
73 |
priority CDATA #IMPLIED |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
74 |
> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
75 |
]> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
76 |
<SystemDefinition name="Symbian^4" schema="2.0.1"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
77 |
<systemModel> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
78 |
<layer name="adaptation" long-name="Adaptation" levels="low mw high"> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
79 |
<block name="stubs" level="high" span="2" long-name="Stubs" levels="adaptation plugin mid engine"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
80 |
<collection name="audiostubs" long-name="Audio Stubs" level="adaptation"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
81 |
<component name="devsoundextensions_stubs" long-name="Devsound Extensions Stubs"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
82 |
<unit bldFile="adaptation/stubs/audiostubs/devsoundextensions_stubs/group"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
83 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
84 |
<component name="fmradiotunercontrolstub" long-name="FM Radio Tuner Control Stub"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
85 |
<unit bldFile="adaptation/stubs/audiostubs/fmradiotunercontrolstub/group"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
86 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
87 |
</collection> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
88 |
<collection name="drm_stubs" long-name="DRM Stubs" level="plugin"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
89 |
<component name="drm_stubs_build" long-name="DRM Stubs Build"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
90 |
<unit bldFile="adaptation/stubs/drm_stubs/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
91 |
</component> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
92 |
</collection> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
93 |
<collection name="ocrsrv_stub" long-name="OCR Services Stub" level="mid"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
94 |
<component name="ocrsrv_stub_build" long-name="OCR Services Stub Build" filter="!dfs_build"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
95 |
<unit bldFile="adaptation/stubs/ocrsrv_stub/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
96 |
</component> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
97 |
</collection> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
98 |
<collection name="omasuplasnconverterstubimpl" long-name="OMA SUPL ASN Converter Stub Implementation" level="plugin"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
99 |
<component name="omasuplasnconverterstubimpl_build" long-name="OMA SUPL ASN Converter Stub Implementation Build" filter="!dfs_build"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
100 |
<unit bldFile="adaptation/stubs/omasuplasnconverterstubimpl/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
101 |
</component> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
102 |
</collection> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
103 |
<collection name="posmsgpluginreferenceimpl" long-name="POS Message Plugin Reference Implementation" level="plugin"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
104 |
<component name="posmsgpluginreferenceimpl_build" long-name="POS Message Plugin Reference Implementation Build" plugin="Y"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
105 |
<unit bldFile="adaptation/stubs/posmsgpluginreferenceimpl/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
106 |
</component> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
107 |
</collection> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
108 |
<collection name="srsfenginestub" long-name="SRSF Engine Stub" level="engine"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
109 |
<component name="srsfenginestub_build" long-name="SRSF Engine Stub Build" filter="stubs"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
110 |
<unit bldFile="adaptation/stubs/srsfenginestub/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
111 |
</component> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
112 |
</collection> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
113 |
<collection name="power_save_display_mode_stub" long-name="Power Save Display Mode Stub" level="plugin"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
114 |
<component name="power_save_display_mode_stub_build" long-name="Power Save Display Mode Stub Build"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
115 |
<unit bldFile="adaptation/stubs/power_save_display_mode_stub/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
116 |
</component> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
117 |
</collection> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
118 |
<collection name="systemswstubs" long-name="System Software Stubs" level="adaptation"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
119 |
<component name="ddcaccessstub" long-name="DDC Access Stub"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
120 |
<unit bldFile="adaptation/stubs/systemswstubs/ddcaccessstub/group"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
121 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
122 |
<component name="tvoutconfig" long-name="TV Out Config"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
123 |
<unit bldFile="adaptation/stubs/systemswstubs/TVOutConfig/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
124 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
125 |
<component name="accessorypolicyreference" long-name="Accessory Policy Reference"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
126 |
<unit bldFile="adaptation/stubs/systemswstubs/accessorypolicyreference/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
127 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
128 |
<component name="asyreference" long-name="ASY Reference" plugin="Y"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
129 |
<unit bldFile="adaptation/stubs/systemswstubs/asyreference/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
130 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
131 |
<component name="examplecommonisc" long-name="Example Common ISC"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
132 |
<unit bldFile="adaptation/stubs/systemswstubs/examplecommonisc/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
133 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
134 |
<component name="exampledsy" long-name="Example DSY"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
135 |
<unit bldFile="adaptation/stubs/systemswstubs/exampledsy/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
136 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
137 |
<component name="featuremanagerstub" long-name="Feature Manager Stub"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
138 |
<unit bldFile="adaptation/stubs/systemswstubs/featuremanagerstub/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
139 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
140 |
<component name="hwrmstubplugins" long-name="Hardware Resource Manager Stub Plugins" plugin="Y"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
141 |
<unit bldFile="adaptation/stubs/systemswstubs/hwrmstubplugins/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
142 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
143 |
<component name="hwrmhapticsstubplugin" long-name="Hardware Resource Manager Haptics Stub Plugin" plugin="Y"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
144 |
<unit bldFile="adaptation/stubs/systemswstubs/hwrmhapticsstubplugin/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
145 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
146 |
<component name="sensorchannelsreference" long-name="Sensor Channels Reference"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
147 |
<unit bldFile="adaptation/stubs/systemswstubs/sensorchannelsreference/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
148 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
149 |
<component name="ssyreference" long-name="SSY Reference" plugin="Y"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
150 |
<unit bldFile="adaptation/stubs/systemswstubs/ssyreference/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
151 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
152 |
<component name="startupadaptationstub" long-name="Startup Adaptation Stub" plugin="Y"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
153 |
<unit bldFile="adaptation/stubs/systemswstubs/startupadaptationstub/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
154 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
155 |
<component name="tiltcompensationstub" long-name="Tilt Compensation Stub"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
156 |
<unit bldFile="adaptation/stubs/systemswstubs/tiltcompensationstub/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
157 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
158 |
<component name="tvoutbehaviour" long-name="TV Out Behaviour"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
159 |
<unit bldFile="adaptation/stubs/systemswstubs/tvoutbehaviour/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
160 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
161 |
<component name="wiredbearerreference" long-name="Wired Bearer Reference" plugin="Y"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
162 |
<unit bldFile="adaptation/stubs/systemswstubs/wiredbearerreference/group" filter="oem_build"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
163 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
164 |
</collection> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
165 |
<collection name="tactileclickplugin_stub" long-name="Tactile Click Plugin Stub" level="engine"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
166 |
<component name="tactileclickplugin_stub_build" long-name="Tactile Click Plugin Stub Build" plugin="Y"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
167 |
<unit bldFile="adaptation/stubs/tactileclickplugin_stub/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
168 |
</component> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
169 |
</collection> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
170 |
<collection name="wlanhwinit_stub" long-name="WLAN Hardware Init Stub" level="mid"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
171 |
<component name="wlanhwinit_stub_build" long-name="WLAN Hardware Init Stub Build"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
172 |
<unit bldFile="adaptation/stubs/wlanhwinit_stub/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
173 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
174 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
175 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
176 |
<block name="beagleboard" level="low" long-name="Beagle Board" levels="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
177 |
<collection name="omap3530" long-name="OMAP 3530" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
178 |
<component name="omap3530_build" long-name="Beagle Board Common" introduced="^3" purpose="optional" filter="sf_build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
179 |
<unit bldFile="adaptation/beagleboard/omap3530" mrp="adaptation/beagleboard/omap3530/base_beagle.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
180 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
181 |
<component name="omap3530_kernel" long-name="Beagle Board Kernel" introduced="^3" purpose="optional" filter="sf_build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
182 |
<unit bldFile="adaptation/beagleboard/omap3530/kernel"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
183 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
184 |
<component name="beagleboard_Baseport" long-name="Beagle Board Baseport" introduced="^3" purpose="optional" filter="sf_build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
185 |
<unit bldFile="adaptation/beagleboard/omap3530/beagleboard"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
186 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
187 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
188 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
189 |
<block name="qemu" level="low" long-name="QEMU and Baseport" levels="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
190 |
<collection name="qemu_baseport" long-name="Baseport" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
191 |
<component name="syborg" long-name="Syborg" introduced="^2" purpose="optional" filter="sf_build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
192 |
<unit bldFile="adaptation/qemu/baseport/syborg" mrp="adaptation/qemu/baseport/syborg/syborg.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
193 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
194 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
195 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
196 |
</layer> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
197 |
<layer name="os" long-name="OS" levels="hw services"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
198 |
<block name="kernelhwsrv" level="hw" long-name="Kernel and Hardware Services" levels="hw-if adaptation framework test"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
199 |
<collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
200 |
<component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
201 |
<unit bldFile="os/kernelhwsrv/brdbootldr/ubootldr" mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
202 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
203 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
204 |
<collection name="bsptemplate" long-name="Board Support Package Template" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
205 |
<component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
206 |
<unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
207 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
208 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
209 |
<collection name="kernel" long-name="Kernel Architecture" level="adaptation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
210 |
<component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
211 |
<unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
212 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
213 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
214 |
<collection name="kerneltest" long-name="Kernel Test" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
215 |
<component name="e32utils" long-name="E32 Utilities" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
216 |
<unit bldFile="os/kernelhwsrv/kerneltest/e32utils/group" mrp="os/kernelhwsrv/kerneltest/e32utils/group/base_e32utils.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
217 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
218 |
<component name="e32test" long-name="E32 Tests" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
219 |
<unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
220 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
221 |
<component name="f32test" long-name="File Server Tests" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
222 |
<unit bldFile="os/kernelhwsrv/kerneltest/f32test/group" mrp="os/kernelhwsrv/kerneltest/f32test/group/base_f32test.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
223 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
224 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
225 |
<collection name="ldds" long-name="Logical Device Drivers" level="adaptation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
226 |
<component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
227 |
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
228 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
229 |
<component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
230 |
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/soundsc" mrp="os/kernelhwsrv/kernel/eka/drivers/soundsc/base_e32_drivers_sound.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
231 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
232 |
<component name="serialldd" long-name="Serial Port Drivers" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
233 |
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
234 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
235 |
<component name="legacydrivers" long-name="Legacy Drivers" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
236 |
<unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
237 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
238 |
<component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
239 |
<!-- these are LDDs for storage media--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
240 |
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
241 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
242 |
<component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
243 |
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug/group" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/group/base_e32_drivers_debug.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
244 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
245 |
<component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
246 |
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
247 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
248 |
<component name="cameraldd" long-name="Camera Drivers" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
249 |
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/camerasc" mrp="os/kernelhwsrv/kernel/eka/drivers/camerasc/base_drivers_camerasc.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
250 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
251 |
<component name="displayldd" long-name="Display Drivers" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
252 |
<!-- owned and maintained by graphics package. To be moved there as soon as technical limitations are resolved --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
253 |
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/display" mrp="os/kernelhwsrv/kernel/eka/drivers/display/base_e32_drivers_display.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
254 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
255 |
<component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
256 |
<!-- owned and maintained by usb package. To be moved there as soon as technical limitations are resolved --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
257 |
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
258 |
</component> |
509
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
259 |
<component name="usbdescriptors" long-name="USB Descriptors" purpose="optional"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
260 |
<!-- owned and maintained by usb package. To be moved there as soon as technical limitations are resolved --> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
261 |
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbho/usbdescriptors" mrp="os/kernelhwsrv/kernel/eka/drivers/usbho/usbdescriptors/base_drivers_usbdescriptors.mrp"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
262 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
263 |
<component name="usbdi_utils" long-name="USB DI Utils" purpose="optional"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
264 |
<!-- owned and maintained by usb package. To be moved there as soon as technical limitations are resolved --> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
265 |
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbho/usbdi_utils" mrp="os/kernelhwsrv/kernel/eka/drivers/usbho/usbdi_utils/base_drivers_usbdi_utils.mrp"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
266 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
267 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
268 |
<collection name="driversupport" long-name="Generic Driver Support" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
269 |
<component name="mediadrivers" long-name="Media Drivers" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
270 |
<!-- these are for storage media--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
271 |
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
272 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
273 |
<component name="genericboardsupport" long-name="Generic Board Support" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
274 |
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
275 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
276 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
277 |
<collection name="userlibandfileserver" long-name="User Library and File Server" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
278 |
<component name="euser" long-name="User Library" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
279 |
<unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
280 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
281 |
<component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
282 |
<unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
283 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
284 |
<component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
285 |
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
286 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
287 |
<component name="estart" long-name="Base Starter" filter="gt" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
288 |
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
289 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
290 |
<component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
291 |
<unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
292 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
293 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
294 |
<collection name="filesystems" long-name="File Systems" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
295 |
<component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
296 |
<unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
297 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
298 |
<component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
299 |
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
300 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
301 |
<component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
302 |
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
303 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
304 |
<component name="usbhostmssrv" long-name="USB Host Mass Storage Server" filter="gt" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
305 |
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/shostmassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/shostmassstorage/base_f32_shostmassstorage.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
306 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
307 |
<component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
308 |
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
309 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
310 |
<component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
311 |
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
312 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
313 |
<component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
314 |
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
315 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
316 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
317 |
<collection name="halservices" long-name="HAL Services" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
318 |
<component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
319 |
<unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
320 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
321 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
322 |
<collection name="textmodeshell" long-name="Text Mode Shell" level="test"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
323 |
<component name="e32wsrv" long-name="Text Window Server" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
324 |
<unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
325 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
326 |
<component name="textshell" long-name="Text Shell" filter="gt" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
327 |
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
328 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
329 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
330 |
<collection name="baseapitest" long-name="Base API Tests" level="test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
331 |
<collection name="kernelhwsrv_info" long-name="Kernel and Hardware Services Info" level="test"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
332 |
<component name="kernelhwsrv_metadata" long-name="Kernel and Hardware Services Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
333 |
<unit mrp="os/kernelhwsrv/kernelhwsrv_info/kernelhwsrv_metadata/kernelhwsrv_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
334 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
335 |
<component name="kernelhwsrv_docpub" long-name="Kernel and Hardware Services Public Documentation" introduced="^3" purpose="development" class="doc"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
336 |
<unit mrp="os/kernelhwsrv/kernelhwsrv_info/doc_pub/kernelhwsrv_doc_pub.mrp"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
337 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
338 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
339 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
340 |
<block name="boardsupport" level="hw" long-name="Board Support" levels="bsp test 2 3 config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
341 |
<collection name="emulator" long-name="Emulator" level="bsp"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
342 |
<component name="emulatorbsp" long-name="Emulator BSP" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
343 |
<unit bldFile="os/boardsupport/emulator/emulatorbsp" mrp="os/boardsupport/emulator/emulatorbsp/base_wins.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
344 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
345 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
346 |
<collection name="haitest" long-name="HAI Test Suites" level="test"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
347 |
<component name="bspsvs" long-name="BSP Verification Suite" introduced="^2" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
348 |
<unit mrp="os/boardsupport/haitest/bspsvs/group/bspsvs.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
349 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
350 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
351 |
<collection name="boardsupport_info" long-name="Board Support Info" level="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
352 |
<component name="boardsupport_metadata" long-name="Board Support Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
353 |
<unit mrp="os/boardsupport/boardsupport_info/boardsupport_metadata/boardsupport_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
354 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
355 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
356 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
357 |
<block name="buildtools" level="hw" long-name="Build Tools" levels="bld mw fw ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
358 |
<collection name="bldsystemtools" long-name="Build System Tools" level="bld"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
359 |
<component name="sysdeftools" long-name="System Definition Tools" purpose="development" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
360 |
<unit mrp="os/buildtools/bldsystemtools/sysdeftools/group/sysdeftools.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
361 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
362 |
<component name="commonbldutils" long-name="Common Utils" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
363 |
<unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
364 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
365 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
366 |
<collection name="toolsandutils" long-name="Tools and Utils" level="mw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
367 |
<component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
368 |
<unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
369 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
370 |
<component name="e32tools" long-name="E32 Tools" deprecated="^2" purpose="development" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
371 |
<unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
372 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
373 |
<component name="autotest" long-name="Autotest" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
374 |
<unit bldFile="os/buildtools/toolsandutils/autotest/group" mrp="os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
375 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
376 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
377 |
<collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
378 |
<component name="e32toolp" long-name="E32 Perl Tools" purpose="development" filter="sf_build" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
379 |
<unit mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp" bldFile="os/buildtools/sbsv1_os/e32toolp/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
380 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
381 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
382 |
<collection name="imgtools_os" long-name="Image Tools" level="fw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
383 |
<component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="^2" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
384 |
<unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
385 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
386 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
387 |
<collection name="misccomponents" long-name="Misc Components" level="mw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
388 |
<component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
389 |
<unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
390 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
391 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
392 |
<collection name="buildtools_info" long-name="Build Tools Info" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
393 |
<component name="buildtools_metadata" long-name="Build Tools Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
394 |
<unit mrp="os/buildtools/buildtools_info/buildtools_metadata/buildtools_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
395 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
396 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
397 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
398 |
<block name="ossrv" level="services" long-name="Generic OS Services" levels="physical-abstraction app-libs encoding translation data-services utilities"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
399 |
<collection name="ossrv_pub" long-name="Generic OS Services Public Interfaces" level="utilities"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
400 |
<component name="boost_apis" long-name="Boost APIs" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
401 |
<unit bldFile="os/ossrv/ossrv_pub/boost_apis/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
402 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
403 |
<component name="cpp_wrappers" long-name="Cpp wrappers" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
404 |
<unit bldFile="os/ossrv/ossrv_pub/cpp_wrappers/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
405 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
406 |
<component name="character_type_apis" long-name="Character Type APIs" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
407 |
<unit bldFile="os/ossrv/ossrv_pub/character_type_apis/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
408 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
409 |
<component name="compiler_specific_runtime_support" long-name="Compiler Specific Runtime Support" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
410 |
<unit bldFile="os/ossrv/ossrv_pub/compiler_specific_runtime_support/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
411 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
412 |
<component name="ossrv_configuration_api" long-name="Generic OS Services Configuration API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
413 |
<unit bldFile="os/ossrv/ossrv_pub/configuration/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
414 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
415 |
<component name="crypto_authentication_codes_and_hash_functions_api" long-name="Crypto Authentication Codes and Hash Functions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
416 |
<unit bldFile="os/ossrv/ossrv_pub/crypto_authentication_codes_and_hash_functions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
417 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
418 |
<component name="crypto_auxillary_functions_api" long-name="Crypto Auxillary Functions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
419 |
<unit bldFile="os/ossrv/ossrv_pub/crypto_auxillary_functions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
420 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
421 |
<component name="crypto_certificates_api" long-name="Crypto Certificates API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
422 |
<unit bldFile="os/ossrv/ossrv_pub/crypto_certificates_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
423 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
424 |
<component name="crypto_inputoutput_and_data_encoding_api" long-name="Crypto Input/Output and Data Encoding API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
425 |
<unit bldFile="os/ossrv/ossrv_pub/crypto_inputoutput_and_data_encoding_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
426 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
427 |
<component name="crypto_public_key_cryptography_and_key_agreement_api" long-name="Crypto Public Key Cryptography and Key Agreement API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
428 |
<unit bldFile="os/ossrv/ossrv_pub/crypto_public_key_cryptography_and_key_agreement_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
429 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
430 |
<component name="crypto_symmetric_ciphers_api" long-name="Crypto Symmetric Ciphers API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
431 |
<unit bldFile="os/ossrv/ossrv_pub/crypto_symmetric_ciphers_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
432 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
433 |
<component name="crypto_utility_functions_api" long-name="Crypto Utility Functions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
434 |
<unit bldFile="os/ossrv/ossrv_pub/crypto_utility_functions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
435 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
436 |
<component name="cryptogaphy_related_api" long-name="Cryptogaphy Related API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
437 |
<unit bldFile="os/ossrv/ossrv_pub/cryptogaphy_related_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
438 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
439 |
<component name="ossrv_debug_api" long-name="Generic OS Services Debug API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
440 |
<unit bldFile="os/ossrv/ossrv_pub/debug/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
441 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
442 |
<component name="ossrv_exceptions_api" long-name="Generic OS Services Exceptions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
443 |
<unit bldFile="os/ossrv/ossrv_pub/exceptions/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
444 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
445 |
<component name="io_stream_api" long-name="I/O stream API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
446 |
<unit bldFile="os/ossrv/ossrv_pub/io_stream_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
447 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
448 |
<component name="localization_function_api" long-name="Localization Function API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
449 |
<unit bldFile="os/ossrv/ossrv_pub/localization_function_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
450 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
451 |
<component name="math_operations_api" long-name="Math Operations API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
452 |
<unit bldFile="os/ossrv/ossrv_pub/math_operations_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
453 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
454 |
<component name="ossrv_memory_api" long-name="Generic OS Services Memory API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
455 |
<unit bldFile="os/ossrv/ossrv_pub/memory/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
456 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
457 |
<component name="no_namespace_headers" long-name="No Namespace Headers" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
458 |
<unit bldFile="os/ossrv/ossrv_pub/no_namespace_headers/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
459 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
460 |
<component name="openc_headers" long-name="OpenC headers" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
461 |
<unit bldFile="os/ossrv/ossrv_pub/openc_headers/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
462 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
463 |
<component name="openc_wrappers" long-name="OpenC wrappers" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
464 |
<unit bldFile="os/ossrv/ossrv_pub/openc_wrappers/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
465 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
466 |
<component name="ssl_general_api" long-name="SSL General API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
467 |
<unit bldFile="os/ossrv/ossrv_pub/ssl_general_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
468 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
469 |
<component name="ssl_protocol_methods_api" long-name="SSL Protocol Methods API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
470 |
<unit bldFile="os/ossrv/ossrv_pub/ssl_protocol_methods_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
471 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
472 |
<component name="standard_compressiondecompression_api" long-name="Standard Compression/Decompression API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
473 |
<unit bldFile="os/ossrv/ossrv_pub/standard_compressiondecompression_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
474 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
475 |
<component name="stl" long-name="STL API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
476 |
<unit bldFile="os/ossrv/ossrv_pub/stl/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
477 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
478 |
<component name="thread_api" long-name="Thread API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
479 |
<unit bldFile="os/ossrv/ossrv_pub/thread_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
480 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
481 |
<component name="type_attributes" long-name="Type Attributes API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
482 |
<unit bldFile="os/ossrv/ossrv_pub/type_attributes/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
483 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
484 |
<component name="typeinfo" long-name="Type Info API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
485 |
<unit bldFile="os/ossrv/ossrv_pub/typeinfo/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
486 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
487 |
<component name="utility_apis" long-name="Utility APIs" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
488 |
<unit bldFile="os/ossrv/ossrv_pub/utility_apis/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
489 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
490 |
<component name="wide_character_classapis" long-name="Wide character class/apis" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
491 |
<unit bldFile="os/ossrv/ossrv_pub/wide_character_classapis/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
492 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
493 |
<component name="dbus_api" long-name="Dbus API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
494 |
<unit bldFile="os/ossrv/ossrv_pub/dbus/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
495 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
496 |
<component name="dbus-glib_api" long-name="D-Bus GLib API" filter="s60" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
497 |
<unit bldFile="os/ossrv/ossrv_pub/dbus-glib/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
498 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
499 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
500 |
<collection name="ossrv_plat" long-name="Generic OS Services Platform Interfaces" level="utilities"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
501 |
<component name="libutils_apis" long-name="Utility Library APIs" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
502 |
<unit bldFile="os/ossrv/ossrv_plat/libutils/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
503 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
504 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
505 |
<collection name="stdlibs" long-name="Standard Libraries" level="translation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
506 |
<component name="libz" filter="s60" long-name="Z Compression Library"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
507 |
<unit bldFile="os/ossrv/stdlibs/libz/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
508 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
509 |
<component name="libcrypt" filter="s60" long-name="Crypt Library"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
510 |
<unit bldFile="os/ossrv/stdlibs/libcrypt/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
511 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
512 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
513 |
<collection name="ssl" long-name="SSL" level="data-services"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
514 |
<component name="libcrypto" filter="s60" long-name="Crypto Library"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
515 |
<unit bldFile="os/ossrv/ssl/libcrypto/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
516 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
517 |
<component name="libssl" filter="s60" purpose="development" long-name="SSL Library"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
518 |
<unit bldFile="os/ossrv/ssl/libssl/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
519 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
520 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
521 |
<collection name="glib" long-name="GLib" level="utilities"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
522 |
<component name="glibbackend" filter="s60" long-name="GLib Backend"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
523 |
<unit bldFile="os/ossrv/glib/build/symbian/glibbackend/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
524 |
<!-- Move to here: <unit bldFile="glib/glibbackend/group"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
525 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
526 |
<component name="libglib" filter="s60" long-name="GLib Library"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
527 |
<unit bldFile="os/ossrv/glib/build/symbian/glib/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
528 |
<!-- Move to here: <unit bldFile="glib/libglib/group"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
529 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
530 |
<component name="libgthread" filter="s60" long-name="Libg Thread"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
531 |
<unit bldFile="os/ossrv/glib/build/symbian/gthread/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
532 |
<!-- Move to here: <unit bldFile="glib/libgthread/group"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
533 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
534 |
<component name="libgmodule" filter="s60" long-name="Libg Module"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
535 |
<unit bldFile="os/ossrv/glib/build/symbian/gmodule/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
536 |
<!-- Move to here: <unit bldFile="glib/libgmodule/group"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
537 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
538 |
<component name="libgobject" filter="s60" long-name="Libg Object"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
539 |
<unit bldFile="os/ossrv/glib/build/symbian/gobject/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
540 |
<!-- Move to here: <unit bldFile="glib/libgobject/group"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
541 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
542 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
543 |
<collection name="stdcpp" long-name="C++ Standard Library" level="translation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
544 |
<!-- collection is really a component. Needs to be moved down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
545 |
<component name="stdcpp_build" filter="s60" long-name="Stdcpp"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
546 |
<unit bldFile="os/ossrv/stdcpp/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
547 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
548 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
549 |
<collection name="ofdbus" long-name="Open Foundation D-Bus" level="utilities"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
550 |
<component name="dbus" filter="s60" long-name="D-Bus"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
551 |
<unit bldFile="os/ossrv/ofdbus/dbus/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
552 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
553 |
<component name="dbus-glib" filter="s60" long-name="D-Bus GLib"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
554 |
<unit bldFile="os/ossrv/ofdbus/dbus-glib/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
555 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
556 |
<component name="ofdbus_rom" filter="s60" long-name="D-Bus ROM"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
557 |
<!-- Contains IBY for for dbus. Should remove #includes to above components and move this down a directory |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
558 |
Consider moving IBY file to one of the above as well and removing this component entirely --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
559 |
<unit bldFile="os/ossrv/ofdbus/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
560 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
561 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
562 |
<collection name="utilitylibraries" long-name="Utility Libraries" level="encoding"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
563 |
<component name="libutils" filter="s60" long-name="Utility Library"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
564 |
<unit bldFile="os/ossrv/utilitylibraries/libutils/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
565 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
566 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
567 |
<collection name="genericservices" long-name="Generic Services" level="utilities"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
568 |
<component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
569 |
<unit bldFile="os/ossrv/genericservices/s60compatibilityheaders/groupsymtb101sf" mrp="os/ossrv/genericservices/s60compatibilityheaders/groupsymtb101sf/tools_s60_header_compatsymtb101sf.mrp" version="tb101sf"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
570 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
571 |
<component name="mimerecognitionfw" long-name="MIME Recognition Framework" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
572 |
<unit bldFile="os/ossrv/genericservices/mimerecognitionfw/group" mrp="os/ossrv/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
573 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
574 |
<component name="systemagent" long-name="System Agent" introduced="9.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
575 |
<unit bldFile="os/ossrv/genericservices/systemagent/group" mrp="os/ossrv/genericservices/systemagent/group/syslibs_sysagent2.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
576 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
577 |
<component name="taskscheduler" long-name="Task Scheduler" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
578 |
<unit bldFile="os/ossrv/genericservices/taskscheduler/group" mrp="os/ossrv/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
579 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
580 |
<component name="activebackupclient" long-name="Active Backup Client" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
581 |
<unit bldFile="os/ossrv/genericservices/activebackupclient/group" mrp="os/ossrv/genericservices/activebackupclient/group/connectivity_abclient.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
582 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
583 |
<component name="syslibsdocs" long-name="Syslibs Documentation" purpose="development" class="doc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
584 |
<unit mrp="os/ossrv/genericservices/syslibsdocs/syslibs_documentation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
585 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
586 |
<component name="httputils" long-name="HTTP Utilities Library" introduced="6.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
587 |
<unit bldFile="os/ossrv/genericservices/httputils/group" mrp="os/ossrv/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
588 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
589 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
590 |
<collection name="syslibsapitest" long-name="SysLibs API Tests" level="utilities"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
591 |
<collection name="compressionlibs" long-name="Compression Libraries" level="data-services"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
592 |
<component name="ziplib" long-name="Zip Compression Library" introduced="6.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
593 |
<unit bldFile="os/ossrv/compressionlibs/ziplib/group" mrp="os/ossrv/compressionlibs/ziplib/group/syslibs_ezlib2.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
594 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
595 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
596 |
<collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
597 |
<component name="cstdlib" long-name="C Standard Library" introduced="ER5" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
598 |
<unit bldFile="os/ossrv/genericopenlibs/cstdlib/group" mrp="os/ossrv/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
599 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
600 |
<component name="cppstdlib" long-name="C++ Standard Library" introduced="^3" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
601 |
<unit bldFile="os/ossrv/genericopenlibs/cppstdlib/group" mrp="os/ossrv/genericopenlibs/cppstdlib/group/openenv_libstdcpp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
602 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
603 |
<component name="openenvcore" long-name="Open Environment Core" introduced="^2" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
604 |
<unit bldFile="os/ossrv/genericopenlibs/openenvcore/group" mrp="os/ossrv/genericopenlibs/openenvcore/group/openenv.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
605 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
606 |
<component name="posixrealtimeextensions" long-name="POSIX Realtime Extensions" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
607 |
<unit bldFile="os/ossrv/genericopenlibs/posixrealtimeextensions/group" mrp="os/ossrv/genericopenlibs/posixrealtimeextensions/group/oeaddons_librt.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
608 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
609 |
<component name="liboil" long-name="Liboil" introduced="^4" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
610 |
<unit bldFile="os/ossrv/genericopenlibs/liboil/group" mrp="os/ossrv/genericopenlibs/liboil/group/oeaddons_liboil.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
611 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
612 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
613 |
<collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
614 |
<component name="pluginfw" long-name="Plugin Framework" introduced="6.2" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
615 |
<unit bldFile="os/ossrv/lowlevellibsandfws/pluginfw/Group" mrp="os/ossrv/lowlevellibsandfws/pluginfw/Group/syslibs_ecom3.mrp" version="3"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
616 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
617 |
<component name="apputils" long-name="Application Utilities" introduced="ER5" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
618 |
<unit bldFile="os/ossrv/lowlevellibsandfws/apputils/group" mrp="os/ossrv/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
619 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
620 |
<component name="genericusabilitylib" long-name="Generic Usability Library" introduced="^3" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
621 |
<unit bldFile="os/ossrv/lowlevellibsandfws/genericusabilitylib/group" mrp="os/ossrv/lowlevellibsandfws/genericusabilitylib/group/syslibs_euserhl.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
622 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
623 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
624 |
<collection name="ossrv_info" long-name="Generic OS Services Info" level="utilities"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
625 |
<component name="ossrv_build" filter="s60" long-name="Generic OS Services Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
626 |
<!-- exports should be moved to individual components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
627 |
<unit bldFile="os/ossrv/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
628 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
629 |
<component name="ossrv_metadata" long-name="Generic OS Services Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
630 |
<unit mrp="os/ossrv/ossrv_info/ossrv_metadata/ossrv_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
631 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
632 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
633 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
634 |
<block name="persistentdata" level="services" long-name="Persistent Data Services" levels="adaptation hw-if plugin framework server app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
635 |
<collection name="featuremgmt" long-name="Feature Management" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
636 |
<component name="featuremgr" long-name="Feature Manager" introduced="^3" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
637 |
<unit bldFile="os/persistentdata/featuremgmt/featuremgr/group" mrp="os/persistentdata/featuremgmt/featuremgr/group/syslibs_featmgr.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
638 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
639 |
<component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="^3" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
640 |
<unit bldFile="os/persistentdata/featuremgmt/featureregistry/group" mrp="os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
641 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
642 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
643 |
<collection name="loggingservices" long-name="Logging Services" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
644 |
<component name="eventlogger" long-name="Event Logger" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
645 |
<unit bldFile="os/persistentdata/loggingservices/eventlogger/group" mrp="os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
646 |
</component> |
588
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
647 |
<component name="filelogger" long-name="File Logger" introduced="ER5" deprecated="^3" purpose="optional"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
648 |
<unit bldFile="os/persistentdata/loggingservices/filelogger/group" mrp="os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
649 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
650 |
<component name="rfilelogger" long-name="RFile Logger" deprecated="^3" introduced="9.1" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
651 |
<unit bldFile="os/persistentdata/loggingservices/rfilelogger/group" mrp="os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
652 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
653 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
654 |
<collection name="traceservices" long-name="Trace Services" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
655 |
<component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
656 |
<unit bldFile="os/persistentdata/traceservices/commsdebugutility/group" mrp="os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
657 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
658 |
<component name="tracefw" long-name="Trace Framework" introduced="9.2" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
659 |
<unit bldFile="os/persistentdata/traceservices/tracefw/ulogger/group" mrp="os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
660 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
661 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
662 |
<collection name="persistentstorage" long-name="Persistent Storage" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
663 |
<component name="store" long-name="Store" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
664 |
<unit bldFile="os/persistentdata/persistentstorage/store/group" mrp="os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
665 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
666 |
<component name="dbms" long-name="DBMS" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
667 |
<unit bldFile="os/persistentdata/persistentstorage/dbms/group" mrp="os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
668 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
669 |
<component name="centralrepository" long-name="Central Repository" introduced="7.0s" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
670 |
<unit bldFile="os/persistentdata/persistentstorage/centralrepository/group" mrp="os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
671 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
672 |
<component name="sql" long-name="SQL" introduced="9.3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
673 |
<unit bldFile="os/persistentdata/persistentstorage/sql/GROUP" mrp="os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
674 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
675 |
<component name="sqlite3api" long-name="SQLite 3 API" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
676 |
<unit bldFile="os/persistentdata/persistentstorage/sqlite3api/GROUP" mrp="os/persistentdata/persistentstorage/sqlite3api/GROUP/syslibs_sqlite3.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
677 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
678 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
679 |
<collection name="persistentdata_info" long-name="Persistent Data Services Info" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
680 |
<component name="persistentdata_metadata" long-name="Persistent Data Services Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
681 |
<unit mrp="os/persistentdata/persistentdata_info/persistentdata_metadata/persistentdata_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
682 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
683 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
684 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
685 |
<block name="devicesrv" level="services" long-name="Device Services" levels="adaptation hw-if plugin framework server app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
686 |
<collection name="devicesrv_pub" long-name="Device Services Public Interfaces" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
687 |
<component name="platform_path_definitions_api" long-name="Platform Path Definitions API" filter="s60,bldmefirst" class="api"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
688 |
<!-- this needs to be moved to deviceplatformrelease --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
689 |
<unit bldFile="os/devicesrv/devicesrv_pub/platform_path_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
690 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
691 |
<component name="common_platform_security_definitions_api" long-name="Common Platform Security Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
692 |
<unit bldFile="os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
693 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
694 |
<component name="feature_discovery_api" long-name="Feature Discovery API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
695 |
<unit bldFile="os/devicesrv/devicesrv_pub/feature_discovery_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
696 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
697 |
<component name="platform_environment_api" long-name="Platform Environment API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
698 |
<unit bldFile="os/devicesrv/devicesrv_pub/platform_environment_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
699 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
700 |
<component name="sensor_channel_api" long-name="Sensor Channel API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
701 |
<unit bldFile="os/devicesrv/devicesrv_pub/sensor_channel_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
702 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
703 |
<component name="sensor_definitions_api" long-name="Sensor Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
704 |
<unit bldFile="os/devicesrv/devicesrv_pub/sensor_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
705 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
706 |
<component name="version_info_api" long-name="Version Info API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
707 |
<unit bldFile="os/devicesrv/devicesrv_pub/version_info_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
708 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
709 |
<component name="accessory_monitoring_api" long-name="Accessory Monitoring API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
710 |
<unit bldFile="os/devicesrv/devicesrv_pub/accessory_monitoring_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
711 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
712 |
<component name="haptics_api" long-name="Haptics API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
713 |
<unit bldFile="os/devicesrv/devicesrv_pub/haptics_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
714 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
715 |
<component name="sensor_data_compensator_api" long-name="Sensor Data Compensator API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
716 |
<unit bldFile="os/devicesrv/devicesrv_pub/sensor_data_compensator_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
717 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
718 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
719 |
<collection name="devicesrv_plat" long-name="Device Services Platform Interfaces" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
720 |
<component name="configuration_file_parser_api" long-name="Configuration File Parser API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
721 |
<unit bldFile="os/devicesrv/devicesrv_plat/configuration_file_parser_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
722 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
723 |
<component name="dos_extension_plugin_api" long-name="DOS Extension Plug-In API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
724 |
<unit bldFile="os/devicesrv/devicesrv_plat/dos_extension_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
725 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
726 |
<component name="mediator_command_initiator_api" long-name="Mediator Command Initiator API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
727 |
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_command_initiator_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
728 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
729 |
<component name="syslangutil_api" long-name="SysLangUtil API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
730 |
<unit bldFile="os/devicesrv/devicesrv_plat/syslangutil_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
731 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
732 |
<component name="wakeup_alarm_api" long-name="Wakeup Alarm API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
733 |
<unit bldFile="os/devicesrv/devicesrv_plat/wakeup_alarm_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
734 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
735 |
<component name="disk_and_memory_level_keys_api" long-name="Disk and Memory Level Keys API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
736 |
<unit bldFile="os/devicesrv/devicesrv_plat/disk_and_memory_level_keys_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
737 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
738 |
<component name="mediator_plugin_api" long-name="Mediator Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
739 |
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
740 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
741 |
<component name="headset_status_api" long-name="Headset Status API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
742 |
<unit bldFile="os/devicesrv/devicesrv_plat/headset_status_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
743 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
744 |
<component name="system_startup_extension_plugin_api" long-name="System Startup Extension Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
745 |
<unit bldFile="os/devicesrv/devicesrv_plat/system_startup_extension_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
746 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
747 |
<component name="sensor_plugin_api" long-name="Sensor Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
748 |
<unit bldFile="os/devicesrv/devicesrv_plat/sensor_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
749 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
750 |
<component name="accessory_api" long-name="Accessory API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
751 |
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
752 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
753 |
<component name="display_language_definition_api" long-name="Display Language Definition API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
754 |
<unit bldFile="os/devicesrv/devicesrv_plat/display_language_definition_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
755 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
756 |
<component name="mediator_command_responder_api" long-name="Mediator Command Responder API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
757 |
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_command_responder_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
758 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
759 |
<component name="accessory_policy_definitions_api" long-name="Accessory Policy Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
760 |
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_policy_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
761 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
762 |
<component name="hw_settings_api" long-name="Hardware Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
763 |
<unit bldFile="os/devicesrv/devicesrv_plat/hw_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
764 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
765 |
<component name="mediator_domain_definitions_api" long-name="Mediator Domain Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
766 |
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_domain_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
767 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
768 |
<component name="sensor_extension_api" long-name="Sensor Extension API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
769 |
<unit bldFile="os/devicesrv/devicesrv_plat/sensor_extension_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
770 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
771 |
<component name="accessory_plugin_api" long-name="Accessory Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
772 |
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
773 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
774 |
<component name="sae_api" long-name="SAE API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
775 |
<unit bldFile="os/devicesrv/devicesrv_plat/sae_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
776 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
777 |
<component name="accessory_control_api" long-name="Accessory Control API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
778 |
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_control_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
779 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
780 |
<component name="mediator_static_registration_api" long-name="Mediator Static Registration API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
781 |
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_static_registration_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
782 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
783 |
<component name="accessory_key_event_handling_api" long-name="Accessory Key Event Handling API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
784 |
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_key_event_handling_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
785 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
786 |
<component name="mediator_notification_api" long-name="Mediator Notification API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
787 |
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_notification_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
788 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
789 |
<component name="accessory_policy_utility_api" long-name="Accessory Policy Utility API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
790 |
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_policy_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
791 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
792 |
<component name="common_dsy_plugin_api" long-name="Common DSY Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
793 |
<unit bldFile="os/devicesrv/devicesrv_plat/common_dsy_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
794 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
795 |
<component name="remote_control_extension_api" long-name="Remote Control Extension API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
796 |
<unit bldFile="os/devicesrv/devicesrv_plat/remote_control_extension_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
797 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
798 |
<component name="sensor_channel_filter_api" long-name="Sensor Channel Filter API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
799 |
<unit bldFile="os/devicesrv/devicesrv_plat/sensor_channel_filter_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
800 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
801 |
<component name="dos_extension_api" long-name="DOS Extension API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
802 |
<unit bldFile="os/devicesrv/devicesrv_plat/dos_extension_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
803 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
804 |
<component name="accessory_audio_control_api" long-name="Accessory Audio Control API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
805 |
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_audio_control_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
806 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
807 |
<component name="mediator_event_consumer_api" long-name="Mediator Event Consumer API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
808 |
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_event_consumer_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
809 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
810 |
<component name="shared_data_api" long-name="Shared Data API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
811 |
<unit bldFile="os/devicesrv/devicesrv_plat/shared_data_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
812 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
813 |
<component name="accessory_settings_api" long-name="Accessory Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
814 |
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
815 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
816 |
<component name="accessory_bluetooth_control_api" long-name="Accessory Bluetooth Control API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
817 |
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_bluetooth_control_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
818 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
819 |
<component name="extended_version_info_api" long-name="Extended Version Info API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
820 |
<unit bldFile="os/devicesrv/devicesrv_plat/extended_version_info_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
821 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
822 |
<component name="mediator_event_provider_api" long-name="Mediator Event Provider API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
823 |
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_event_provider_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
824 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
825 |
<component name="tv_out_config_api" long-name="TV Out Config API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
826 |
<unit bldFile="os/devicesrv/devicesrv_plat/tv_out_config_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
827 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
828 |
<component name="tspclientmapper_api" long-name="TSP Client Mapper API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
829 |
<unit bldFile="os/devicesrv/devicesrv_plat/tspclientmapper_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
830 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
831 |
<component name="powersave_api" long-name="Power Save API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
832 |
<unit bldFile="os/devicesrv/devicesrv_plat/powersave_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
833 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
834 |
<component name="powersave_definitions_api" long-name="Power Save Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
835 |
<unit bldFile="os/devicesrv/devicesrv_plat/powersave_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
836 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
837 |
<component name="powersave_plugin_api" long-name="Power Save Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
838 |
<unit bldFile="os/devicesrv/devicesrv_plat/powersave_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
839 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
840 |
<component name="extended_version_info_plugin_api" long-name="Extended Version Info Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
841 |
<unit bldFile="os/devicesrv/devicesrv_plat/extended_version_info_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
842 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
843 |
<component name="haptics_plugin_api" long-name="Haptics Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
844 |
<unit bldFile="os/devicesrv/devicesrv_plat/haptics_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
845 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
846 |
<component name="haptics_effect_data_getter_plugin_api" long-name="Haptics Effect Data Getter Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
847 |
<unit bldFile="os/devicesrv/devicesrv_plat/haptics_effect_data_getter_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
848 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
849 |
<component name="haptics_packetizer_plugin_api" long-name="Haptics Packetizer Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
850 |
<unit bldFile="os/devicesrv/devicesrv_plat/haptics_packetizer_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
851 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
852 |
<component name="tiltcompensation_api" long-name="Tilt Compensation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
853 |
<unit bldFile="os/devicesrv/devicesrv_plat/tiltcompensation_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
854 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
855 |
<component name="disk_notification_handler_api" long-name="Disk Notification Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
856 |
<unit bldFile="os/devicesrv/devicesrv_plat/disk_notification_handler_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
857 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
858 |
<component name="accessory_policy_usb_audio_api" long-name="Accessory Policy USB Audio API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
859 |
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_policy_usb_audio_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
860 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
861 |
<component name="accessory_policy_hdmi_audio_api" long-name="Accessory Policy HDMI Audio API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
862 |
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_policy_hdmi_audio_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
863 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
864 |
<component name="sensor_data_compensator_plugin_api" long-name="Sensor Data Compensator Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
865 |
<unit bldFile="os/devicesrv/devicesrv_plat/sensor_data_compensator_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
866 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
867 |
<component name="ddc_access_api" long-name="DDC Access API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
868 |
<unit bldFile="os/devicesrv/devicesrv_plat/ddc_access_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
869 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
870 |
<component name="tv_out_behaviour_api" long-name="TV Out Behaviour API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
871 |
<unit bldFile="os/devicesrv/devicesrv_plat/tv_out_behaviour_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
872 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
873 |
<component name="autoaudio_plugin_api" long-name="Auto Audio Plugin API" filter="s60" introduced="^4" class="api"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
874 |
<unit bldFile="os/devicesrv/devicesrv_plat/autoaudio_plugin_api/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
875 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
876 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
877 |
<collection name="accessoryservices" long-name="Accessory Services" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
878 |
<component name="accessorymonitor" filter="s60" long-name="Accessory Monitor"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
879 |
<unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
880 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
881 |
<component name="accessoryremotecontrol" filter="s60" long-name="Accessory Remote Control"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
882 |
<unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
883 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
884 |
<component name="accessoryserver" filter="s60" long-name="Accessory Server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
885 |
<unit bldFile="os/devicesrv/accessoryservices/accessoryserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
886 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
887 |
<component name="pluggeddisplay" filter="s60" long-name="Plugged Display" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
888 |
<unit bldFile="os/devicesrv/accessoryservices/pluggeddisplay/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
889 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
890 |
<component name="headsetstatusapi" filter="s60" long-name="Headset Status API"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
891 |
<unit bldFile="os/devicesrv/accessoryservices/headsetstatusapi/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
892 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
893 |
<component name="tspclientmapper" filter="s60" long-name="TSP Client Mapper"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
894 |
<unit bldFile="os/devicesrv/accessoryservices/tspclientmapper/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
895 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
896 |
<component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1" purpose="optional" filter="s60"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
897 |
<unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
898 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
899 |
<component name="gid_pc_tool" filter="s60" long-name="Generic ID PC Tool" class="tool PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
900 |
<unit bldFile="os/devicesrv/accessoryservices/gid_pc_tool/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
901 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
902 |
<component name="autoaudioasy" filter="s60" long-name="Auto Audio Plugin" introduced="^4" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
903 |
<unit bldFile="os/devicesrv/accessoryservices/autoaudioasy/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
904 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
905 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
906 |
<collection name="commonservices" long-name="Common Services" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
907 |
<component name="commonengine" filter="s60" long-name="Common Engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
908 |
<unit bldFile="os/devicesrv/commonservices/commonengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
909 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
910 |
<component name="commonengineresources" filter="s60" long-name="Common Engine Resources" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
911 |
<unit bldFile="os/devicesrv/commonservices/commonengineresources/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
912 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
913 |
<component name="platformenv" filter="s60" long-name="Platform Environment"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
914 |
<unit bldFile="os/devicesrv/commonservices/platformenv/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
915 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
916 |
<component name="sysutil" long-name="System Utilities" purpose="mandatory" introduced="ER5" filter="s60"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
917 |
<unit bldFile="os/devicesrv/commonservices/sysutil/group" mrp="os/devicesrv/commonservices/sysutil/group/sysutil.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
918 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
919 |
<component name="activitymanager" long-name="Activity Manager" purpose="mandatory" introduced="ER5" filter="s60"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
920 |
<unit bldFile="os/devicesrv/commonservices/activitymanager/group" mrp="os/devicesrv/commonservices/activitymanager/group/activitymanager.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
921 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
922 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
923 |
<collection name="dosservices" long-name="Domestic Operating System Services" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
924 |
<component name="commondsy" filter="s60" long-name="Common DSY" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
925 |
<unit bldFile="os/devicesrv/dosservices/commondsy/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
926 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
927 |
<component name="dosserver" filter="s60" long-name="Domestic OS Server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
928 |
<unit bldFile="os/devicesrv/dosservices/dosserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
929 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
930 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
931 |
<collection name="sensorservices" long-name="Sensor Services" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
932 |
<component name="sensorserver" filter="s60" long-name="Sensor Server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
933 |
<unit bldFile="os/devicesrv/sensorservices/sensorserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
934 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
935 |
<component name="orientationssy" filter="s60" long-name="Orientation SSY" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
936 |
<unit bldFile="os/devicesrv/sensorservices/orientationssy/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
937 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
938 |
<component name="tiltcompensationssy" filter="s60" long-name="Tilt Compensation SSY" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
939 |
<unit bldFile="os/devicesrv/sensorservices/tiltcompensationssy/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
940 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
941 |
<component name="sensordatacompensator" filter="s60" long-name="Sensor Data Compensator"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
942 |
<unit bldFile="os/devicesrv/sensorservices/sensordatacompensator/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
943 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
944 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
945 |
<collection name="hwrmhaptics" long-name="HWRM Haptics" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
946 |
<component name="hapticseffectdatagetterfw" filter="s60" long-name="Haptics Effect Data Getter Framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
947 |
<unit bldFile="os/devicesrv/hwrmhaptics/hapticseffectdatagetterfw/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
948 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
949 |
<component name="hapticspluginservice" filter="s60" long-name="Haptics Plugin Service"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
950 |
<unit bldFile="os/devicesrv/hwrmhaptics/hapticspluginservice/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
951 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
952 |
<component name="hapticspacketizer" filter="s60" long-name="Haptics Packetizer"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
953 |
<unit bldFile="os/devicesrv/hwrmhaptics/hapticspacketizer/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
954 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
955 |
<component name="hapticspluginmanager" filter="s60" long-name="Haptics Plugin Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
956 |
<unit bldFile="os/devicesrv/hwrmhaptics/hapticspluginmanager/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
957 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
958 |
<component name="hapticsserver" filter="s60" long-name="Haptics Server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
959 |
<unit bldFile="os/devicesrv/hwrmhaptics/hapticsserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
960 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
961 |
<component name="hapticsclient" filter="s60" long-name="Haptics Client"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
962 |
<unit bldFile="os/devicesrv/hwrmhaptics/hapticsclient/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
963 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
964 |
<component name="hwrmhaptics_build" filter="s60" long-name="HWRM Haptics Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
965 |
<!-- move these exports into the appropriate above components and delete this component--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
966 |
<unit bldFile="os/devicesrv/hwrmhaptics/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
967 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
968 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
969 |
<collection name="mediator" long-name="Mediator" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
970 |
<!--collection is really a component. Move it down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
971 |
<component name="mediator_build" filter="s60" long-name="Mediator Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
972 |
<unit bldFile="os/devicesrv/mediator/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
973 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
974 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
975 |
<collection name="psmservices" long-name="Power Save Mode Services" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
976 |
<component name="psmserver" filter="s60" long-name="PSM Server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
977 |
<unit bldFile="os/devicesrv/psmservices/psmserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
978 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
979 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
980 |
<collection name="resourcemgmt" long-name="Resource Management" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
981 |
<component name="hwrmfmtxwatcherplugin" filter="s60" long-name="HWRM FM Transmitter Watcher Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
982 |
<unit bldFile="os/devicesrv/resourcemgmt/hwrmfmtxwatcherplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
983 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
984 |
<component name="hwrmtargetmodifierplugin" filter="s60" long-name="HWRM Target Modifier Plugin" plugin="Y"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
985 |
<unit bldFile="os/devicesrv/resourcemgmt/hwrmtargetmodifierplugin/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
986 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
987 |
<component name="vibractrl" filter="s60" long-name="Vibra Control" deprecated="9.1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
988 |
<unit bldFile="os/devicesrv/resourcemgmt/vibractrl/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
989 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
990 |
<component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="^2" purpose="optional" filter="s60"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
991 |
<unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/group" mrp="os/devicesrv/resourcemgmt/hwresourcesmgr/group/telephony_hwrm.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
992 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
993 |
<component name="hwresourcesmgrconfig" long-name="Hardware Resources Manager Config" introduced="^3" purpose="optional" filter="s60" class="config"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
994 |
<unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgrconfig" mrp="os/devicesrv/resourcemgmt/hwresourcesmgrconfig/telephony_hwrm-config.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
995 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
996 |
<component name="resourcemgmt_data" filter="s60" long-name="Resource Management Data" class="config"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
997 |
<!-- Move exports to a self-contained component. Or leave as a component but move down a dir --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
998 |
<unit bldFile="os/devicesrv/resourcemgmt/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
999 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
1000 |
<component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0" purpose="mandatory" filter="s60"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1001 |
<unit bldFile="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1002 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1003 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1004 |
<collection name="sysstatemgmt" long-name="System State Management" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1005 |
<component name="ssmmapperutility" filter="s60" long-name="SSM Mapper Utility" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1006 |
<unit bldFile="os/devicesrv/sysstatemgmt/ssmmapperutility/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1007 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1008 |
<component name="ssmpolicyplugins" filter="s60" long-name="SSM Policy Plugins" introduced="^3" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1009 |
<unit bldFile="os/devicesrv/sysstatemgmt/ssmpolicyplugins/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1010 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1011 |
<component name="ssmutilityplugins" filter="s60" long-name="SSM Utility Plugins" introduced="^3" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1012 |
<unit bldFile="os/devicesrv/sysstatemgmt/ssmutilityplugins/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1013 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1014 |
<component name="ssmcmdlists" filter="s60" long-name="SSM Command Lists" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1015 |
<unit bldFile="os/devicesrv/sysstatemgmt/ssmcmdlists/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1016 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1017 |
<component name="ssmcustcmds" filter="s60" long-name="SSM Custom Commands" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1018 |
<unit bldFile="os/devicesrv/sysstatemgmt/ssmcustcmds/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1019 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1020 |
<component name="syslangutil" filter="s60" long-name="System Language Utility" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1021 |
<unit bldFile="os/devicesrv/sysstatemgmt/syslangutil/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1022 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1023 |
<component name="sysrestart" filter="s60" long-name="System Restart" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1024 |
<unit bldFile="os/devicesrv/sysstatemgmt/sysrestart/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1025 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1026 |
<component name="sysuiprovider" filter="s60" long-name="System UI Provider" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1027 |
<unit bldFile="os/devicesrv/sysstatemgmt/sysuiprovider/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1028 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1029 |
<component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="^3" purpose="mandatory" filter="s60"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1030 |
<unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/group" mrp="os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1031 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1032 |
<component name="systemstatemgr" long-name="System State Manager" introduced="^3" purpose="mandatory" filter="s60"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1033 |
<unit bldFile="os/devicesrv/sysstatemgmt/systemstatemgr/group" mrp="os/devicesrv/sysstatemgmt/systemstatemgr/group/app-framework_ssma.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1034 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1035 |
<component name="systemstateplugins" long-name="System State Plugins" introduced="^3" purpose="optional" filter="s60" plugin="Y"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1036 |
<unit bldFile="os/devicesrv/sysstatemgmt/systemstateplugins/group" mrp="os/devicesrv/sysstatemgmt/systemstateplugins/group/app-framework_ssplugins.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1037 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1038 |
<component name="systemstatereferenceplugins" long-name="System State Reference Plugins" introduced="^3" purpose="optional" filter="s60" plugin="Y"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1039 |
<unit bldFile="os/devicesrv/sysstatemgmt/systemstatereferenceplugins/group" mrp="os/devicesrv/sysstatemgmt/systemstatereferenceplugins/group/app-framework_ssrefplugins.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1040 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1041 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1042 |
<collection name="resourceinterfaces" long-name="Resource Interfaces" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1043 |
<component name="fmtransmittercontrol" long-name="FM Transmitter Control" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1044 |
<unit bldFile="os/devicesrv/resourceinterfaces/fmtransmittercontrol/group" mrp="os/devicesrv/resourceinterfaces/fmtransmittercontrol/group/telephony_hwrmfmtx.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1045 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1046 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1047 |
<collection name="systemhealthmanagement" long-name="System Health Management" level="server"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1048 |
<component name="systemhealthmgr" long-name="System Health Manager" introduced="^3" purpose="optional" filter="s60"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1049 |
<unit bldFile="os/devicesrv/systemhealthmanagement/systemhealthmgr/group" mrp="os/devicesrv/systemhealthmanagement/systemhealthmgr/group/app-framework_shma.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1050 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1051 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1052 |
<collection name="devicesrvapitest" long-name="Devices Services API Tests" level="app-if"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1053 |
<collection name="devicesrv_info" long-name="Device Services Info" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1054 |
<component name="devicesrv_metadata" long-name="Device Services Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1055 |
<unit mrp="os/devicesrv/devicesrv_info/devicesrv_metadata/devicesrv_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1056 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1057 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1058 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1059 |
<block name="security" level="services" long-name="OS Security" levels="physical-abstraction plugins libraries management services utilities"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
1060 |
<collection name="authenticationservices" long-name="Authentication Services" level="utilities"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
1061 |
<component name="authenticationserver" long-name="Authentication Server" introduced="^4" purpose="optional"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
1062 |
<unit bldFile="os/security/authenticationservices/authenticationserver/group" mrp="os/security/authenticationservices/authenticationserver/group/security_authserver.mrp"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
1063 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
1064 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1065 |
<collection name="authorisation" long-name="Authorisation" level="utilities"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1066 |
<component name="userpromptservice" long-name="User Prompt Service" introduced="^3" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1067 |
<unit bldFile="os/security/authorisation/userpromptservice/group" mrp="os/security/authorisation/userpromptservice/group/security_ups.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1068 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1069 |
<component name="userpromptutils" long-name="User Prompt Utils" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1070 |
<unit bldFile="os/security/authorisation/userpromptutils/group" mrp="os/security/authorisation/userpromptutils/group/security_ups_utils.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1071 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1072 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1073 |
<collection name="contentmgmt" long-name="Content Management" level="utilities"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1074 |
<component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1075 |
<unit bldFile="os/security/contentmgmt/contentaccessfwfordrm/group" mrp="os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1076 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1077 |
<component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1078 |
<unit bldFile="os/security/contentmgmt/cafrecogniserconfig" mrp="os/security/contentmgmt/cafrecogniserconfig/security_reccafconfig.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1079 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1080 |
<component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1081 |
<unit bldFile="os/security/contentmgmt/referencedrmagent/RefTestAgent/group" mrp="os/security/contentmgmt/referencedrmagent/RefTestAgent/group/security_rta.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1082 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1083 |
<component name="cafstreamingsupport" long-name="CAF Streaming Support" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1084 |
<unit bldFile="os/security/contentmgmt/cafstreamingsupport/group" mrp="os/security/contentmgmt/cafstreamingsupport/group/security_streamingcaf.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1085 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1086 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1087 |
<collection name="crypto" long-name="Crypto Libraries" level="libraries"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1088 |
<component name="weakcryptospi" long-name="Weak Crypto SPI" filter="gt" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1089 |
<unit bldFile="os/security/crypto/weakcryptospi/group" mrp="os/security/crypto/weakcryptospi/group/security_cryptospi_weak.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1090 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1091 |
<component name="strongcryptospi" long-name="Strong Crypto SPI" filter="gt" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1092 |
<unit bldFile="os/security/crypto/weakcryptospi/strong" mrp="os/security/crypto/weakcryptospi/group/security_cryptospi_strong.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1093 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1094 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1095 |
<collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1096 |
<component name="securityutils" long-name="Security Utils" introduced="8.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1097 |
<unit bldFile="os/security/cryptomgmtlibs/securityutils/group" mrp="os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1098 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1099 |
<component name="securitydocs" long-name="Security Documentation" purpose="development" class="doc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1100 |
<unit mrp="os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1101 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1102 |
<component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1103 |
<unit bldFile="os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1104 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1105 |
<component name="securitycommonutils" long-name="Security Common Utils" introduced="8.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1106 |
<unit bldFile="os/security/cryptomgmtlibs/securitycommonutils/group" mrp="os/security/cryptomgmtlibs/securitycommonutils/group/security_commonutils.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1107 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1108 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1109 |
<collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1110 |
<component name="securityconfig" long-name="Security Config" introduced="9.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1111 |
<unit bldFile="os/security/securityanddataprivacytools/securityconfig/group" mrp="os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1112 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1113 |
<component name="securitytools" long-name="Security Tools" introduced="^3" purpose="optional" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1114 |
<unit bldFile="os/security/securityanddataprivacytools/securitytools/group" mrp="os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1115 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1116 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1117 |
<collection name="cryptoplugins" long-name="Crypto Plugins" level="plugins"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1118 |
<component name="cryptospiplugins" long-name="Crypto SPI Plugins" filter="gt" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1119 |
<unit bldFile="os/security/cryptoplugins/cryptospiplugins/group" mrp="os/security/cryptoplugins/cryptospiplugins/group/security_cryptospi_plugins.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1120 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1121 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1122 |
<collection name="cryptoservices" long-name="Crypto Services" level="plugins"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1123 |
<component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1124 |
<unit bldFile="os/security/cryptoservices/certificateandkeymgmt/group" mrp="os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1125 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1126 |
<component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1127 |
<unit bldFile="os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1128 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1129 |
<component name="browserrootcertificates" long-name="Browser Root Certificates" introduced="^2" purpose="optional" filter="sf_build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1130 |
<unit mrp="os/security/cryptoservices/browserrootcertificates/browserrootcerts.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1131 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1132 |
<component name="asnpkcs" long-name="ASN PKCS" introduced="8.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1133 |
<unit bldFile="os/security/cryptoservices/asnpkcs/group" mrp="os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1134 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1135 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1136 |
<collection name="security_info" long-name="OS Security Info" level="utilities"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1137 |
<component name="security_metadata" long-name="OS Security Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1138 |
<unit mrp="os/security/security_info/security_metadata/security_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1139 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1140 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1141 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1142 |
<block name="lbs" level="services" long-name="Locating Services" levels="hw-if data-acquisition adaptation management application-interface"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1143 |
<collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1144 |
<component name="defaultpositioningmodule" long-name="Default Positioning Module" introduced="^2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1145 |
<unit bldFile="os/lbs/datasourcemodules/defaultpositioningmodule/group" mrp="os/lbs/datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1146 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1147 |
<component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" introduced="^2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1148 |
<unit bldFile="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group" mrp="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1149 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1150 |
<component name="simulationpositioningmodule" long-name="Simulation Positioning Module" introduced="^2" purpose="development" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1151 |
<unit bldFile="os/lbs/datasourcemodules/simulationpositioningmodule/group" mrp="os/lbs/datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1152 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1153 |
<component name="gpspositioningmodule" long-name="GPS/A-GPS Positioning Module" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1154 |
<unit bldFile="os/lbs/datasourcemodules/gpspositioningmodule/group" mrp="os/lbs/datasourcemodules/gpspositioningmodule/group/lbs_agps_positioning_module.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1155 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1156 |
<component name="networkpositioningmodule" long-name="Network Positioning Module" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1157 |
<unit bldFile="os/lbs/datasourcemodules/networkpositioningmodule/group" mrp="os/lbs/datasourcemodules/networkpositioningmodule/group/lbs_network_positioning_module.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1158 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
1159 |
<component name="locationapesuplpsy" long-name="APE SUPL Positioning Module" introduced="^3" purpose="optional" plugin="Y"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
1160 |
<unit bldFile="os/lbs/datasourcemodules/locationapesuplpsy/group" mrp="os/lbs/datasourcemodules/locationapesuplpsy/group/lbs_ape_supl_positioning_module.mrp"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1161 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1162 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1163 |
<collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1164 |
<component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" introduced="^2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1165 |
<unit bldFile="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group" mrp="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1166 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1167 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1168 |
<collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1169 |
<component name="locationserver" long-name="Location Server" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1170 |
<unit bldFile="os/lbs/locationrequestmgmt/locationserver/group" mrp="os/lbs/locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1171 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1172 |
<component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1173 |
<unit bldFile="os/lbs/locationrequestmgmt/networkrequesthandler/group" mrp="os/lbs/locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1174 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1175 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1176 |
<collection name="lbstest" long-name="Locating Services Tests" level="application-interface"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1177 |
<component name="locationprotocoltest" long-name="Location Protocol Tests" introduced="9.2" purpose="development" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1178 |
<unit bldFile="os/lbs/lbstest/locationprotocoltest/group" mrp="os/lbs/lbstest/locationprotocoltest/group/lbs_networktest.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1179 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1180 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1181 |
<collection name="locationmgmt" long-name="Location Management" level="management"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1182 |
<component name="locmonitor" long-name="Location Monitor" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1183 |
<unit bldFile="os/lbs/locationmgmt/locmonitor/lbslocmonitorserver/group" mrp="os/lbs/locationmgmt/locmonitor/lbslocmonitorserver/group/lbs_locationmonitor.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1184 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1185 |
<component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1186 |
<unit bldFile="os/lbs/locationmgmt/agpslocationmgr/group" mrp="os/lbs/locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1187 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1188 |
<component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1189 |
<unit bldFile="os/lbs/locationmgmt/networklocationmgr/group" mrp="os/lbs/locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1190 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1191 |
<component name="locationcore" long-name="Location Core" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1192 |
<unit bldFile="os/lbs/locationmgmt/locationcore/group" mrp="os/lbs/locationmgmt/locationcore/group/lbs_admin.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1193 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1194 |
<component name="networkgateway" long-name="Network Gateway" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1195 |
<unit bldFile="os/lbs/locationmgmt/networkgateway/group" mrp="os/lbs/locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1196 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1197 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1198 |
<collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1199 |
<component name="privacyprotocolmodule" long-name="Privacy Protocol Module" introduced="^2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1200 |
<unit bldFile="os/lbs/networkprotocolmodules/privacyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1201 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1202 |
<component name="networkpmutils" long-name="Network Protocol Module Utilities" introduced="^3" purpose="optional" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1203 |
<unit bldFile="os/lbs/networkprotocolmodules/networkpmutils/group" mrp="os/lbs/networkprotocolmodules/networkpmutils/group/lbs_networkpmutils.mrp"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1204 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1205 |
<component name="suplpmcore" long-name="SUPL Protocol Module Core" introduced="^3" purpose="optional" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1206 |
<unit bldFile="os/lbs/networkprotocolmodules/suplpmcore/group" mrp="os/lbs/networkprotocolmodules/suplpmcore/group/lbs_suplpmcore.mrp"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1207 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1208 |
<component name="networkpmasn1_pub" long-name="Network Protocol Module ASN1 Public Interfaces" introduced="^3" purpose="optional" class="api"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1209 |
<unit bldFile="os/lbs/networkprotocolmodules/networkpmasn1_pub/group" mrp="os/lbs/networkprotocolmodules/networkpmasn1_pub/group/lbs_networkpmasn1_pub.mrp"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1210 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1211 |
<component name="suplcontrolplaneprotocols" long-name="SUPL Control Plane Protocols" introduced="^3" purpose="optional" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1212 |
<unit bldFile="os/lbs/networkprotocolmodules/suplcontrolplaneprotocols/group" mrp="os/lbs/networkprotocolmodules/suplcontrolplaneprotocols/group/lbs_suplcontrolplaneprotocols.mrp"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1213 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
1214 |
<component name="suplproxyprotocolmodule" long-name="SUPL Proxy Protocol Module" introduced="^3" purpose="optional" plugin="Y"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1215 |
<unit bldFile="os/lbs/networkprotocolmodules/suplproxyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/suplproxyprotocolmodule/group/lbs_suplproxyprotocolmodule.mrp"/> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
1216 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
1217 |
<component name="suplprotocolmodule" long-name="SUPL Protocol Module" introduced="^2" deprecated="^2" purpose="optional" plugin="Y"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1218 |
<unit bldFile="os/lbs/networkprotocolmodules/suplprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
1219 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1220 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1221 |
<collection name="lbsapitest" long-name="Location API Tests" level="application-interface"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1222 |
<collection name="lbs_info" long-name="Locating Services Info" level="application-interface"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1223 |
<component name="lbs_metadata" long-name="Locating Services Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1224 |
<unit mrp="os/lbs/lbs_info/lbs_metadata/lbs_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1225 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1226 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1227 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1228 |
<block name="commsfw" level="services" long-name="Communications Framework" levels="server support framework process app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1229 |
<collection name="commsprocess" long-name="Comms Process" level="process"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1230 |
<component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1231 |
<unit bldFile="os/commsfw/commsprocess/commsrootserverconfig/group" mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1232 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1233 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1234 |
<collection name="commsconfig" long-name="Comms Config" level="process"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1235 |
<component name="commsdatabase" long-name="Comms Database" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1236 |
<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group/comms-infras_commsdat.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1237 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1238 |
<component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1239 |
<unit bldFile="os/commsfw/commsconfig/commsdatabaseshim/group" mrp="os/commsfw/commsconfig/commsdatabaseshim/group/comms-infras_commdbshim.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1240 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1241 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1242 |
<collection name="datacommsserver" long-name="Data Comms Server" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1243 |
<component name="esockserver" long-name="ESock Server" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1244 |
<unit bldFile="os/commsfw/datacommsserver/esockserver/group" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock.mrp" version="3"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1245 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1246 |
<component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1247 |
<unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/group" mrp="os/commsfw/datacommsserver/networkingdialogapi/group/networking_dialog.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1248 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1249 |
<component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1250 |
<unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/default" mrp="os/commsfw/datacommsserver/networkingdialogapi/default/networking_dialog_default.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1251 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1252 |
<component name="networkcontroller" long-name="Network Controller" introduced="7.0s" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1253 |
<unit bldFile="os/commsfw/datacommsserver/networkcontroller/group" mrp="os/commsfw/datacommsserver/networkcontroller/group/networking_netcon.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1254 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1255 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1256 |
<collection name="serialserver" long-name="Serial Server" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1257 |
<component name="serialportcsy" long-name="Serial Port CSY" introduced="ER5" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1258 |
<unit bldFile="os/commsfw/serialserver/serialportcsy" mrp="os/commsfw/serialserver/serialportcsy/ser-comms_serialportcsy.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1259 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1260 |
<component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1261 |
<unit bldFile="os/commsfw/serialserver/packetloopbackcsy/group" mrp="os/commsfw/serialserver/packetloopbackcsy/group/PacketLoopbackCSY.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1262 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1263 |
<component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1264 |
<unit bldFile="os/commsfw/serialserver/c32serialserver/group" mrp="os/commsfw/serialserver/c32serialserver/group/ser-comms_c32.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1265 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1266 |
<component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" purpose="mandatory" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1267 |
<unit bldFile="os/commsfw/serialserver/c32serialserverconfig" mrp="os/commsfw/serialserver/c32serialserverconfig/ser-comms_c32-config.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1268 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1269 |
<component name="c32serialserverdocs" long-name="C32 Serial Server Documentation" purpose="development" class="doc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1270 |
<unit mrp="os/commsfw/serialserver/c32serialserverdocs/ser-comms_documentation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1271 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1272 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1273 |
<collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1274 |
<component name="commsbufs" long-name="Comms Buffers" introduced="^3" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1275 |
<unit bldFile="os/commsfw/commsfwutils/commsbufs/group" mrp="os/commsfw/commsfwutils/commsbufs/group/comms-infras_commsbufs.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1276 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1277 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1278 |
<collection name="commsfw_info" long-name="Comms Framework Info" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1279 |
<component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" purpose="development" class="doc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1280 |
<unit mrp="os/commsfw/commsfw_info/commsinfrastructuredocs/comms-infras_documentation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1281 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1282 |
<component name="commsfw_metadata" long-name="Communications Framework Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1283 |
<unit mrp="os/commsfw/commsfw_info/commsfw_metadata/commsfw_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1284 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1285 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1286 |
<collection name="commsfwsupport" long-name="Comms Framework Support" level="support"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1287 |
<component name="commselements" long-name="Comms Elements" introduced="8.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1288 |
<unit bldFile="os/commsfw/commsfwsupport/commselements/group" mrp="os/commsfw/commsfwsupport/commselements/group/comms-infras_elements.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1289 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1290 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1291 |
<collection name="commsinfrastructureapitest" long-name="Comms-Infras API Tests" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1292 |
<component name="commsinfrastructuresvs" long-name="Comms Infrastructure Verification Suite" introduced="^3" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1293 |
<unit mrp="os/commsfw/commsinfrastructureapitest/commsinfrastructuresvs/group/commsinfrastructuresvs.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1294 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1295 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1296 |
<collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1297 |
<component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" purpose="mandatory" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1298 |
<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group/comms-infras_defaultcommdb.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1299 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1300 |
<component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" purpose="mandatory" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1301 |
<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/comms-infras_installdefaultcommdb.mrp" priority="1010"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1302 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1303 |
<component name="commstools" long-name="Comms Tools" introduced="^3" purpose="development" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1304 |
<unit bldFile="os/commsfw/commsfwtools/commstools/group" mrp="os/commsfw/commsfwtools/commstools/group/comms-infras_tools.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1305 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1306 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1307 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1308 |
<block name="networkingsrv" level="services" long-name="Networking Services" levels="adaptation hw-if plugin framework server app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1309 |
<collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1310 |
<component name="internetsockets" long-name="Internet Sockets" introduced="ER5" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1311 |
<unit bldFile="os/networkingsrv/esockapiextensions/internetsockets/group" mrp="os/networkingsrv/esockapiextensions/internetsockets/group/networking_insock.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1312 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1313 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1314 |
<collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1315 |
<component name="dnd" long-name="DND" introduced="7.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1316 |
<unit bldFile="os/networkingsrv/tcpiputils/dnd/group" mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1317 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1318 |
<component name="dhcp" long-name="DHCP" introduced="8.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1319 |
<unit bldFile="os/networkingsrv/tcpiputils/dhcp/group" mrp="os/networkingsrv/tcpiputils/dhcp/group/networking_dhcp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1320 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1321 |
<component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" introduced="^2" purpose="mandatory" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1322 |
<unit bldFile="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group" mrp="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group/networking_napt.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1323 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1324 |
<component name="punycodeconv" long-name="Punycode Converter" introduced="^3" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1325 |
<unit bldFile="os/networkingsrv/tcpiputils/punycodeconv/group" mrp="os/networkingsrv/tcpiputils/punycodeconv/group/networking_punycodeconverter.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1326 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1327 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1328 |
<collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1329 |
<component name="nullagt" long-name="NULL AGT" introduced="7.0s" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1330 |
<unit bldFile="os/networkingsrv/linklayercontrol/nullagt/group" mrp="os/networkingsrv/linklayercontrol/nullagt/group/networking_nullagt.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1331 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1332 |
<component name="genericscprparameters" long-name="Generic SCPR Parameters" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1333 |
<unit bldFile="os/networkingsrv/linklayercontrol/genericscprparameters/group" mrp="os/networkingsrv/linklayercontrol/genericscprparameters/group/networking_genericscprparams.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1334 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1335 |
<component name="mbmsparameters" long-name="MBMS Parameters" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1336 |
<unit bldFile="os/networkingsrv/linklayercontrol/mbmsparameters/group" mrp="os/networkingsrv/linklayercontrol/mbmsparameters/group/networking_mbmsparams.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1337 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1338 |
<component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1339 |
<unit bldFile="os/networkingsrv/linklayercontrol/networkinterfacemgr/group" mrp="os/networkingsrv/linklayercontrol/networkinterfacemgr/group/comms-infras_nifman.mrp" version="2"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1340 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1341 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1342 |
<collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1343 |
<component name="ethernetnif" long-name="Ethernet NIF" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1344 |
<unit bldFile="os/networkingsrv/linklayerprotocols/ethernetnif/group" mrp="os/networkingsrv/linklayerprotocols/ethernetnif/group/networking_ether802.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1345 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1346 |
<component name="pppnif" long-name="PPP NIF" introduced="ER5" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1347 |
<unit bldFile="os/networkingsrv/linklayerprotocols/pppnif/group" mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp.mrp" version="2"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1348 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1349 |
<component name="slipnif" long-name="SLIP NIF" purpose="development" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1350 |
<unit bldFile="os/networkingsrv/linklayerprotocols/slipnif/group" mrp="os/networkingsrv/linklayerprotocols/slipnif/group/networking_slip.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1351 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1352 |
<component name="tunnelnif" long-name="Tunnel NIF" introduced="7.0s" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1353 |
<unit bldFile="os/networkingsrv/linklayerprotocols/tunnelnif/group" mrp="os/networkingsrv/linklayerprotocols/tunnelnif/group/networking_tunnelnif.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1354 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1355 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1356 |
<collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1357 |
<component name="packetlogger" long-name="Packet Logger" introduced="8.1" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1358 |
<unit bldFile="os/networkingsrv/linklayerutils/packetlogger/group" mrp="os/networkingsrv/linklayerutils/packetlogger/group/networking_packetlogger.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1359 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1360 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1361 |
<collection name="networkcontrol" long-name="Network Control" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1362 |
<component name="qoslib" long-name="QoS Library" introduced="7.0s" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1363 |
<unit bldFile="os/networkingsrv/networkcontrol/qoslib/group" mrp="os/networkingsrv/networkcontrol/qoslib/group/networking_qoslib.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1364 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1365 |
<component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1366 |
<unit bldFile="os/networkingsrv/networkcontrol/pfqoslib/group" mrp="os/networkingsrv/networkcontrol/pfqoslib/group/networking_pfqoslib.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1367 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1368 |
<component name="qosfwprt" long-name="QoS Framework PRT" introduced="7.0s" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1369 |
<unit bldFile="os/networkingsrv/networkcontrol/qosfwconfig/qos/group" mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1370 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1371 |
<component name="qosipscpr" long-name="QoS IP SCPR" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1372 |
<unit bldFile="os/networkingsrv/networkcontrol/qosipscpr/group" mrp="os/networkingsrv/networkcontrol/qosipscpr/group/networking_qosipscpr.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1373 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1374 |
<component name="ipnetworklayer" long-name="IP Network Layer" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1375 |
<unit bldFile="os/networkingsrv/networkcontrol/ipnetworklayer/group" mrp="os/networkingsrv/networkcontrol/ipnetworklayer/group/networking_ipproto.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1376 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1377 |
<component name="iptransportlayer" long-name="IP Transport Layer" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1378 |
<unit bldFile="os/networkingsrv/networkcontrol/iptransportlayer/group" mrp="os/networkingsrv/networkcontrol/iptransportlayer/group/networking_iptransport.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1379 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1380 |
<component name="commsuserpromptmgr" long-name="Comms User Prompt Manager" introduced="^3" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1381 |
<unit bldFile="os/networkingsrv/networkcontrol/commsuserpromptmgr/group" mrp="os/networkingsrv/networkcontrol/commsuserpromptmgr/group/networking_netups.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1382 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1383 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1384 |
<collection name="networkprotocols" long-name="Network Protocols" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1385 |
<component name="ipeventnotifier" long-name="IP Event Notifier" introduced="8.1" purpose="mandatory" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1386 |
<unit bldFile="os/networkingsrv/networkprotocols/ipeventnotifier/group" mrp="os/networkingsrv/networkprotocols/ipeventnotifier/group/networking_ipeventnotifier.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1387 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1388 |
<component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" introduced="7.0" purpose="mandatory" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1389 |
<unit bldFile="os/networkingsrv/networkprotocols/tcpipv4v6prt/group" mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1390 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1391 |
<component name="iphook" long-name="IP Hook" introduced="7.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1392 |
<unit bldFile="os/networkingsrv/networkprotocols/iphook/inhook6/group" mrp="os/networkingsrv/networkprotocols/iphook/inhook6/group/networking_inhook6.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1393 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1394 |
<component name="mobileip" long-name="Mobile IP" introduced="8.1" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1395 |
<unit bldFile="os/networkingsrv/networkprotocols/mobileip/group" mrp="os/networkingsrv/networkprotocols/mobileip/group/networking_mobileip.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1396 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1397 |
<component name="dnsproxy" long-name="DNS Proxy" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1398 |
<unit bldFile="os/networkingsrv/networkprotocols/dnsproxy/group" mrp="os/networkingsrv/networkprotocols/dnsproxy/group/networking_dnsproxy.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1399 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1400 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1401 |
<collection name="networksecurity" long-name="Network Security" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1402 |
<component name="tls" long-name="TLS" introduced="6.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1403 |
<unit bldFile="os/networkingsrv/networksecurity/tls/group" mrp="os/networkingsrv/networksecurity/tls/group/networking_tls.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1404 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1405 |
<component name="tlsprovider" long-name="TLS Provider" introduced="8.1" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1406 |
<unit bldFile="os/networkingsrv/networksecurity/tlsprovider/group" mrp="os/networkingsrv/networksecurity/tlsprovider/group/security_tlsprovider.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1407 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1408 |
<component name="ipsec" long-name="IPsec" introduced="7.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1409 |
<unit bldFile="os/networkingsrv/networksecurity/ipsec/group" mrp="os/networkingsrv/networksecurity/ipsec/group/networking_ipsec.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1410 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1411 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1412 |
<collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1413 |
<component name="networkingexamples" long-name="Networking Examples" introduced="7.0" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1414 |
<unit bldFile="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group" mrp="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group/networking_examplecode.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1415 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1416 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1417 |
<collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1418 |
<component name="networkingrom" long-name="Networking ROM" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1419 |
<!-- production component: contains the IBY files --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1420 |
<unit bldFile="os/networkingsrv/networkingsrv_info/networkingrom/group" mrp="os/networkingsrv/networkingsrv_info/networkingrom/group/networking_general.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1421 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1422 |
<component name="networkingdocs" long-name="Networking Documentation" purpose="development" class="doc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1423 |
<unit mrp="os/networkingsrv/networkingsrv_info/networkingdocs/networking_documentation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1424 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1425 |
<component name="networkingsrv_metadata" long-name="Networking Services Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1426 |
<unit mrp="os/networkingsrv/networkingsrv_info/networkingsrv_metadata/networkingsrv_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1427 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1428 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1429 |
<collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1430 |
<component name="predictorcompression" long-name="Predictor Compression" introduced="6.0" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1431 |
<unit bldFile="os/networkingsrv/pppcompressionplugins/predictorcompression/group" mrp="os/networkingsrv/pppcompressionplugins/predictorcompression/group/networking_predcomp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1432 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1433 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1434 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1435 |
<block name="wlan" level="services" long-name="WLAN" levels="hw low mid high tools test"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1436 |
<collection name="wlan_plat" long-name="WLAN Platform Interfaces" level="test"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1437 |
<component name="wlan_dbif_api" long-name="WLAN DBIF API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1438 |
<unit bldFile="os/wlan/wlan_plat/wlan_dbif_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1439 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1440 |
<component name="wlan_hal_api" long-name="WLAN HAL API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1441 |
<unit bldFile="os/wlan/wlan_plat/wlan_hal_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1442 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1443 |
<component name="wlan_management_api" long-name="WLAN Management API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1444 |
<unit bldFile="os/wlan/wlan_plat/wlan_management_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1445 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1446 |
<component name="wlan_device_settings_api" long-name="WLAN Device Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1447 |
<unit bldFile="os/wlan/wlan_plat/wlan_device_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1448 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1449 |
<component name="wlan_control_api" long-name="WLAN Control API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1450 |
<unit bldFile="os/wlan/wlan_plat/wlan_control_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1451 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1452 |
<component name="wlan_hw_initialization_data_api" long-name="WLAN Hardware Initialization Data API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1453 |
<unit bldFile="os/wlan/wlan_plat/wlan_hw_initialization_data_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1454 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1455 |
<component name="wlan_power_save_plugin_api" long-name="WLAN Power Save Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1456 |
<unit bldFile="os/wlan/wlan_plat/wlan_power_save_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1457 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1458 |
<component name="wlan_info_api" long-name="WLAN Info API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1459 |
<unit bldFile="os/wlan/wlan_plat/wlan_info_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1460 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1461 |
<component name="wlan_agent_hotspot_plugin_api" long-name="WLAN Agent Hotspot Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1462 |
<unit bldFile="os/wlan/wlan_plat/wlan_agent_hotspot_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1463 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1464 |
<component name="wlan_osa_api" long-name="WLAN OSA API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1465 |
<unit bldFile="os/wlan/wlan_plat/wlan_osa_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1466 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1467 |
<component name="wlan_spia_api" long-name="WLAN SPIA API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1468 |
<unit bldFile="os/wlan/wlan_plat/wlan_spia_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1469 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1470 |
<component name="wlan_hpa_api" long-name="WLAN HPA API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1471 |
<unit bldFile="os/wlan/wlan_plat/wlan_hpa_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1472 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1473 |
<component name="wlan_eapol_plugin_api" long-name="WLAN EAPOL Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1474 |
<unit bldFile="os/wlan/wlan_plat/wlan_eapol_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1475 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1476 |
<component name="wlan_generic_plugin_api" long-name="WLAN Generic Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1477 |
<unit bldFile="os/wlan/wlan_plat/wlan_generic_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1478 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1479 |
<component name="wlan_aws_plugin_api" long-name="WLAN AWS Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1480 |
<unit bldFile="os/wlan/wlan_plat/wlan_aws_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1481 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1482 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1483 |
<collection name="wlan_pub" long-name="WLAN Public Interfaces" level="test"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1484 |
<component name="wlan_sdk_info_api" long-name="WLAN SDK Info API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1485 |
<unit bldFile="os/wlan/wlan_pub/wlan_sdk_info_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1486 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1487 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1488 |
<collection name="wlan_bearer" long-name="WLAN Bearer" level="hw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1489 |
<component name="wlanpsmplugin" filter="s60" long-name="WLAN PSM Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1490 |
<unit bldFile="os/wlan/wlan_bearer/wlanpsmplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1491 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1492 |
<component name="wlanagent" filter="s60" long-name="WLAN Agent"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1493 |
<unit bldFile="os/wlan/wlan_bearer/wlanagent/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1494 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1495 |
<component name="wlandbif_cd" filter="s60" long-name="WLAN CommsDat interface"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1496 |
<unit bldFile="os/wlan/wlan_bearer/wlandbif_cd/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1497 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1498 |
<!-- should follow component directory rules for stuff in wlan_symbian/ and put in a single component or split up properly --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1499 |
<component name="wlanengine" filter="s60" long-name="WLAN Engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1500 |
<unit bldFile="os/wlan/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1501 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1502 |
<component name="wlanldd" filter="s60" long-name="WLAN LDD"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1503 |
<unit bldFile="os/wlan/wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1504 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1505 |
<component name="wlannwif" filter="s60" long-name="WLAN Network Interface"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1506 |
<unit bldFile="os/wlan/wlan_bearer/wlannwif/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1507 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1508 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1509 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1510 |
<block name="cellularsrv" level="services" long-name="Cellular Baseband Services" levels="adaptation hw-if plugin framework server app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1511 |
<collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1512 |
<component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1513 |
<unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group" mrp="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group/networking_bca.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1514 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1515 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1516 |
<collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1517 |
<component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" introduced="8.1" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1518 |
<unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group/networking_c32bca.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1519 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1520 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1521 |
<collection name="smsprotocols" long-name="SMS Protocols" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1522 |
<component name="smsstack" long-name="SMS Stack" introduced="6.0" purpose="mandatory" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1523 |
<unit bldFile="os/cellularsrv/smsprotocols/smsstack/group" mrp="os/cellularsrv/smsprotocols/smsstack/group/nbprotocols_smsstackv2.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1524 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1525 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1526 |
<collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1527 |
<component name="csdagt" long-name="CSD AGT" introduced="6.1" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1528 |
<unit bldFile="os/cellularsrv/telephonyprotocols/csdagt/group" mrp="os/cellularsrv/telephonyprotocols/csdagt/group/networking_csdagt.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1529 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1530 |
<component name="psdagt" long-name="PSD AGT" introduced="7.0s" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1531 |
<unit bldFile="os/cellularsrv/telephonyprotocols/psdagt/group" mrp="os/cellularsrv/telephonyprotocols/psdagt/group/networking_psdagt.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1532 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1533 |
<component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" introduced="7.0s" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1534 |
<unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group/networking_guqos.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1535 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1536 |
<component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" introduced="7.0s" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1537 |
<unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group/networking_umtsif.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1538 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1539 |
<component name="qosextnapi" long-name="QoS Extn API" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1540 |
<unit bldFile="os/cellularsrv/telephonyprotocols/qosextnapi/group" mrp="os/cellularsrv/telephonyprotocols/qosextnapi/group/networking_qosextnapi.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1541 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1542 |
<component name="qos3gppcpr" long-name="QoS 3GPP CPR" introduced="9.2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1543 |
<unit bldFile="os/cellularsrv/telephonyprotocols/qos3gppcpr/group" mrp="os/cellularsrv/telephonyprotocols/qos3gppcpr/group/networking_Qos3GPP.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1544 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1545 |
<component name="pdplayer" long-name="PDP Layer" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1546 |
<unit bldFile="os/cellularsrv/telephonyprotocols/pdplayer/group" mrp="os/cellularsrv/telephonyprotocols/pdplayer/group/networking_pdp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1547 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1548 |
<component name="rawipnif" long-name="Raw IP NIF" introduced="8.1" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1549 |
<unit bldFile="os/cellularsrv/telephonyprotocols/rawipnif/group" mrp="os/cellularsrv/telephonyprotocols/rawipnif/group/networking_rawipnif.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1550 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1551 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1552 |
<collection name="telephonyserver" long-name="Telephony Server" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1553 |
<component name="etelserverandcore" long-name="ETel Server and Core" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1554 |
<unit bldFile="os/cellularsrv/telephonyserver/etelserverandcore/group" mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1555 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1556 |
<component name="etelmultimode" long-name="ETel Multimode" introduced="7.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1557 |
<unit bldFile="os/cellularsrv/telephonyserver/etelmultimode/group" mrp="os/cellularsrv/telephonyserver/etelmultimode/group/telephony_etelmm.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1558 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1559 |
<component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1560 |
<unit bldFile="os/cellularsrv/telephonyserver/etelpacketdata/group" mrp="os/cellularsrv/telephonyserver/etelpacketdata/group/telephony_etelpckt.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1561 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1562 |
<component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1563 |
<unit bldFile="os/cellularsrv/telephonyserver/etelsimtoolkit/group" mrp="os/cellularsrv/telephonyserver/etelsimtoolkit/group/telephony_etelsat.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1564 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1565 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1566 |
<collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1567 |
<component name="common_tsy" long-name="Common TSY" introduced="^2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1568 |
<unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/group" mrp="os/cellularsrv/telephonyserverplugins/common_tsy/group/telephony_commontsy.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1569 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1570 |
<component name="licenseetsystub" long-name="Licensee TSY Stub" introduced="^2" purpose="development" filter="sf_build" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1571 |
<unit mrp="os/cellularsrv/telephonyserverplugins/licenseetsystub/group/licenseetsystub.mrp" bldFile="os/cellularsrv/telephonyserverplugins/licenseetsystub/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1572 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1573 |
<component name="multimodetsy" long-name="Multimode TSY" purpose="development" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1574 |
<unit bldFile="os/cellularsrv/telephonyserverplugins/multimodetsy/group" mrp="os/cellularsrv/telephonyserverplugins/multimodetsy/group/telephony_mmtsy.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1575 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1576 |
<component name="ctsydispatchlayer" long-name="C-TSY Dispatch Layer" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1577 |
<unit bldFile="os/cellularsrv/telephonyserverplugins/ctsydispatchlayer/group" mrp="os/cellularsrv/telephonyserverplugins/ctsydispatchlayer/group/telephony_dispatcher.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1578 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1579 |
<component name="simatktsy" long-name="SIMATK TSY" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1580 |
<unit bldFile="os/cellularsrv/telephonyserverplugins/simatktsy/group" mrp="os/cellularsrv/telephonyserverplugins/simatktsy/group/commonsimatktsy.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1581 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1582 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1583 |
<collection name="telephonyutils" long-name="Telephony Utilities" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1584 |
<component name="dial" long-name="Dial" deprecated="9.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1585 |
<unit bldFile="os/cellularsrv/telephonyutils/dial/group" mrp="os/cellularsrv/telephonyutils/dial/group/telephony_dial.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1586 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1587 |
<component name="telephonywatchers" long-name="Telephony Watchers" introduced="6.0" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1588 |
<unit bldFile="os/cellularsrv/telephonyutils/telephonywatchers/group" mrp="os/cellularsrv/telephonyutils/telephonywatchers/group/telephony_watchers.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1589 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1590 |
<component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1591 |
<unit bldFile="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group" mrp="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group/telephony_etel3rdparty.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1592 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1593 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1594 |
<collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1595 |
<component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" purpose="development" class="doc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1596 |
<unit mrp="os/cellularsrv/cellularsrv_info/telephonyconfidentialdocs/telephony_confidential.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1597 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1598 |
<component name="telephonydocs" long-name="Telephony Documentation" purpose="development" class="doc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1599 |
<unit mrp="os/cellularsrv/cellularsrv_info/telephonydocs/telephony_documentation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1600 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1601 |
<component name="cellularsrv_metadata" long-name="Cellular Baseband Services Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1602 |
<unit mrp="os/cellularsrv/cellularsrv_info/cellularsrv_metadata/cellularsrv_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1603 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1604 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1605 |
<collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1606 |
<component name="mocksy" long-name="MockSY" introduced="^2" purpose="development" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1607 |
<unit bldFile="os/cellularsrv/hwpluginsimulation/mocksy/group" mrp="os/cellularsrv/hwpluginsimulation/mocksy/group/telephony_tools_mocksy.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1608 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1609 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1610 |
<collection name="cellularsrvapitest" long-name="Telephony API Tests" level="app-if"/> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
1611 |
<collection name="cbsref" long-name="CBS Reference" level="plugin"/> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1612 |
<collection name="wapstack" long-name="WAP Stack" level="plugin"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1613 |
<component name="wapmessageapi" long-name="WAP Message API" purpose="optional"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1614 |
<unit bldFile="os/cellularsrv/wapstack/wapmessageapi/group" mrp="os/cellularsrv/wapstack/wapmessageapi/group/wap-stack_wapmessage.mrp"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1615 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1616 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1617 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1618 |
<block name="bt" level="services" long-name="Bluetooth" levels="adaptation hw-if plugin framework server app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1619 |
<collection name="bt_plat" long-name="Bluetooth Platform Interfaces" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1620 |
<component name="bluetooth_audio_adaptation_api" long-name="Bluetooth Audio Adaptation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1621 |
<unit bldFile="os/bt/bt_plat/bluetooth_audio_adaptation_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1622 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1623 |
<component name="bluetooth_power_management_api" long-name="Bluetooth Power Management API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1624 |
<unit bldFile="os/bt/bt_plat/bluetooth_power_management_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1625 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1626 |
<component name="at_command_handler_plugin_api" long-name="AT Command Handler Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1627 |
<unit bldFile="os/bt/bt_plat/at_command_handler_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1628 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1629 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1630 |
<collection name="bluetooth" long-name="Bluetooth Core" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1631 |
<component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1632 |
<unit bldFile="os/bt/bluetooth/btstack" mrp="os/bt/bluetooth/btstack/bluetooth_stack.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1633 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1634 |
<component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1635 |
<unit bldFile="os/bt/bluetooth/btcomm" mrp="os/bt/bluetooth/btcomm/bluetooth_btcomm.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1636 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1637 |
<component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1638 |
<unit bldFile="os/bt/bluetooth/btsdp" mrp="os/bt/bluetooth/btsdp/bluetooth_sdp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1639 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1640 |
<component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1641 |
<unit bldFile="os/bt/bluetooth/btextnotifiers" mrp="os/bt/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1642 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1643 |
<component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1644 |
<unit bldFile="os/bt/bluetooth/gavdp/group" mrp="os/bt/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1645 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1646 |
<component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1647 |
<unit bldFile="os/bt/bluetooth/btlogger/group" mrp="os/bt/bluetooth/btlogger/group/bluetooth_logger.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1648 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1649 |
<component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1650 |
<unit mrp="os/bt/bluetooth/btdocs/bluetooth_documentation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1651 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1652 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1653 |
<collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1654 |
<component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1655 |
<unit bldFile="os/bt/bluetoothmgmt/btmgr" mrp="os/bt/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1656 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1657 |
<component name="btconfig" long-name="Bluetooth Config" purpose="optional" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1658 |
<unit bldFile="os/bt/bluetoothmgmt/btconfig" mrp="os/bt/bluetoothmgmt/btconfig/bluetooth_config.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1659 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1660 |
<component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1661 |
<unit bldFile="os/bt/bluetoothmgmt/btrom" mrp="os/bt/bluetoothmgmt/btrom/bluetooth_rom.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1662 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1663 |
<component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1664 |
<unit bldFile="os/bt/bluetoothmgmt/bluetoothclientlib" mrp="os/bt/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1665 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1666 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1667 |
<collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1668 |
<component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1669 |
<unit bldFile="os/bt/bluetoothcommsprofiles/btpan/group" mrp="os/bt/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1670 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1671 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1672 |
<collection name="bthci" long-name="Host Controller Interface" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1673 |
<component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1674 |
<unit bldFile="os/bt/bthci/bthci2/group" mrp="os/bt/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1675 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1676 |
<component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1677 |
<unit bldFile="os/bt/bthci/hciextensioninterface" mrp="os/bt/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1678 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1679 |
<component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1680 |
<unit bldFile="os/bt/bthci/hci2implementations/group" mrp="os/bt/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1681 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1682 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1683 |
<collection name="irda" long-name="IrDA" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1684 |
<component name="irdastack" long-name="IrDA Stack" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1685 |
<unit bldFile="os/bt/irda/irdastack/group" mrp="os/bt/irda/irdastack/group/infra-red_irda.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1686 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1687 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1688 |
<collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1689 |
<collection name="atext" long-name="AT Extensions" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1690 |
<!-- collection is really a component. Need to move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1691 |
<component name="atext_build" long-name="AT Extension Build" introduced="^3" purpose="optional" filter="s60"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1692 |
<unit bldFile="os/bt/atext/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1693 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1694 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1695 |
<collection name="bt_info" long-name="Bluetooth Info" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1696 |
<component name="bt_metadata" long-name="Bluetooth Metadata" introduced="^3" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1697 |
<unit mrp="os/bt/bt_info/bt_metadata/bt_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1698 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1699 |
</collection> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
1700 |
<collection name="btsimulator" long-name="Bluetooth Simulator" level="internal-utils"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
1701 |
<component name="btaudioadaptation_stub" long-name="Bluetooth Audio Adaption Stub" introduced="^3" purpose="optional" filter="s60"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
1702 |
<unit bldFile="os/bt/btsimulator/btaudioadaptation_stub/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
1703 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
1704 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1705 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1706 |
<block name="usb" level="services" long-name="USB" levels="adaptation hw-if plugin framework server app-if"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1707 |
<collection name="usb_plat" long-name="USB Platform Interfaces" level="app-if"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1708 |
<!-- placeholder for platform APIs --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1709 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1710 |
<collection name="usbldd" long-name="USB Logical Device Drivers" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1711 |
<!-- usbclientdrivers to be moved here from kernelhwsrv--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1712 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1713 |
<collection name="usbmgmt" long-name="USB Management" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1714 |
<component name="usbmgr" long-name="USB Manager" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1715 |
<unit bldFile="os/usb/usbmgmt/usbmgr/group" mrp="os/usb/usbmgmt/usbmgr/group/usb_manager.mrp" version="2"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1716 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1717 |
<component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" purpose="development" class="doc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1718 |
<unit mrp="os/usb/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1719 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1720 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1721 |
<collection name="usb_info" long-name="USB Info" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1722 |
<component name="usb_metadata" long-name="USB Metadata" introduced="^3" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1723 |
<unit mrp="os/usb/usb_info/usb_metadata/usb_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1724 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1725 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1726 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1727 |
<block name="mm" level="services" long-name="Multimedia" levels="adaptation hw-if device-fw devices middleware app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1728 |
<collection name="mm_pub" long-name="Multimedia Public Interfaces" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1729 |
<component name="audio_effects_api" long-name="Audio Effects API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1730 |
<unit bldFile="os/mm/mm_pub/audio_effects_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1731 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1732 |
<component name="audio_effects_presets_api" long-name="Audio Effects Presets API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1733 |
<unit bldFile="os/mm/mm_pub/audio_effects_presets_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1734 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1735 |
<component name="drm_audio_player_api" long-name="DRM Audio Player API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1736 |
<unit bldFile="os/mm/mm_pub/drm_audio_player_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1737 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1738 |
<component name="multimedia_extension_interfaces_api" long-name="Multimedia Extension Interfaces API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1739 |
<unit bldFile="os/mm/mm_pub/multimedia_extension_interfaces_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1740 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1741 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1742 |
<collection name="mm_plat" long-name="Multimedia Platform Interfaces" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1743 |
<component name="aac_decoder_config_api" long-name="AAC Decoder Config API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1744 |
<unit bldFile="os/mm/mm_plat/aac_decoder_config_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1745 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1746 |
<component name="aac_decoder_config_msg_hdlr_api" long-name="AAC Decoder Config Msg Hdlr API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1747 |
<unit bldFile="os/mm/mm_plat/aac_decoder_config_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1748 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1749 |
<component name="aac_decoder_config_proxy_api" long-name="AAC Decoder Config Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1750 |
<unit bldFile="os/mm/mm_plat/aac_decoder_config_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1751 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1752 |
<component name="added_devsound_control_api" long-name="Added DevSound Control API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1753 |
<unit bldFile="os/mm/mm_plat/added_devsound_control_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1754 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1755 |
<component name="added_devsound_control_msg_hdlr_api" long-name="Added DevSound Control Msg Hdlr API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1756 |
<unit bldFile="os/mm/mm_plat/added_devsound_control_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1757 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1758 |
<component name="added_devsound_control_proxy_api" long-name="Added DevSound Control Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1759 |
<unit bldFile="os/mm/mm_plat/added_devsound_control_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1760 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1761 |
<component name="audio_effects_msg_hdlr_api" long-name="Audio Effects Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1762 |
<unit bldFile="os/mm/mm_plat/audio_effects_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1763 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1764 |
<component name="audio_effects_proxy_api" long-name="Audio Effects Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1765 |
<unit bldFile="os/mm/mm_plat/audio_effects_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1766 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1767 |
<component name="audio_policy_header_api" long-name="Audio Policy Header API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1768 |
<unit bldFile="os/mm/mm_plat/audio_policy_header_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1769 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1770 |
<component name="audio_routing_api" long-name="Audio Routing API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1771 |
<unit bldFile="os/mm/mm_plat/audio_routing_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1772 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1773 |
<component name="audio_routing_msg_hdlr_api" long-name="Audio Routing Msg Hdlr API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1774 |
<unit bldFile="os/mm/mm_plat/audio_routing_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1775 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1776 |
<component name="audio_routing_proxy_api" long-name="Audio Routing Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1777 |
<unit bldFile="os/mm/mm_plat/audio_routing_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1778 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1779 |
<component name="custom_interface_builder_api" long-name="Custom Interface Builder API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1780 |
<unit bldFile="os/mm/mm_plat/custom_interface_builder_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1781 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1782 |
<component name="custom_interface_message_handler_factory_api" long-name="Custom Interface Message Handler Factory API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1783 |
<unit bldFile="os/mm/mm_plat/custom_interface_message_handler_factory_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1784 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1785 |
<component name="custom_interface_proxy_factory_api" long-name="Custom Interface Proxy Factory API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1786 |
<unit bldFile="os/mm/mm_plat/custom_interface_proxy_factory_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1787 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1788 |
<component name="custom_interface_utility_api" long-name="Custom Interface Utility API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1789 |
<unit bldFile="os/mm/mm_plat/custom_interface_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1790 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1791 |
<component name="devsound_adaptation_api" long-name="DevSound Adaptation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1792 |
<unit bldFile="os/mm/mm_plat/devsound_adaptation_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1793 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1794 |
<component name="display_posting_api" long-name="Display Posting API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1795 |
<unit bldFile="os/mm/mm_plat/display_posting_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1796 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1797 |
<component name="eaac_plus_decoder_interface_api" long-name="eAAC Plus Decoder Interface API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1798 |
<unit bldFile="os/mm/mm_plat/eaac_plus_decoder_interface_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1799 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1800 |
<component name="eaac_plus_decoder_interface_msg_hdlr_api" long-name="eAAC Plus Decoder Interface Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1801 |
<unit bldFile="os/mm/mm_plat/eaac_plus_decoder_interface_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1802 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1803 |
<component name="eaac_plus_decoder_interface_proxy_api" long-name="eAAC Plus Decoder Interface Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1804 |
<unit bldFile="os/mm/mm_plat/eaac_plus_decoder_interface_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1805 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1806 |
<component name="error_concealment_interface_api" long-name="Error Concealment Interface API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1807 |
<unit bldFile="os/mm/mm_plat/error_concealment_interface_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1808 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1809 |
<component name="error_concealment_interface_msg_hdlr_api" long-name="Error Concealment Interface Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1810 |
<unit bldFile="os/mm/mm_plat/error_concealment_interface_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1811 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1812 |
<component name="error_concealment_interface_proxy_api" long-name="Error Concealment Interface Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1813 |
<unit bldFile="os/mm/mm_plat/error_concealment_interface_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1814 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1815 |
<component name="fm_radio_adaptation_api" long-name="FM Radio Adaptation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1816 |
<unit bldFile="os/mm/mm_plat/fm_radio_adaptation_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1817 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1818 |
<component name="g711_decoder_interface_api" long-name="G711 Decoder Interface API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1819 |
<unit bldFile="os/mm/mm_plat/g711_decoder_interface_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1820 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1821 |
<component name="g711_decoder_interface_msg_hdlr_api" long-name="G711 Decoder Interface Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1822 |
<unit bldFile="os/mm/mm_plat/g711_decoder_interface_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1823 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1824 |
<component name="g711_decoder_interface_proxy_api" long-name="G711 Decoder Interface Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1825 |
<unit bldFile="os/mm/mm_plat/g711_decoder_interface_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1826 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1827 |
<component name="g711_encoder_interface_api" long-name="G711 Encoder Interface API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1828 |
<unit bldFile="os/mm/mm_plat/g711_encoder_interface_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1829 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1830 |
<component name="g711_encoder_interface_msg_hdlr_api" long-name="G711 Encoder Interface Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1831 |
<unit bldFile="os/mm/mm_plat/g711_encoder_interface_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1832 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1833 |
<component name="g711_encoder_interface_proxy_api" long-name="G711 Encoder Interface Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1834 |
<unit bldFile="os/mm/mm_plat/g711_encoder_interface_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1835 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1836 |
<component name="g729_decoder_interface_api" long-name="G729 Decoder Interface API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1837 |
<unit bldFile="os/mm/mm_plat/g729_decoder_interface_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1838 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1839 |
<component name="g729_decoder_interface_msg_hdlr_api" long-name="G729 Decoder Interface Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1840 |
<unit bldFile="os/mm/mm_plat/g729_decoder_interface_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1841 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1842 |
<component name="g729_decoder_interface_proxy_api" long-name="G729 Decoder Interface Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1843 |
<unit bldFile="os/mm/mm_plat/g729_decoder_interface_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1844 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1845 |
<component name="g729_encoder_interface_api" long-name="G729 Encoder Interface API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1846 |
<unit bldFile="os/mm/mm_plat/g729_encoder_interface_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1847 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1848 |
<component name="g729_encoder_interface_proxy_api" long-name="G729 Encoder Interface Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1849 |
<unit bldFile="os/mm/mm_plat/g729_encoder_interface_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1850 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1851 |
<component name="g729_encoder_interface_msg_hdlr_api" long-name="G729 Encoder Interface Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1852 |
<unit bldFile="os/mm/mm_plat/g729_encoder_interface_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1853 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1854 |
<component name="global_audio_settings_api" long-name="Global Audio Settings API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1855 |
<unit bldFile="os/mm/mm_plat/global_audio_settings_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1856 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1857 |
<component name="global_audio_settings_definition_api" long-name="Global Audio Settings Definition API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1858 |
<unit bldFile="os/mm/mm_plat/global_audio_settings_definition_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1859 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1860 |
<component name="ilbc_decoder_interface_api" long-name="Ilbc Decoder Interface API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1861 |
<unit bldFile="os/mm/mm_plat/ilbc_decoder_interface_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1862 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1863 |
<component name="ilbc_decoder_interface_msg_hdlr_api" long-name="Ilbc Decoder Interface Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1864 |
<unit bldFile="os/mm/mm_plat/ilbc_decoder_interface_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1865 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1866 |
<component name="ilbc_decoder_interface_proxy_api" long-name="Ilbc Decoder Interface Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1867 |
<unit bldFile="os/mm/mm_plat/ilbc_decoder_interface_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1868 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1869 |
<component name="ilbc_encoder_interface_api" long-name="Ilbc Encoder Interface API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1870 |
<unit bldFile="os/mm/mm_plat/ilbc_encoder_interface_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1871 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1872 |
<component name="ilbc_encoder_interface_msg_hdlr_api" long-name="Ilbc Encoder Interface Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1873 |
<unit bldFile="os/mm/mm_plat/ilbc_encoder_interface_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1874 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1875 |
<component name="ilbc_encoder_interface_proxy_api" long-name="Ilbc Encoder Interface Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1876 |
<unit bldFile="os/mm/mm_plat/ilbc_encoder_interface_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1877 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1878 |
<component name="mdf_plugin_uids" long-name="MDF Plug-in UIDs" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1879 |
<unit bldFile="os/mm/mm_plat/mdf_plugin_uids/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1880 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1881 |
<component name="multimedia_fourcc_definitions_api" long-name="Multimedia FourCC Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1882 |
<unit bldFile="os/mm/mm_plat/multimedia_fourcc_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1883 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1884 |
<component name="nokia_audio_policy_header_api" long-name="Nokia Audio Policy Header API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1885 |
<unit bldFile="os/mm/mm_plat/nokia_audio_policy_header_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1886 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1887 |
<component name="nokia_multimedia_fourcc_definitions_api" long-name="Nokia Multimedia Fourcc Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1888 |
<unit bldFile="os/mm/mm_plat/nokia_multimedia_fourcc_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1889 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1890 |
<component name="ra8_decoder_interface_api" long-name="RA8 Decoder Interface API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1891 |
<unit bldFile="os/mm/mm_plat/ra8_decoder_interface_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1892 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1893 |
<component name="ra8_decoder_interface_msg_hdlr_api" long-name="RA8 Decoder Interface Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1894 |
<unit bldFile="os/mm/mm_plat/ra8_decoder_interface_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1895 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1896 |
<component name="ra8_decoder_interface_proxy_api" long-name="RA8 Decoder Interface Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1897 |
<unit bldFile="os/mm/mm_plat/ra8_decoder_interface_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1898 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1899 |
<component name="rds_adaptation_api" long-name="RDS Adaptation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1900 |
<unit bldFile="os/mm/mm_plat/rds_adaptation_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1901 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1902 |
<component name="restricted_audio_output_api" long-name="Restricted Audio Output API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1903 |
<unit bldFile="os/mm/mm_plat/restricted_audio_output_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1904 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1905 |
<component name="restricted_audio_output_msg_hdlr_api" long-name="Restricted Audio Output Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1906 |
<unit bldFile="os/mm/mm_plat/restricted_audio_output_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1907 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1908 |
<component name="restricted_audio_output_proxy_api" long-name="Restricted Audio Output Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1909 |
<unit bldFile="os/mm/mm_plat/restricted_audio_output_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1910 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1911 |
<component name="sbc_encoder_interface_api" long-name="SBC Encoder Interface API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1912 |
<unit bldFile="os/mm/mm_plat/sbc_encoder_interface_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1913 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1914 |
<component name="sbc_encoder_interface_msg_hdlr_api" long-name="SBC Encoder Interface Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1915 |
<unit bldFile="os/mm/mm_plat/sbc_encoder_interface_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1916 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1917 |
<component name="sbc_encoder_interface_proxy_api" long-name="SBC Encoder Interface Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1918 |
<unit bldFile="os/mm/mm_plat/sbc_encoder_interface_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1919 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1920 |
<component name="secure_output_mdf_custom_interface" long-name="Secure Output MDF Custom Interface" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1921 |
<unit bldFile="os/mm/mm_plat/secure_output_mdf_custom_interface/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1922 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1923 |
<component name="speech_encoder_config_api" long-name="Speech Encoder Config API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1924 |
<unit bldFile="os/mm/mm_plat/speech_encoder_config_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1925 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1926 |
<component name="speech_encoder_config_msg_hdlr_api" long-name="Speech Encoder Config Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1927 |
<unit bldFile="os/mm/mm_plat/speech_encoder_config_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1928 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1929 |
<component name="speech_encoder_config_proxy_api" long-name="Speech Encoder Config Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1930 |
<unit bldFile="os/mm/mm_plat/speech_encoder_config_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1931 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1932 |
<component name="telephony_audio_routing_client_api" long-name="Telephony Audio Routing Client API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1933 |
<unit bldFile="os/mm/mm_plat/telephony_audio_routing_client_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1934 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1935 |
<component name="telephony_audio_routing_manager_api" long-name="Telephony Audio Routing Manager API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1936 |
<unit bldFile="os/mm/mm_plat/telephony_audio_routing_manager_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1937 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1938 |
<component name="video_buffer_management_mdf_custom_interface" long-name="Video Buffer Management MDF Custom Interface" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1939 |
<unit bldFile="os/mm/mm_plat/video_buffer_management_mdf_custom_interface/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1940 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1941 |
<component name="video_decoder_rotation_mdf_custom_interface" long-name="Video Decoder Rotation MDF Custom Interface" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1942 |
<unit bldFile="os/mm/mm_plat/video_decoder_rotation_mdf_custom_interface/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1943 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1944 |
<component name="video_decoder_scaling_mdf_custom_interface" long-name="Video Decoder Scaling MDF Custom Interface" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1945 |
<unit bldFile="os/mm/mm_plat/video_decoder_scaling_mdf_custom_interface/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1946 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1947 |
<component name="video_reclaim_extbuffers_ci" long-name="Video Reclaim Extbuffers Custom Interface" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1948 |
<unit bldFile="os/mm/mm_plat/video_reclaim_extbuffers_ci/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1949 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1950 |
<component name="video_window_control_custom_interface" long-name="Video Window Control Custom Interface" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1951 |
<unit bldFile="os/mm/mm_plat/video_window_control_custom_interface/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1952 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1953 |
<component name="wma_decoder_interface_api" long-name="WMA Decoder Interface API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
1954 |
<unit bldFile="os/mm/mm_plat/wma_decoder_interface_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1955 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1956 |
<component name="wma_decoder_interface_msg_hdlr_api" long-name="WMA Decoder Interface Message Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1957 |
<unit bldFile="os/mm/mm_plat/wma_decoder_interface_msg_hdlr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1958 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1959 |
<component name="wma_decoder_interface_proxy_api" long-name="WMA Decoder Interface Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1960 |
<unit bldFile="os/mm/mm_plat/wma_decoder_interface_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1961 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1962 |
<component name="eaacplusutil_api" long-name="EAac Plus Util API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1963 |
<unit bldFile="os/mm/mm_plat/eaacplusutil_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1964 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1965 |
<component name="frametable_api" long-name="Frametable API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1966 |
<unit bldFile="os/mm/mm_plat/frametable_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1967 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1968 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1969 |
<collection name="devsoundextensions" long-name="Devsound Extensions" level="device-fw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1970 |
<component name="drmaudioplayer" filter="s60" long-name="DRM Audio Player"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1971 |
<unit bldFile="os/mm/devsoundextensions/drmaudioplayer/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1972 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1973 |
<component name="mmextfw" filter="s60" long-name="Multimedia Extension Framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1974 |
<unit bldFile="os/mm/devsoundextensions/mmextfw/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1975 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1976 |
<component name="audiorouting" filter="s60" long-name="Audio Routing"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1977 |
<unit bldFile="os/mm/devsoundextensions/audiorouting/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1978 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1979 |
<component name="effects" filter="s60" long-name="Effects"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1980 |
<unit bldFile="os/mm/devsoundextensions/effects/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1981 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1982 |
<component name="effectspresets" filter="s60" long-name="Effects Presets"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1983 |
<unit bldFile="os/mm/devsoundextensions/effectspresets/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1984 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1985 |
<component name="effectspresets_utils" filter="s60" long-name="Effects Presets Utils"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
1986 |
<!-- need to #include the lot from a single bld.inf |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1987 |
Also move to a standard component location, not under effectspresets --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1988 |
<unit bldFile="os/mm/devsoundextensions/effectspresets/AudioEqualizerUtility/group" filter="!dfs_build"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1989 |
<unit bldFile="os/mm/devsoundextensions/effectspresets/EnvironmentalReverbUtility/group" filter="!dfs_build"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1990 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1991 |
<component name="telephonyaudiorouting" filter="s60" long-name="Telephony Audio Routing"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1992 |
<unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1993 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1994 |
<component name="mmfcustominterfaces" filter="s60" long-name="MMF Custom Interfaces"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1995 |
<unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1996 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1997 |
<component name="addeddevsoundcontrol" filter="s60" long-name="Added DevSound Control"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1998 |
<unit bldFile="os/mm/devsoundextensions/addeddevsoundcontrol/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
1999 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2000 |
<component name="globalaudiosettings" filter="s60" long-name="Global Audio Settings"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2001 |
<unit bldFile="os/mm/devsoundextensions/globalaudiosettings/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2002 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2003 |
<component name="restrictedaudiooutput" filter="s60" long-name="Restricted Audio Output"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2004 |
<unit bldFile="os/mm/devsoundextensions/restrictedaudiooutput/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2005 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2006 |
<component name="ciextnfactoryplugins" filter="s60" long-name="Custom Interface Extension Factory Plugins" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2007 |
<unit bldFile="os/mm/devsoundextensions/ciextnfactoryplugins/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2008 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2009 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2010 |
<collection name="mdfdevvideoextensions" long-name="MDF Dev Video Extensions" level="device-fw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2011 |
<component name="nga_mdf_postprocessor" long-name="NGA MDF Postprocessor" filter="s60"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2012 |
<unit bldFile="os/mm/mdfdevvideoextensions/nga_mdf_postprocessor/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2013 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2014 |
</collection> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2015 |
<collection name="frametable_stub" long-name="Frametable Stub" level="device-fw"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2016 |
<!-- collection is really a component. Needs to move down a directory --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2017 |
<component name="frametable_stub_build" long-name="Frametable Stub Build" filter="s60" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2018 |
<unit bldFile="os/mm/frametable_stub/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2019 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2020 |
</collection> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2021 |
<collection name="eaacplusutil_stub" long-name="eAAC Plus Utils Stub" level="hw-if"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2022 |
<!-- collection is really a component. Needs to move down a directory --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2023 |
<component name="eaacplusutil_stub_build" long-name="eAAC Plus Utils Stub Build" filter="s60" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2024 |
<unit bldFile="os/mm/eaacplusutil_stub/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2025 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2026 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2027 |
<collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2028 |
<component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2029 |
<unit bldFile="os/mm/imagingandcamerafws/imagingfws/group" mrp="os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2030 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2031 |
<component name="camerafw" long-name="Camera Framework" introduced="7.0s" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2032 |
<unit bldFile="os/mm/imagingandcamerafws/camerafw/group" mrp="os/mm/imagingandcamerafws/camerafw/group/multimedia_ecam_framework.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2033 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2034 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2035 |
<collection name="mmlibs" long-name="Multimedia Libraries" level="middleware"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2036 |
<component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2037 |
<unit bldFile="os/mm/mmlibs/mmutilitylib/group" mrp="os/mm/mmlibs/mmutilitylib/group/multimedia_common.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2038 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2039 |
<component name="mmfw" long-name="Multimedia Framework" introduced="7.0s" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2040 |
<unit bldFile="os/mm/mmlibs/mmfw/group" mrp="os/mm/mmlibs/mmfw/group/multimedia_mmf.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2041 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2042 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2043 |
<collection name="mmplugins" long-name="Multimedia Plugins" level="middleware"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2044 |
<component name="imagingplugins" long-name="Imaging Plugins" introduced="7.0s" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2045 |
<unit bldFile="os/mm/mmplugins/imagingplugins/group" mrp="os/mm/mmplugins/imagingplugins/group/multimedia_icl_plugin.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2046 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2047 |
<component name="cameraplugins" long-name="Camera Plugins" introduced="7.0s" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2048 |
<unit bldFile="os/mm/mmplugins/cameraplugins/group" mrp="os/mm/mmplugins/cameraplugins/group/multimedia_ecam_plugins.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2049 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2050 |
<component name="lib3gp" long-name="3GP Library" introduced="^2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2051 |
<unit bldFile="os/mm/mmplugins/lib3gp/group" mrp="os/mm/mmplugins/lib3gp/group/multimedia_3gplibrary.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2052 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2053 |
<component name="mmfwplugins" long-name="Multimedia Framework Plugins" introduced="7.0s" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2054 |
<unit bldFile="os/mm/mmplugins/mmfwplugins/group" mrp="os/mm/mmplugins/mmfwplugins/group/multimedia_mmf_plugin.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2055 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2056 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2057 |
<collection name="mm_info" long-name="Multimedia Info" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2058 |
<component name="mmdocs" long-name="Multimedia Documentation" purpose="development" class="doc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2059 |
<unit mrp="os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2060 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2061 |
<component name="mm_metadata" long-name="Multimedia Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2062 |
<unit mrp="os/mm/mm_info/mm_metadata/mm_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2063 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2064 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2065 |
<collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2066 |
<component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="^2" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2067 |
<unit bldFile="os/mm/mmresourcemgmt/mmresctrl/group" mrp="os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2068 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2069 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2070 |
<collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2071 |
<component name="mdf" long-name="Media Device Framework" introduced="9.2" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2072 |
<unit bldFile="os/mm/mmdevicefw/mdf/group" mrp="os/mm/mmdevicefw/mdf/group/multimedia_mdf.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2073 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2074 |
<component name="speechrecogsupport" long-name="Speech Recognition Support" introduced="7.0s" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2075 |
<unit bldFile="os/mm/mmdevicefw/speechrecogsupport/group" mrp="os/mm/mmdevicefw/speechrecogsupport/group/multimedia_mmf_ASR.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2076 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2077 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2078 |
<collection name="mmswadaptation" long-name="Multimedia Software Adaptation" level="adaptation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2079 |
<component name="videorenderer" long-name="Video Renderer" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2080 |
<unit bldFile="os/mm/mmswadaptation/videorenderer/group" mrp="os/mm/mmswadaptation/videorenderer/group/multimedia_videorenderer.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2081 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2082 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2083 |
<collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2084 |
<collection name="omxil" long-name="OpenMAX IL" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2085 |
<component name="omxilapi" long-name="OpenMAX IL API" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2086 |
<unit bldFile="os/mm/omxil/omxilapi/group" mrp="os/mm/omxil/omxilapi/group/multimedia_omx_il_api.mrp" version="1"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2087 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2088 |
<component name="omxilcore" long-name="OpenMAX IL Core" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2089 |
<unit bldFile="os/mm/omxil/omxilcore/group" mrp="os/mm/omxil/omxilcore/group/multimedia_omx_il_core.mrp" version="1"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2090 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2091 |
<component name="omxilcomponentcommon" long-name="OpenMAX IL Component Framework" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2092 |
<unit bldFile="os/mm/omxil/omxilcomponentcommon/group" mrp="os/mm/omxil/omxilcomponentcommon/group/multimedia_omx_il_comp.mrp" version="1"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2093 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2094 |
<component name="omxilrefcomps" long-name="OpenMAX IL Reference Components" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2095 |
<unit bldFile="os/mm/omxil/omxilrefcomps/ref_components/group" mrp="os/mm/omxil/omxilrefcomps/ref_components/group/multimedia_omx_il_comp_ref.mrp" version="1"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2096 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2097 |
<component name="mmilapi" long-name="Multimedia Integration Layer API" introduced="^3" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2098 |
<unit bldFile="os/mm/omxil/mmilapi/group" mrp="os/mm/omxil/mmilapi/group/multimedia_il_api.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2099 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2100 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2101 |
<collection name="devsound" long-name="Sound Device" level="devices"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2102 |
<component name="devsoundapi" long-name="DevSound API" introduced="7.0s" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2103 |
<unit bldFile="os/mm/devsound/devsoundapi/group" mrp="os/mm/devsound/devsoundapi/group/multimedia_mdf_devsound_api.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2104 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2105 |
<component name="a3fdevsound" long-name="A3F DevSound" introduced="^2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2106 |
<unit bldFile="os/mm/devsound/a3fdevsound/group" mrp="os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2107 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2108 |
<component name="a3facf" long-name="A3F Audio Component Framework" introduced="^2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2109 |
<unit bldFile="os/mm/devsound/a3facf/group" mrp="os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2110 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2111 |
<component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2112 |
<unit bldFile="os/mm/devsound/devsoundpluginsupport/group" mrp="os/mm/devsound/devsoundpluginsupport/group/multimedia_mdf_devsound_pluginsupport.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2113 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2114 |
<component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2115 |
<unit bldFile="os/mm/devsound/devsoundrefplugin/group" mrp="os/mm/devsound/devsoundrefplugin/group/multimedia_mdf_devsound_refplugin.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2116 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2117 |
<component name="btdevsound" long-name="Bluetooth DevSound Plugin" introduced="7.0s" purpose="development" deprecated="^4" plugin="Y"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2118 |
<unit bldFile="os/mm/devsound/sounddevbt/group" mrp="os/mm/devsound/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2119 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2120 |
<component name="a3ftrace" long-name="A3F Trace Utility" introduced="^2" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2121 |
<unit bldFile="os/mm/devsound/a3ftrace/group" mrp="os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2122 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2123 |
<component name="a3fsrvstart" long-name="A3F Server Start" introduced="^2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2124 |
<unit bldFile="os/mm/devsound/a3fsrvstart/group" mrp="os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2125 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2126 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2127 |
<collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2128 |
<component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2129 |
<unit bldFile="os/mm/devsound/hwdevapi/group" mrp="os/mm/devsound/hwdevapi/group/multimedia_mdf_devsound_hwdev.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2130 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2131 |
<component name="a3facl" long-name="A3F Audio Component Library" introduced="^2" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2132 |
<unit bldFile="os/mm/mmhais/a3facl/group" mrp="os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2133 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2134 |
<component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="^2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2135 |
<unit bldFile="os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2136 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2137 |
<component name="refacladapt" long-name="Reference ACL Adaptation" introduced="^2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2138 |
<unit bldFile="os/mm/mmhais/refacladapt/group" mrp="os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2139 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2140 |
<component name="videohai" long-name="Video HAI" introduced="7.0s" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2141 |
<unit bldFile="os/mm/mmhais/videohai/group" mrp="os/mm/mmhais/videohai/group/multimedia_videohai.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2142 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2143 |
<component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="^2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2144 |
<unit bldFile="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2145 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2146 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2147 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2148 |
<block name="imagingext" level="services" long-name="Imaging Extensions" levels="adaptation hw-if plugin framework server app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2149 |
<collection name="imagingext_pub" long-name="Imaging Extensions Public Interfaces" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2150 |
<component name="exif_api" long-name="Exif API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2151 |
<unit bldFile="os/imagingext/imagingext_pub/exif_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2152 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2153 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2154 |
<collection name="imagingext_plat" long-name="Imaging Extensions Platform Interfaces" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2155 |
<component name="jpeg2000_icl_plugin_api" long-name="JPEG2000 ICL plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2156 |
<unit bldFile="os/imagingext/imagingext_plat/jpeg2000_icl_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2157 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2158 |
<component name="extended_icl_jpeg_api" long-name="Extended ICL Jpeg API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2159 |
<unit bldFile="os/imagingext/imagingext_plat/extended_icl_jpeg_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2160 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2161 |
<component name="h324_annex_k_custom_api" long-name="H324 Annex K Custom API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2162 |
<unit bldFile="os/imagingext/imagingext_plat/h324_annex_k_custom_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2163 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2164 |
<component name="ecam_orientation_custom_api" long-name="ECam Orientation Custom API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2165 |
<unit bldFile="os/imagingext/imagingext_plat/ecam_orientation_custom_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2166 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2167 |
<component name="ecam_ui_orientation_override_custom_api" long-name="ECam UI Orientation Override Custom API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2168 |
<unit bldFile="os/imagingext/imagingext_plat/ecam_ui_orientation_override_custom_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2169 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2170 |
<component name="ecam_face_tracking_custom_api" long-name="ECam Face Tracking Custom API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2171 |
<unit bldFile="os/imagingext/imagingext_plat/ecam_face_tracking_custom_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2172 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2173 |
<component name="ecam_use_case_hint_custom_api" long-name="ECam Use Case Hint Custom API" filter="s60" introduced="^3" class="api"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2174 |
<unit bldFile="os/imagingext/imagingext_plat/ecam_use_case_hint_custom_api/group"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2175 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2176 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2177 |
<collection name="imageadaptationextensions" long-name="Image Adaptation Extensions" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2178 |
<component name="iclextjpegapi" filter="s60" long-name="ICL Extension JPEG API"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2179 |
<unit bldFile="os/imagingext/imageadaptationextensions/iclextjpegapi/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2180 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2181 |
<component name="imageadaptationextensions_build" filter="s60" long-name="Image Adaptation Extensions Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2182 |
<!-- Move the export from this bld.inf into the above one and remove this component, or make this a ROM component --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2183 |
<unit bldFile="os/imagingext/imageadaptationextensions/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2184 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2185 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2186 |
<collection name="imagingmodules" long-name="Imaging Modules" level="hw-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2187 |
<component name="exiflib" filter="s60" long-name="Exif Library"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2188 |
<unit bldFile="os/imagingext/imagingmodules/exiflib/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2189 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2190 |
<component name="jp2kcodec" filter="s60" long-name="JPEG2000 Decoder Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2191 |
<unit bldFile="os/imagingext/imagingmodules/jp2kcodec/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2192 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2193 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2194 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2195 |
<block name="graphics" level="services" long-name="Graphics" levels="adaptation engines internal-adaptations device-interface internal-utils app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2196 |
<collection name="graphicsaccelaration" long-name="Graphics Acceleration" level="adaptation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2197 |
<component name="vgi" filter="s60" long-name="VGI"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2198 |
<unit bldFile="os/graphics/graphicsaccelaration/vgi/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2199 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2200 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2201 |
<collection name="m3g" long-name="Mobile 3D Graphics" level="internal-adaptations"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2202 |
<component name="m3gcore11" filter="s60" long-name="M3G Core 1.1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2203 |
<unit bldFile="os/graphics/m3g/m3gcore11/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2204 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2205 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2206 |
<collection name="graphicsresourceservices" long-name="Graphics Resource Services" level="engines"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2207 |
<component name="graphicsresource" long-name="Graphics Resource" introduced="^3" deprecated="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2208 |
<unit bldFile="os/graphics/graphicsresourceservices/graphicsresource/group" mrp="os/graphics/graphicsresourceservices/graphicsresource/group/graphics_graphicsresource.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2209 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2210 |
<component name="graphicsresourceadaptation" long-name="Graphics Resource Adaptation" introduced="^3" deprecated="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2211 |
<unit bldFile="os/graphics/graphicsresourceservices/graphicsresourceadaptation/group" mrp="os/graphics/graphicsresourceservices/graphicsresourceadaptation/group/graphics_graphicsresourceadapter.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2212 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2213 |
<component name="graphicsresourceimplementation" long-name="Graphics Resource Implementation" introduced="^4" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2214 |
<unit bldFile="os/graphics/graphicsresourceservices/graphicsresourceimplementation/group" mrp="os/graphics/graphicsresourceservices/graphicsresourceimplementation/group/graphics_graphicsresourceimplementation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2215 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2216 |
<component name="graphicsresourceinterface" long-name="Graphics Resource Interface" introduced="^4" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2217 |
<unit bldFile="os/graphics/graphicsresourceservices/graphicsresourceinterface/group" mrp="os/graphics/graphicsresourceservices/graphicsresourceinterface/group/graphics_graphicsresourceinterface.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2218 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2219 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2220 |
<collection name="graphicsutils" long-name="Graphics Utils" level="engines"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2221 |
<component name="commongraphicsheaders" long-name="Common Graphics Headers" introduced="^3" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2222 |
<unit bldFile="os/graphics/graphicsutils/commongraphicsheaders/group" mrp="os/graphics/graphicsutils/commongraphicsheaders/group/graphics_commonheader.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2223 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2224 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2225 |
<collection name="graphicshwdrivers" long-name="Graphics Hardware Drivers" level="adaptation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2226 |
<!-- displayldd to be moved here --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2227 |
<component name="surfacemgr" long-name="Surface Manager" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2228 |
<unit bldFile="os/graphics/graphicshwdrivers/surfacemgr/group" mrp="os/graphics/graphicshwdrivers/surfacemgr/group/graphics_surfacemanager.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2229 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2230 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2231 |
<collection name="graphicscomposition" long-name="Graphics Composition" level="engines"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2232 |
<component name="openwfcinterface" long-name="OpenWF Composition Interface" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2233 |
<unit bldFile="os/graphics/graphicscomposition/openwfcinterface/group" mrp="os/graphics/graphicscomposition/openwfcinterface/group/graphics_openwfcinterface.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2234 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2235 |
<component name="openwfcompositionengine" long-name="OpenWF Composition Engine" introduced="^3" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2236 |
<unit bldFile="os/graphics/graphicscomposition/openwfcompositionengine/group" mrp="os/graphics/graphicscomposition/openwfcompositionengine/group/graphics_openwfcompositionengine.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2237 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2238 |
<component name="openwfsupport" long-name="OpenWF Support" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2239 |
<unit bldFile="os/graphics/graphicscomposition/openwfsupport/group" mrp="os/graphics/graphicscomposition/openwfsupport/group/graphics_openwfsupport.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2240 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2241 |
<component name="surfaceupdate" long-name="Surface Update" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2242 |
<unit bldFile="os/graphics/graphicscomposition/surfaceupdate/group" mrp="os/graphics/graphicscomposition/surfaceupdate/group/graphics_surfaceupdate.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2243 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2244 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2245 |
<collection name="graphicstest" long-name="Graphics Test" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2246 |
<component name="uibench" long-name="UI Bench" introduced="9.2" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2247 |
<unit bldFile="os/graphics/graphicstest/uibench/group" mrp="os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2248 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2249 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2250 |
<collection name="graphics_plat" long-name="Graphics Platform Interfaces" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2251 |
<component name="m3g_core_api" filter="sf_build" long-name="M3G Core API" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2252 |
<unit bldFile="os/graphics/graphics_plat/m3g_core_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2253 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2254 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2255 |
<collection name="graphics_info" long-name="Graphics Info" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2256 |
<component name="graphicsdocs" long-name="Graphics Documentation" purpose="development" class="doc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2257 |
<unit mrp="os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2258 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2259 |
<component name="graphics_metadata" long-name="Graphics Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2260 |
<unit mrp="os/graphics/graphics_info/graphics_metadata/graphics_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2261 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2262 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2263 |
<collection name="windowing" long-name="Windowing" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2264 |
<component name="windowserver" long-name="Window Server" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2265 |
<unit bldFile="os/graphics/windowing/windowserver/group" mrp="os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2266 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2267 |
<component name="windowserverplugins" long-name="Window Server Plugins" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2268 |
<unit bldFile="os/graphics/windowing/windowserverplugins/group" mrp="os/graphics/windowing/windowserverplugins/group/graphics_wserv_std_plugins.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2269 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2270 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2271 |
<collection name="printingservices" long-name="Printing Services" level="app-if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2272 |
<component name="printerdriversupport" long-name="Printer Driver Support" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2273 |
<unit bldFile="os/graphics/printingservices/printerdriversupport/group" mrp="os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2274 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2275 |
<component name="printerdrivers" long-name="Printer Drivers" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2276 |
<unit bldFile="os/graphics/printingservices/printerdrivers/group" mrp="os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2277 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2278 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2279 |
<collection name="fbs" long-name="Font and Bitmap Server" level="device-interface"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2280 |
<component name="fontandbitmapserver" long-name="Font and Bitmap Server" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2281 |
<unit bldFile="os/graphics/fbs/fontandbitmapserver/group" mrp="os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2282 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2283 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2284 |
<collection name="opengles" long-name="OpenGLES" level="internal-adaptations"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2285 |
<component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2286 |
<unit bldFile="os/graphics/opengles/openglesinterface/group" mrp="os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2287 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2288 |
<component name="opengles_stub" filter="sf_build" long-name="OpenGL ES Stub" purpose="optional" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2289 |
<unit bldFile="os/graphics/opengles/openglesinterface/group/opengles_stub"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2290 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2291 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2292 |
<collection name="openvg" long-name="OpenVG" level="internal-adaptations"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2293 |
<component name="openvginterface" long-name="OpenVG Interface" introduced="^2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2294 |
<unit bldFile="os/graphics/openvg/openvginterface/group" mrp="os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2295 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2296 |
<component name="openvg11" filter="s60" long-name="OpenVG 1.1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2297 |
<!-- this needs to be moved to it's own component directory, ie openvg/openvg11 --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2298 |
<unit bldFile="os/graphics/openvg/openvginterface/group/openvg11"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2299 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2300 |
<component name="sfopenvg" filter="sf_build" long-name="Khronos OpenVG Reference Implementation" introduced="^2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2301 |
<unit bldFile="os/graphics/openvg/openvgrefimplementation/sfopenvg/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2302 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2303 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2304 |
<collection name="egl" long-name="EGL" level="internal-adaptations"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2305 |
<component name="eglinterface" long-name="EGL Interface" introduced="^2" purpose="mandatory"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2306 |
<unit bldFile="os/graphics/egl/eglinterface/group" mrp="os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2307 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2308 |
<component name="eglswitch" long-name="EGL Switch" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2309 |
<unit bldFile="os/graphics/egl/eglswitch/group" mrp="os/graphics/egl/eglswitch/group/graphics_eglswitch.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2310 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2311 |
<component name="eglrefimpl" long-name="EGL Reference Implementation" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2312 |
<unit bldFile="os/graphics/egl/eglrefimpl/group" mrp="os/graphics/egl/eglrefimpl/group/graphics_eglrefimpl.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2313 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2314 |
<component name="egltest" long-name="EGL Tests" introduced="^3" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2315 |
<unit bldFile="os/graphics/egl/egltest/group" mrp="os/graphics/egl/egltest/group/graphics_egltest.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2316 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2317 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2318 |
<collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2319 |
<component name="gdi" long-name="GDI" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2320 |
<unit bldFile="os/graphics/graphicsdeviceinterface/gdi/group" mrp="os/graphics/graphicsdeviceinterface/gdi/group/graphics_gdi.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2321 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2322 |
<component name="bitgdi" long-name="BitGDI" purpose="mandatory" filter="api_test"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2323 |
<!-- just api_test, not test --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2324 |
<unit bldFile="os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2325 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2326 |
<component name="colourpalette" long-name="Colour Palette" introduced="7.0s" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2327 |
<unit bldFile="os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2328 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2329 |
<component name="screendriver" long-name="Screen Driver" introduced="6.1" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2330 |
<unit bldFile="os/graphics/graphicsdeviceinterface/screendriver/group" mrp="os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2331 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2332 |
<component name="directgdi" long-name="DirectGDI" introduced="^3" deprecated="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2333 |
<unit bldFile="os/graphics/graphicsdeviceinterface/directgdi/group" mrp="os/graphics/graphicsdeviceinterface/directgdi/group/graphics_directgdi.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2334 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2335 |
<component name="directgdiinterface" long-name="DirectGDI Interface" introduced="^3" deprecated="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2336 |
<unit bldFile="os/graphics/graphicsdeviceinterface/directgdiinterface/group" mrp="os/graphics/graphicsdeviceinterface/directgdiinterface/group/graphics_directgdiheaders.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2337 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2338 |
<component name="directgdiadaptation" long-name="DirectGDI Adaptation" introduced="^3" deprecated="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2339 |
<unit bldFile="os/graphics/graphicsdeviceinterface/directgdiadaptation/group" mrp="os/graphics/graphicsdeviceinterface/directgdiadaptation/group/graphics_directgdiadapter.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2340 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2341 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2342 |
<collection name="graphicstools" long-name="Graphics Tools" level="internal-utils"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2343 |
<component name="gdi_tools" long-name="GDI Tools" purpose="development" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2344 |
<unit bldFile="os/graphics/graphicstools/gdi_tools/group" mrp="os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2345 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2346 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2347 |
<collection name="graphicsapitest" long-name="Graphics API Tests" level="app-if"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2348 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2349 |
<block name="textandloc" level="services" long-name="Text and Localisation Services" levels="encoding util fonts tools text"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2350 |
<collection name="charconvfw" long-name="Character Conversion" level="encoding"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2351 |
<component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional" filter="api_test"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2352 |
<!-- both production and api_test--> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2353 |
<unit bldFile="os/textandloc/charconvfw/charconv_fw/group" mrp="os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2354 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2355 |
<component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" filter="apit_test" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2356 |
<!-- both production and api_test--> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2357 |
<unit bldFile="os/textandloc/charconvfw/charconvplugins/group" mrp="os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2358 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2359 |
<component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" filter="api_test" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2360 |
<!-- both production and api_test--> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2361 |
<unit bldFile="os/textandloc/charconvfw/fatfilenameconversionplugins/group" mrp="os/textandloc/charconvfw/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2362 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2363 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2364 |
<collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2365 |
<component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" deprecated="^4" plugin="Y"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2366 |
<unit bldFile="os/textandloc/fontservices/textshaperplugin/group" mrp="os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2367 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2368 |
<component name="fontstore" long-name="Font Store" purpose="mandatory" filter="api_test"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2369 |
<!-- both production and api_test--> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2370 |
<unit bldFile="os/textandloc/fontservices/fontstore/group" mrp="os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2371 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2372 |
<component name="textbase" long-name="Text Base" purpose="mandatory" class="placeholder"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2373 |
<!-- placeholder for text code from GDI --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2374 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2375 |
<component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2376 |
<unit bldFile="os/textandloc/fontservices/freetypefontrasteriser/group" mrp="os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2377 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2378 |
<component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2379 |
<unit bldFile="os/textandloc/fontservices/referencefonts/group" mrp="os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2380 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2381 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2382 |
<collection name="textlayout" long-name="Text Layout" level="text"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2383 |
<component name="texthandling" long-name="Text Handling" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2384 |
<unit bldFile="os/textandloc/textrendering/texthandling/group" mrp="os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2385 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2386 |
<component name="textformatting" long-name="Text Formatting" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2387 |
<unit bldFile="os/textandloc/textrendering/textformatting/group" mrp="os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2388 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2389 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2390 |
<collection name="textandlocutils" long-name="Text and Localisation Utils" level="util"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2391 |
<component name="numbergrouping" long-name="Number Grouping"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2392 |
<unit bldFile="os/textandloc/textandlocutils/numbergrouping/group" mrp="os/textandloc/textandlocutils/numbergrouping/group/tls_numbergrouping.mrp"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2393 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2394 |
<component name="jplangutil" long-name="Japanese Language Utilities"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2395 |
<unit bldFile="os/textandloc/textandlocutils/jplangutil/group" mrp="os/textandloc/textandlocutils/jplangutil/group/tls_jplangutil.mrp"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2396 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2397 |
<component name="sortutil" long-name="Sorting Utility"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2398 |
<unit bldFile="os/textandloc/textandlocutils/sortutil/group" mrp="os/textandloc/textandlocutils/sortutil/group/tls_sortutil.mrp"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2399 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2400 |
<component name="inlinetext" long-name="Inline Text"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2401 |
<unit bldFile="os/textandloc/textandlocutils/inlinetext/group" mrp="os/textandloc/textandlocutils/inlinetext/group/tls_inlinetext.mrp"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2402 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2403 |
<component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2404 |
<unit bldFile="os/textandloc/textrendering/numberformatting/group" mrp="os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2405 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2406 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2407 |
<collection name="localesupport" long-name="Locale Support" level="util"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2408 |
<component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2409 |
<unit bldFile="os/textandloc/localisation/localesupport" mrp="os/textandloc/localisation/localesupport/mmpfiles/base_loce32.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2410 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2411 |
<component name="initlocale" long-name="Initialise Locale" introduced="^2" purpose="mandatory" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2412 |
<!-- placeholder for split from bafl --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2413 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2414 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2415 |
<collection name="textandloctools" long-name="Text and Localisation Tools" level="tools"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2416 |
<component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2417 |
<!-- placeholder for split from GDI Tools --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2418 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2419 |
<component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2420 |
<unit bldFile="os/graphics/graphicstools/bitmapfonttools/group" mrp="os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2421 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2422 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2423 |
<collection name="textandloc_info" long-name="Text and Localisation Info" level="text"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2424 |
<component name="textandloc_metadata" long-name="Text and Localisation Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2425 |
<unit mrp="os/textandloc/textandloc_info/textandloc_metadata/textandloc_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2426 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2427 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2428 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2429 |
<block name="xmlsrv" level="services" long-name="XML Services" levels="plugin server framework generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2430 |
<collection name="xmlsrv_plat" long-name="XML Services Platform Interfaces" level="specific"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2431 |
<component name="xml_encryption_api" long-name="XML Encryption API" filter="s60" class="api"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2432 |
<unit bldFile="os/xmlsrv/xmlsrv_plat/xml_encryption_api/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2433 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2434 |
<component name="xml_signature_api" long-name="XML Signature API" filter="s60" class="api"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2435 |
<unit bldFile="os/xmlsrv/xmlsrv_plat/xml_signature_api/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2436 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2437 |
<component name="xml_security_engine_utils_api" long-name="XML Security Engine Utils API" filter="s60" class="api"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2438 |
<unit bldFile="os/xmlsrv/xmlsrv_plat/xml_security_engine_utils_api/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2439 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2440 |
<component name="cxml_library_api" long-name="cXml Library API" filter="s60" class="api"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2441 |
<unit bldFile="os/xmlsrv/xmlsrv_plat/cxml_library_api/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2442 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2443 |
<component name="xml_parser_api" long-name="XML Parser API" filter="s60" class="api"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2444 |
<unit bldFile="os/xmlsrv/xmlsrv_plat/xml_parser_api/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2445 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2446 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2447 |
<collection name="xmlsecurityengine" long-name="XML Security Engine" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2448 |
<component name="xmlseccertman" filter="s60" long-name="XML Security Certificate Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2449 |
<unit bldFile="os/xmlsrv/xmlsecurityengine/xmlseccertman/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2450 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2451 |
<component name="xmlsec" filter="s60" long-name="XML Security"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2452 |
<unit bldFile="os/xmlsrv/xmlsecurityengine/xmlsec/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2453 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2454 |
<component name="xmlseccrypto" filter="s60" long-name="XML Security Crypto"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2455 |
<unit bldFile="os/xmlsrv/xmlsecurityengine/xmlseccrypto/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2456 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2457 |
<component name="xmlsecwrapper" filter="s60" long-name="XML Security Wrapper"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2458 |
<unit bldFile="os/xmlsrv/xmlsecurityengine/xmlsecwrapper/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2459 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2460 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2461 |
<collection name="xml" long-name="XML" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2462 |
<component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2463 |
<unit bldFile="os/xmlsrv/xml/xmlfw/group" mrp="os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2464 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2465 |
<component name="libxml2libs" long-name="Libxml2 Libraries" introduced="^3" purpose="optional"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2466 |
<unit bldFile="os/xmlsrv/xml/libxml2libs/group" mrp="os/xmlsrv/xml/libxml2libs/group/syslibs_libxml2.mrp" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2467 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2468 |
<component name="legacyminidomparser" long-name="Legacy Mini-DOM Parser" introduced="7.0s" purpose="optional"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2469 |
<unit bldFile="os/xmlsrv/xml/legacyminidomparser/GROUP" mrp="os/xmlsrv/xml/legacyminidomparser/GROUP/syslibs_legacyminidomparser.mrp" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2470 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2471 |
<component name="xmldomandxpath" long-name="XML DOM and XPath" introduced="^3" purpose="optional"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2472 |
<unit bldFile="os/xmlsrv/xml/xmldomandxpath/group" mrp="os/xmlsrv/xml/xmldomandxpath/group/syslibs_xmldom.mrp" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2473 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2474 |
<component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2475 |
<unit bldFile="os/xmlsrv/xml/xmlexpatparser/group" mrp="os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2476 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2477 |
<component name="xmllibxml2parser" long-name="XML Libxml2 Parser" introduced="^3" purpose="optional" plugin="Y"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2478 |
<unit bldFile="os/xmlsrv/xml/xmllibxml2parser/group" mrp="os/xmlsrv/xml/xmllibxml2parser/group/syslibs_xmlparser2.mrp" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2479 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2480 |
<component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2481 |
<unit bldFile="os/xmlsrv/xml/wbxmlparser/group" mrp="os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp" filter="!test"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2482 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2483 |
<component name="cxmllibrary" filter="s60" long-name="cXml Library"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2484 |
<unit bldFile="os/xmlsrv/xml/cxmllibrary/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2485 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2486 |
<component name="xmlparser" filter="s60" long-name="XML Interface"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2487 |
<unit bldFile="os/xmlsrv/xml/xmlparser/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2488 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2489 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2490 |
<collection name="xmlsrv_info" long-name="XML Services Info" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2491 |
<component name="xmlsrv_metadata" long-name="XML Services Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2492 |
<unit mrp="os/xmlsrv/xmlsrv_info/xmlsrv_metadata/xmlsrv_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2493 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2494 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2495 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2496 |
<block name="deviceplatformrelease" level="services" long-name="Device Platform Release" levels="bld mid top"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2497 |
<collection name="s60extras" long-name="S60 Extras" level="mid"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2498 |
<!-- collection is really a component. Need to move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2499 |
<component name="s60extras_build" filter="s60" long-name="S60 Extras Build" purpose="development" class="config"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2500 |
<unit bldFile="os/deviceplatformrelease/s60extras/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2501 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2502 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2503 |
<collection name="version" long-name="Version" level="top"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2504 |
<!-- collection is really a component. Need to move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2505 |
<component name="version_build" filter="s60" long-name="Version Build" purpose="development" class="config"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2506 |
<unit bldFile="os/deviceplatformrelease/version/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2507 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2508 |
</collection> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2509 |
<collection name="symbianosbld" long-name="Symbian OS Build" level="bld"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2510 |
<component name="cedarutils" long-name="Cedar Utils" purpose="development"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2511 |
<unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2512 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2513 |
<component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2514 |
<unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2515 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2516 |
</collection> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2517 |
<collection name="foundation_system" long-name="Foundation System" level="top"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2518 |
<component name="system_model" long-name="System Model" introduced="^2" purpose="development" class="config PC"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2519 |
<unit mrp="os/deviceplatformrelease/foundation_system/system_model/system_model.mrp"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2520 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2521 |
<component name="sf_config" filter="s60,build_as_app" long-name="Foundation Config" introduced="^4"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2522 |
<unit bldFile="os/deviceplatformrelease/foundation_system/sf_config/CI_external/group"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2523 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2524 |
<component name="config" filter="s60" long-name="Config" purpose="development" class="config"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2525 |
<component name="cenrep" filter="sf_build" long-name="ConE Central Repository Config" purpose="development" class="config"> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
2526 |
<!-- will should give the id/path something more unique than cenrep --> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
2527 |
<unit bldFile="os/deviceplatformrelease/foundation_system/sf_config/cenrep/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2528 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2529 |
<component name="rombuild_syborg" filter="sf_build" long-name="Syborg iMaker Config" purpose="development" introduced="^3" class="config"> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
2530 |
<unit bldFile="os/deviceplatformrelease/foundation_system/sf_config/rombuild/syborg/group"/> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
2531 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
2532 |
<component name="rombuild_zoom2" filter="sf_build" long-name="Zoom2 iMaker Config" purpose="development" introduced="^3" class="config"> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
2533 |
<unit bldFile="os/deviceplatformrelease/foundation_system/sf_config/rombuild/zoom2/group"/> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
2534 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2535 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2536 |
<collection name="deviceplatformrelease_info" long-name="Device Platform Release Info" level="top"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2537 |
<component name="deviceplatformrelease_metadata" long-name="Device Platform Release Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2538 |
<unit mrp="os/deviceplatformrelease/deviceplatformrelease_info/deviceplatformrelease_metadata/deviceplatformrelease_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2539 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2540 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2541 |
</block> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2542 |
<block name="osrndtools" level="services" long-name="OS R&D tools" levels="fw trace analysis"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2543 |
<collection name="stif" long-name="STIF" level="fw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2544 |
<component name="stif_plat" filter="s60" long-name="STIF Platform Interfaces" purpose="development" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2545 |
<unit bldFile="os/osrndtools/stif/stif_plat/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2546 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2547 |
<component name="testinterface" filter="s60" long-name="Test Interface" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2548 |
<unit bldFile="os/osrndtools/stif/testinterface/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2549 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2550 |
<component name="testserver" filter="s60" long-name="Test Server" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2551 |
<unit bldFile="os/osrndtools/stif/testserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2552 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2553 |
<component name="testengine" filter="s60" long-name="Test Engine" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2554 |
<unit bldFile="os/osrndtools/stif/testengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2555 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2556 |
<component name="testserverstarter" filter="s60" long-name="Test Server Starter" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2557 |
<unit bldFile="os/osrndtools/stif/testserverstarter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2558 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2559 |
<component name="stiftfwif" filter="s60" long-name="STIF Test Framework Interface" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2560 |
<unit bldFile="os/osrndtools/stif/stiftfwif/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2561 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2562 |
<component name="consoleui" filter="s60" long-name="Console UI" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2563 |
<unit bldFile="os/osrndtools/stif/consoleui/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2564 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2565 |
<component name="testcombiner" filter="s60" long-name="Test Combiner" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2566 |
<unit bldFile="os/osrndtools/stif/testcombiner/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2567 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2568 |
<component name="demomodule" filter="s60" long-name="Demo Module" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2569 |
<unit bldFile="os/osrndtools/stif/demomodule/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2570 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2571 |
<component name="atslogger" filter="s60" long-name="ATS Logger" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2572 |
<unit bldFile="os/osrndtools/stif/atslogger/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2573 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2574 |
<component name="atsinterface" filter="s60" long-name="ATS Interface" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2575 |
<unit bldFile="os/osrndtools/stif/atsinterface/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2576 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2577 |
<component name="testscripter" filter="s60" long-name="Test Scripter" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2578 |
<unit bldFile="os/osrndtools/stif/testscripter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2579 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2580 |
<component name="suevent" filter="s60" long-name="SU Event" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2581 |
<unit bldFile="os/osrndtools/stif/suevent/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2582 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2583 |
<component name="stifkerneltestclassbase" filter="s60" long-name="STIF Kernel Test Class Base" purpose="development"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2584 |
<unit bldFile="os/osrndtools/stif/stifkerneltestclassbase/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2585 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2586 |
<component name="stif_data" filter="s60" long-name="STIF Data" purpose="development" class="config"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2587 |
<!-- This is a component. Should move down a directory. or move into other STIF components--> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2588 |
<unit bldFile="os/osrndtools/stif/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2589 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2590 |
</collection> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2591 |
<collection name="memspy" long-name="MemSpy" level="trace"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2592 |
<component name="memspy_plat" filter="s60" long-name="MemSpy Platform Interfaces" purpose="development" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2593 |
<unit bldFile="os/osrndtools/memspy/memspy_plat/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2594 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2595 |
<component name="driver" filter="s60" long-name="MemSpy Driver" purpose="development"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2596 |
<unit bldFile="os/osrndtools/memspy/driver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2597 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2598 |
<component name="memspy_engine" filter="s60" long-name="MemSpy Engine" purpose="development"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2599 |
<unit bldFile="os/osrndtools/memspy/engine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2600 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2601 |
<component name="commandline" filter="s60" long-name="MemSpy Command Line" purpose="development"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2602 |
<unit bldFile="os/osrndtools/memspy/commandline/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2603 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2604 |
<component name="memspyserver" filter="s60" long-name="MemSpy Server" purpose="development" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2605 |
<unit bldFile="os/osrndtools/memspy/MemSpyServer/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2606 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2607 |
<component name="memspyclient" filter="s60" long-name="MemSpy Client" purpose="development" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2608 |
<unit bldFile="os/osrndtools/memspy/MemSpyClient/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2609 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2610 |
<component name="memspy_build" filter="s60" long-name="MemSpy Build" purpose="development"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2611 |
<!-- move exports into self-contained component.--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2612 |
<unit bldFile="os/osrndtools/memspy/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2613 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2614 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2615 |
<collection name="hti" long-name="Harmonized Test Interface" level="trace"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2616 |
<component name="hti_plat" filter="s60" long-name="HTI Platform Interfaces" purpose="development" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2617 |
<unit bldFile="os/osrndtools/hti/hti_plat/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2618 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2619 |
<component name="hticfg" filter="s60" long-name="HTI Config" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2620 |
<unit bldFile="os/osrndtools/hti/hticfg/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2621 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2622 |
<component name="htiautostart" filter="s60" long-name="HTI Autostart" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2623 |
<unit bldFile="os/osrndtools/hti/htiautostart/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2624 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2625 |
<component name="htiframework" filter="s60" long-name="HTI Framework" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2626 |
<unit bldFile="os/osrndtools/hti/htiframework/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2627 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2628 |
<component name="hticommplugins" filter="s60" long-name="HTI Communication Plugins" purpose="development" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2629 |
<!-- need to #include these from a single unit or separate into component at the right directory level --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2630 |
<unit bldFile="os/osrndtools/hti/HtiCommPlugins/HtiBtCommPlugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2631 |
<unit bldFile="os/osrndtools/hti/HtiCommPlugins/HtiIPCommPlugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2632 |
<unit bldFile="os/osrndtools/hti/HtiCommPlugins/HtiSerialCommPlugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2633 |
<unit bldFile="os/osrndtools/hti/HtiCommPlugins/HtiUsbSerialCommPlugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2634 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2635 |
<component name="htiserviceplugins" filter="s60" long-name="HTI Service Plugins" purpose="development" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2636 |
<!-- need to #include these from a single unit or separate into component at the right directory level --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2637 |
<unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiAppServicePlugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2638 |
<unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiEchoServicePlugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2639 |
<unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiFtpServicePlugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2640 |
<unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiIpProxyServicePlugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2641 |
<unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiStifTfServicePlugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2642 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2643 |
<component name="htifilehlp" filter="s60" long-name="HTI File Help" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2644 |
<unit bldFile="os/osrndtools/hti/htifilehlp/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2645 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2646 |
<component name="htiwatchdog" filter="s60" long-name="HTI Watchdog" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2647 |
<unit bldFile="os/osrndtools/hti/htiwatchdog/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2648 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2649 |
<component name="hti_build" filter="s60" long-name="HTI Build" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2650 |
<!-- move exports into self-contained component.--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2651 |
<unit bldFile="os/osrndtools/hti/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2652 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2653 |
</collection> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2654 |
<collection name="piprofiler" long-name="Performance Investigator Profiler" level="analysis"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2655 |
<component name="piprofiler_build" long-name="Performance Investigator Profiler Build" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2656 |
<unit bldFile="os/osrndtools/piprofiler/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2657 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2658 |
</collection> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2659 |
<collection name="analyzetool" long-name="Analyze Tool" level="analysis"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2660 |
<component name="analyzetool_build" long-name="Analyze Tool Build" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2661 |
<unit bldFile="os/osrndtools/analyzetool/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2662 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2663 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2664 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2665 |
</layer> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2666 |
<layer name="mw" long-name="Middleware" levels="generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2667 |
<block name="appsupport" level="generic" long-name="Generic Application Support" levels="system plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2668 |
<collection name="appsupport_pub" long-name="Generic Application Support Public Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2669 |
<component name="flash_viewer_framework_api" long-name="Flash Viewer Framework API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2670 |
<unit bldFile="mw/appsupport/appsupport_pub/flash_viewer_framework_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2671 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2672 |
<component name="network_status_api" long-name="Network Status API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2673 |
<unit bldFile="mw/appsupport/appsupport_pub/network_status_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2674 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2675 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2676 |
<collection name="appsupport_plat" long-name="Generic Application Support Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2677 |
<component name="action_plugin_api" long-name="Action Plug-In API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2678 |
<unit bldFile="mw/appsupport/appsupport_plat/action_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2679 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2680 |
<component name="application_orientation_api" long-name="Application Orientation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2681 |
<unit bldFile="mw/appsupport/appsupport_plat/application_orientation_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2682 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2683 |
<component name="context_access_api" long-name="Context Access API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2684 |
<unit bldFile="mw/appsupport/appsupport_plat/context_access_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2685 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2686 |
<component name="context_framework_services_api" long-name="Context Framework Services API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2687 |
<unit bldFile="mw/appsupport/appsupport_plat/context_framework_services_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2688 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2689 |
<component name="context_framework_client_api" long-name="Context Framework Client API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2690 |
<unit bldFile="mw/appsupport/appsupport_plat/context_framework_client_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2691 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2692 |
<component name="context_framework_listener_api" long-name="Context Framework Listener API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2693 |
<unit bldFile="mw/appsupport/appsupport_plat/context_framework_listener_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2694 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2695 |
<component name="context_framework_version_api" long-name="Context Framework Version API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2696 |
<unit bldFile="mw/appsupport/appsupport_plat/context_framework_version_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2697 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2698 |
<component name="context_source_plugin_api" long-name="Context Source Plug-In API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2699 |
<unit bldFile="mw/appsupport/appsupport_plat/context_source_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2700 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2701 |
<component name="context_source_settings_manager_api" long-name="Context Source Settings Manager API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2702 |
<unit bldFile="mw/appsupport/appsupport_plat/context_source_settings_manager_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2703 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2704 |
<component name="context_subscription_api" long-name="Context Subscription API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2705 |
<unit bldFile="mw/appsupport/appsupport_plat/context_subscription_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2706 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2707 |
<component name="key_event_framework_api" long-name="Key Event Framework API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2708 |
<unit bldFile="mw/appsupport/appsupport_plat/key_event_framework_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2709 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2710 |
<component name="key_event_framework_mapper_api" long-name="Key Event Framework Mapper API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2711 |
<unit bldFile="mw/appsupport/appsupport_plat/key_event_framework_mapper_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2712 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2713 |
<component name="media_keys_definition_api" long-name="Media Keys Definition API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2714 |
<unit bldFile="mw/appsupport/appsupport_plat/media_keys_definition_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2715 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2716 |
<component name="ood_threshold_api" long-name="OOD Threshold API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2717 |
<unit bldFile="mw/appsupport/appsupport_plat/ood_threshold_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2718 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2719 |
<component name="oom_monitor_api" long-name="OOM Monitor API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2720 |
<unit bldFile="mw/appsupport/appsupport_plat/oom_monitor_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2721 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2722 |
<component name="oom_monitor_plugin_api" long-name="OOM Monitor Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2723 |
<unit bldFile="mw/appsupport/appsupport_plat/oom_monitor_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2724 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2725 |
<component name="operation_provider_api" long-name="Operation Provider API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2726 |
<unit bldFile="mw/appsupport/appsupport_plat/operation_provider_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2727 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2728 |
<component name="phonecmdhandler_api" long-name="Phone Command Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2729 |
<unit bldFile="mw/appsupport/appsupport_plat/phonecmdhandler_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2730 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2731 |
<component name="restore_factory_settings_api" long-name="Restore Factory Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2732 |
<unit bldFile="mw/appsupport/appsupport_plat/restore_factory_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2733 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2734 |
<component name="restore_factory_settings_plugin_api" long-name="Restore Factory Settings Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2735 |
<unit bldFile="mw/appsupport/appsupport_plat/restore_factory_settings_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2736 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2737 |
<component name="secondary_display_accfw_api" long-name="Secondary Display Accessory Framework API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2738 |
<unit bldFile="mw/appsupport/appsupport_plat/secondary_display_accfw_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2739 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2740 |
<component name="secondary_display_startup_api" long-name="Secondary Display Startup API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2741 |
<unit bldFile="mw/appsupport/appsupport_plat/secondary_display_startup_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2742 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2743 |
<component name="secondary_display_sysap_api" long-name="Secondary Display System Application API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2744 |
<unit bldFile="mw/appsupport/appsupport_plat/secondary_display_sysap_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2745 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2746 |
<component name="secondary_display_system_state_api" long-name="Secondary Display System State API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2747 |
<unit bldFile="mw/appsupport/appsupport_plat/secondary_display_system_state_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2748 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2749 |
<component name="sensor_user_setting_api" long-name="Sensor User Setting API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2750 |
<unit bldFile="mw/appsupport/appsupport_plat/sensor_user_setting_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2751 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2752 |
<component name="startup_configuration_api" long-name="Startup Configuration API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2753 |
<unit bldFile="mw/appsupport/appsupport_plat/startup_configuration_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2754 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2755 |
<component name="system_application_key_handler_plugin_api" long-name="System Application Key Handler Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2756 |
<unit bldFile="mw/appsupport/appsupport_plat/system_application_key_handler_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2757 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2758 |
<component name="system_application_light_control_plugin_api" long-name="System Application Light Control Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2759 |
<unit bldFile="mw/appsupport/appsupport_plat/system_application_light_control_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2760 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2761 |
<component name="system_application_notification_api" long-name="System Application Notification API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2762 |
<unit bldFile="mw/appsupport/appsupport_plat/system_application_notification_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2763 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2764 |
<component name="system_application_plugin_callback_api" long-name="System Application Plug-in Callback API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2765 |
<unit bldFile="mw/appsupport/appsupport_plat/system_application_plugin_callback_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2766 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2767 |
<component name="flash_mmi_service_interface_custom_api" long-name="Flash MMI Service Interface Custom API" filter="s60,!sf_build" introduced="^2" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2768 |
<unit bldFile="mw/appsupport/appsupport_plat/flash_mmi_service_interface_custom_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2769 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2770 |
<component name="flash_netscape_plugin_command_api" long-name="Flash Netscape Plugin Command API" filter="s60,!sf_build" introduced="^2" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2771 |
<unit bldFile="mw/appsupport/appsupport_plat/flash_netscape_plugin_command_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2772 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2773 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2774 |
<collection name="contextframework" long-name="Context Framework" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2775 |
<component name="cfw" filter="s60" long-name="Context Framework"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2776 |
<unit bldFile="mw/appsupport/contextframework/cfw/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2777 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2778 |
<component name="cfwplugins" filter="s60" long-name="Context Framework Plugins" plugin="Y"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
2779 |
<unit bldFile="mw/appsupport/contextframework/cfwplugins/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2780 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2781 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2782 |
<collection name="coreapplicationuis" long-name="Core Application UIs" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2783 |
<component name="dbrecovery" filter="s60" long-name="Database Recovery"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2784 |
<unit bldFile="mw/appsupport/coreapplicationuis/dbrecovery/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2785 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2786 |
<component name="nspswsplugin" filter="s60" long-name="NSPS WS Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2787 |
<!-- No Service Power Save? Window Server? Please elaborate--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2788 |
<unit bldFile="mw/appsupport/coreapplicationuis/nspswsplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2789 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2790 |
<component name="rfs" filter="s60" long-name="Restore Factory Settings"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2791 |
<unit bldFile="mw/appsupport/coreapplicationuis/rfs/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2792 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2793 |
<component name="rfsplugins" filter="s60" long-name="Restore Factory Settings Plugins" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2794 |
<unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2795 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2796 |
<component name="sysap" filter="s60" long-name="System Application"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2797 |
<unit bldFile="mw/appsupport/coreapplicationuis/sysap/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2798 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2799 |
<component name="variatedsettings" filter="s60" long-name="Variated Settings" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2800 |
<unit bldFile="mw/appsupport/coreapplicationuis/variatedsettings/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2801 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2802 |
<component name="accfwuinotifier" filter="s60" long-name="Accessory Framework UI Notifier" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2803 |
<unit bldFile="mw/appsupport/coreapplicationuis/accfwuinotifier/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2804 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2805 |
<component name="kefmapper" filter="s60" long-name="Key Event Framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2806 |
<unit bldFile="mw/appsupport/coreapplicationuis/kefmapper/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2807 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2808 |
<component name="advancedtspcontroller" filter="s60" long-name="Advanced TSP Controller"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2809 |
<unit bldFile="mw/appsupport/coreapplicationuis/advancedtspcontroller/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2810 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2811 |
<component name="powersaveutilities" filter="s60" long-name="Power Save Utilities"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2812 |
<unit bldFile="mw/appsupport/coreapplicationuis/powersaveutilities/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2813 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2814 |
<component name="gsserverenginestub" filter="s60" long-name="GS Server Engine Stub" deprecated="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2815 |
<unit bldFile="mw/appsupport/coreapplicationuis/gsserverenginestub/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2816 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2817 |
<component name="gsserverengine" filter="s60" long-name="GS Server Engine" deprecated="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2818 |
<unit bldFile="mw/appsupport/coreapplicationuis/gsserverengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2819 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2820 |
<component name="sensordatacompensatorplugin" filter="s60" long-name="Sensor Data Compensator Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2821 |
<unit bldFile="mw/appsupport/coreapplicationuis/sensordatacompensatorplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2822 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2823 |
<component name="atcmdplugin" long-name="AT Command Plugin" filter="s60,!oem_build" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2824 |
<unit bldFile="mw/appsupport/coreapplicationuis/atcmdplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2825 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2826 |
<component name="devicepowermenuplugin" long-name="Device Power Menu Plugin" introduced="^4" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2827 |
<unit bldFile="mw/appsupport/coreapplicationuis/devicepowermenuplugin" proFile="devicepowermenuplugin.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
2828 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2829 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2830 |
<collection name="flashliteapi_3_1" long-name="Flash Lite API 3.1" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2831 |
<!-- collection is really a component. Move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2832 |
<component name="flashliteapi_3_1_build" long-name="Flash Lite API Build" filter="s60" introduced="^2"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2833 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2834 |
<collection name="mediakeys" long-name="Media Keys" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2835 |
<!-- collection is really a component. Move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2836 |
<component name="mediakeys_build" filter="s60" long-name="Media Keys Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2837 |
<unit bldFile="mw/appsupport/mediakeys/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2838 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2839 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2840 |
<collection name="startupservices" long-name="Startup Services" level="system"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2841 |
<component name="splashscreen" filter="s60" long-name="Splash Screen"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2842 |
<unit bldFile="mw/appsupport/startupservices/splashscreen/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2843 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2844 |
<component name="startupanimation" filter="s60" long-name="Startup Animation"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2845 |
<unit bldFile="mw/appsupport/startupservices/startupanimation/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2846 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2847 |
<component name="startup" long-name="Startup Application" filter="s60"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2848 |
<unit bldFile="mw/appsupport/startupservices/startup/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2849 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2850 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2851 |
<collection name="sysresmonitoring" long-name="System Resource Monitoring" level="system"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2852 |
<component name="oodmonitor" filter="s60" long-name="OOD Monitor" introduced="7.0s"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2853 |
<unit bldFile="mw/appsupport/sysresmonitoring/oodmonitor/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2854 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2855 |
<component name="oommonitor" filter="s60" long-name="OOM Monitor" introduced="7.0s"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2856 |
<unit bldFile="mw/appsupport/sysresmonitoring/oommonitor/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2857 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2858 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2859 |
<collection name="systemsettings" long-name="System Settings" level="system"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2860 |
<component name="gssensorplugin" filter="s60" long-name="GS Sensor Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2861 |
<unit bldFile="mw/appsupport/systemsettings/gssensorplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2862 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2863 |
<component name="accindicatorplugin" filter="s60" long-name="ACC Indicator Plugin" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2864 |
<unit bldFile="mw/appsupport/systemsettings/accindicatorplugin" proFile="accindicatorplugin.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2865 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2866 |
<component name="accindicatorsettings" filter="s60" long-name="ACC Indicator Settings"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2867 |
<!-- can't have a component inside another component --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2868 |
<unit bldFile="mw/appsupport/systemsettings/accindicatorplugin/accindicatorsettings" proFile="accindicatorsettings.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2869 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2870 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2871 |
<collection name="filehandling" long-name="File Handling" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2872 |
<component name="fileconverterfw" long-name="File Converter Framework" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2873 |
<unit bldFile="mw/appsupport/filehandling/fileconverterfw/group" mrp="mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2874 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2875 |
<component name="htmltorichtextconverter" long-name="HTML to RichText Converter" introduced="7.0" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2876 |
<unit bldFile="mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2877 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2878 |
<component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" introduced="7.0s" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2879 |
<unit bldFile="mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2880 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2881 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2882 |
<collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
2883 |
<component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="^2" purpose="optional" deprecated="^4" plugin="Y"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2884 |
<unit bldFile="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2885 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2886 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2887 |
<collection name="commonappservices" long-name="Common Application Services" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2888 |
<component name="alarmserver" long-name="Alarm Server" introduced="7.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2889 |
<unit bldFile="mw/appsupport/commonappservices/alarmserver/Group" mrp="mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2890 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2891 |
<component name="alarmservertest" long-name="Alarm Server Test" deprecated="^3" introduced="8.1" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2892 |
<unit bldFile="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2893 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2894 |
<component name="appservicesdocs" long-name="Application Services Documentation" purpose="development" class="doc"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
2895 |
<unit mrp="mw/appsupport/commonappservices/doc_pub/app-services_documentation.mrp"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2896 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2897 |
<component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2898 |
<unit bldFile="mw/appsupport/commonappservices/backuprestorenotification/group" mrp="mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2899 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2900 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2901 |
<collection name="tzservices" long-name="Time Zone Services" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2902 |
<component name="tzserver" long-name="Time Zone Server" introduced="9.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2903 |
<unit bldFile="mw/appsupport/tzservices/tzserver/group" mrp="mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2904 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2905 |
<component name="tzloc" long-name="Time Zone Localization" introduced="9.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2906 |
<unit bldFile="mw/appsupport/tzservices/tzloc/group" mrp="mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2907 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2908 |
<component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" purpose="optional" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2909 |
<unit bldFile="mw/appsupport/tzservices/tzlocrscfactory/group" mrp="mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2910 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2911 |
<component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" purpose="optional" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2912 |
<unit bldFile="mw/appsupport/tzservices/tzdatabase/group" mrp="mw/appsupport/tzservices/tzdatabase/group/app-services_tzdb.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2913 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2914 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2915 |
<collection name="contenthandling" long-name="Content Handling" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2916 |
<component name="webrecognisers" long-name="Web Recognisers" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2917 |
<unit bldFile="mw/appsupport/contenthandling/webrecognisers/group" mrp="mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2918 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2919 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2920 |
<collection name="openenvutils" long-name="Open Environment Utilities" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2921 |
<component name="commandshell" long-name="Command Shell" introduced="^3" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2922 |
<unit bldFile="mw/appsupport/openenvutils/commandshell/group" mrp="mw/appsupport/openenvutils/commandshell/group/oetools_zsh.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2923 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2924 |
<component name="telnetserver" long-name="Telnet Server" introduced="^3" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2925 |
<unit bldFile="mw/appsupport/openenvutils/telnetserver/group" mrp="mw/appsupport/openenvutils/telnetserver/group/oetools_telnetd.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2926 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2927 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2928 |
<collection name="printingsupport" long-name="Printing Support" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2929 |
<component name="printinguisupport" long-name="Printing UI Support" purpose="optional" introduced="^2" deprecated="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2930 |
<unit bldFile="mw/appsupport/printingsupport/printinguisupport/group" mrp="mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2931 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2932 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2933 |
<collection name="appfw" long-name="Application Framework" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2934 |
<component name="apparchitecture" long-name="Application Architecture" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2935 |
<unit bldFile="mw/appsupport/appfw/apparchitecture/group" mrp="mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2936 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2937 |
<component name="viewserver" long-name="View Server" introduced="6.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2938 |
<unit bldFile="mw/appsupport/appfw/viewserver/group" mrp="mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2939 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2940 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2941 |
<collection name="applaunchservices" long-name="Application Launch Services" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2942 |
<component name="aftermarketappstarter" long-name="After Market Application Starter" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2943 |
<unit bldFile="mw/appsupport/applaunchservices/aftermarketappstarter/group" mrp="mw/appsupport/applaunchservices/aftermarketappstarter/group/app-framework_amastart.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2944 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2945 |
<component name="applaunchplugins" long-name="Application Launch Plugins" introduced="^3" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2946 |
<unit bldFile="mw/appsupport/applaunchservices/applaunchplugins/group" mrp="mw/appsupport/applaunchservices/applaunchplugins/group/app-framework_aplp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2947 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2948 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2949 |
<collection name="tzpcside" long-name="Time Zone PC Side" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2950 |
<component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" purpose="optional" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2951 |
<unit bldFile="mw/appsupport/tzpcside/tzcompiler/group" mrp="mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2952 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2953 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2954 |
<collection name="appsupport_info" long-name="Generic Application Support Info" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2955 |
<component name="appsupport_metadata" long-name="Generic Application Support Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2956 |
<unit mrp="mw/appsupport/appsupport_info/appsupport_metadata/appsupport_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2957 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2958 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2959 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2960 |
<block name="securitysrv" level="generic" long-name="Security Services" levels="plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2961 |
<collection name="secsrv_plat" long-name="Security Services Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2962 |
<component name="cms_api" long-name="CMS API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2963 |
<unit bldFile="mw/securitysrv/secsrv_plat/cms_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2964 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2965 |
<component name="pkcs12_parser_api" long-name="PKCS12 Parser API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2966 |
<unit bldFile="mw/securitysrv/secsrv_plat/pkcs12_parser_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2967 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2968 |
<component name="java_utils_api" long-name="Java Utils API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2969 |
<unit bldFile="mw/securitysrv/secsrv_plat/java_utils_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2970 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2971 |
<component name="wim_cert_api" long-name="WIM Cert API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2972 |
<unit bldFile="mw/securitysrv/secsrv_plat/wim_cert_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2973 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2974 |
<component name="device_key_store_encryption_plugin_api" long-name="Device Key Store Encryption Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2975 |
<unit bldFile="mw/securitysrv/secsrv_plat/device_key_store_encryption_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2976 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2977 |
<component name="x509certnameparser_api" long-name="X.509 Certificate Name Parser API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2978 |
<unit bldFile="mw/securitysrv/secsrv_plat/x509certnameparser_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2979 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2980 |
<component name="remote_lock_api" long-name="Remote Lock API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2981 |
<unit bldFile="mw/securitysrv/secsrv_plat/remote_lock_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2982 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2983 |
<component name="pkidialog_api" long-name="PKI Dialog API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2984 |
<unit bldFile="mw/securitysrv/secsrv_plat/pkidialog_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2985 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2986 |
<component name="provisioning_api" long-name="Provisioning API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2987 |
<unit bldFile="mw/securitysrv/secsrv_plat/provisioning_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2988 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2989 |
<component name="keyguard_configuration_api" long-name="Keyguard Configuration API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2990 |
<unit bldFile="mw/securitysrv/secsrv_plat/keyguard_configuration_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2991 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2992 |
<component name="keylock_policy_api" long-name="Keylock Policy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2993 |
<unit bldFile="mw/securitysrv/secsrv_plat/keylock_policy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2994 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2995 |
<component name="security_code_ui_api" long-name="Security Code UI API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2996 |
<unit bldFile="mw/securitysrv/secsrv_plat/security_code_ui_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2997 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2998 |
<component name="gba_api" long-name="GBA API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
2999 |
<unit bldFile="mw/securitysrv/secsrv_plat/gba_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3000 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3001 |
<component name="keyguard_access_api" long-name="Keyguard Access API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3002 |
<unit bldFile="mw/securitysrv/secsrv_plat/keyguard_access_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3003 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3004 |
<component name="devicelock_access_api" long-name="Device Lock Access API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3005 |
<unit bldFile="mw/securitysrv/secsrv_plat/devicelock_access_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3006 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3007 |
<component name="lockapp_server_api" long-name="Lock Application Server API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3008 |
<unit bldFile="mw/securitysrv/secsrv_plat/lockapp_server_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3009 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3010 |
<component name="devencadaptation_api" long-name="Device Encryption Adaptation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3011 |
<unit bldFile="mw/securitysrv/secsrv_plat/devencadaptation_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3012 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3013 |
<component name="devenccommonutils_api" long-name="Device Encryption Common Utils API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3014 |
<unit bldFile="mw/securitysrv/secsrv_plat/devenccommonutils_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3015 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3016 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3017 |
<collection name="cms" long-name="Certificate Management Service" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3018 |
<!-- collection is really a component. Need to move down a directory--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3019 |
<component name="cms_build" filter="s60" long-name="CMS" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3020 |
<unit bldFile="mw/securitysrv/cms/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3021 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3022 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3023 |
<collection name="pkiutilities" long-name="PKI Utilities" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3024 |
<component name="x509certnameparser" filter="s60" long-name="X.509 Certificate Name Parser"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3025 |
<unit bldFile="mw/securitysrv/pkiutilities/x509certnameparser/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3026 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3027 |
<component name="pkcs12" filter="s60" long-name="PKCS #12"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3028 |
<unit bldFile="mw/securitysrv/pkiutilities/pkcs12/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3029 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3030 |
<component name="ctsecuritydialogs" filter="s60" long-name="Crypto Token Security Dialogs"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3031 |
<unit bldFile="mw/securitysrv/pkiutilities/ctsecuritydialogs/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3032 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3033 |
<component name="certsaver" filter="s60" long-name="Certificate Saver"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3034 |
<unit bldFile="mw/securitysrv/pkiutilities/certsaver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3035 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3036 |
<component name="devicetoken" filter="s60" long-name="Device Token"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3037 |
<unit bldFile="mw/securitysrv/pkiutilities/devicetoken/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3038 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3039 |
<component name="certificates" filter="s60" long-name="Certificates"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3040 |
<unit bldFile="mw/securitysrv/pkiutilities/Certificates/group" filter="sf_build"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3041 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3042 |
<component name="pkiutilities_build" filter="s60" long-name="PKI Utilities Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3043 |
<!-- need to split this into the above components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3044 |
<unit bldFile="mw/securitysrv/pkiutilities/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3045 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3046 |
<component name="ocsp" long-name="Online Certificate Status Protocol" introduced="^2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3047 |
<unit bldFile="mw/securitysrv/pkiutilities/ocsp/group" mrp="mw/securitysrv/pkiutilities/ocsp/group/securitysrv_ocsp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3048 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3049 |
<component name="untrustedcertificatedialog" filter="s60" long-name="Untrusted Certificate Dialog" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3050 |
<unit bldFile="mw/securitysrv/pkiutilities/untrustedcertificatedialog" proFile="untrustedcertificateplugin.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3051 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3052 |
</collection> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
3053 |
<collection name="wim" long-name="Wireless Identity Module" level="framework"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3054 |
<!-- collection is really a component. Need to move down a directory--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3055 |
<component name="wim_build" filter="s60" long-name="WIM Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3056 |
<unit bldFile="mw/securitysrv/wim/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3057 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3058 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3059 |
<collection name="remotelock" long-name="Remote Lock" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3060 |
<!-- collection is really a component. Need to move down a directory--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3061 |
<component name="remotelock_build" filter="s60" long-name="Remote Lock Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3062 |
<unit bldFile="mw/securitysrv/remotelock/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3063 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3064 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3065 |
<collection name="securitydialogs" long-name="Security Dialogs" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3066 |
<component name="keylockpolicyapi" filter="s60" long-name="Keylock Policy API"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3067 |
<unit bldFile="mw/securitysrv/securitydialogs/keylockpolicyapi/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3068 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3069 |
<component name="secui" filter="s60" long-name="Security UI"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3070 |
<unit bldFile="mw/securitysrv/securitydialogs/secui/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3071 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3072 |
<component name="securitynotifier" filter="s60" long-name="Security Notifier"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3073 |
<unit bldFile="mw/securitysrv/securitydialogs/securitynotifier/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3074 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3075 |
<component name="lockclient" filter="s60" long-name="Lock Client" introduced="^3"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3076 |
<!-- This overwrites the bld.inf already in this dir. I'm pretty sure this will cause problems with the export --> |
593
1086018a61f0
Add auto generated symbian4 system model (packages@20ccef6d91dd)
Dario Sestito <darios@symbian.org>
parents:
592
diff
changeset
|
3077 |
<unit bldFile="mw/securitysrv/securitydialogs/lockclient/group" proFile="lockclient.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3078 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3079 |
<component name="lockapp" filter="s60" long-name="Lock Application" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3080 |
<unit bldFile="mw/securitysrv/securitydialogs/lockapp/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3081 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3082 |
<component name="secuinotifications" long-name="Security UI Notifications" introduced="^4" filter="s60"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3083 |
<unit bldFile="mw/securitysrv/securitydialogs/secuinotifications" proFile="secuinotifications.pro" qmakeArgs="-r"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3084 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3085 |
<component name="indicatorautolockplugin" long-name="Auto Lock Indicator Plugin" introduced="^4" filter="s60" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3086 |
<!-- directory at the wrong level to be a component--> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3087 |
<unit bldFile="mw/securitysrv/securitydialogs/autolock/indicatorplugin" proFile="indicatorautolockplugin.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3088 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3089 |
<component name="autolockuseractivityservice" long-name="Auto Lock User Activity Service" introduced="^4" filter="s60"> |
726
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
3090 |
<unit bldFile="mw/securitysrv/securitydialogs/autolock/autolockuseractivityservice" proFile="autolockuseractivityservice.pro" qmakeArgs="-r"/> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3091 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3092 |
<component name="autolocksrv" long-name="Auto Lock Server" introduced="^4" filter="s60"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3093 |
<unit bldFile="mw/securitysrv/securitydialogs/autolock" proFile="autolock.pro" qmakeArgs="-r"/> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3094 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3095 |
</collection> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3096 |
<collection name="cpsecplugins" long-name="Security Settings Plugins" level="plugin"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3097 |
<component name="devicelockplugin" long-name="Device Lock Plugin" introduced="^4" filter="s60"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3098 |
<unit bldFile="mw/securitysrv/cpsecplugins/devicelockplugin" proFile="devicelockplugin.pro" qmakeArgs="-r"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3099 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3100 |
<component name="simpincodeplugin" long-name="SIM PIN Code Plugin" introduced="^4" filter="s60"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3101 |
<unit bldFile="mw/securitysrv/cpsecplugins/simpincodeplugin" proFile="pincodeplugin.pro" qmakeArgs="-r"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3102 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3103 |
<component name="cpadvancedsecplugin" long-name="Advanced Security Plugin" introduced="^4" filter="s60"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3104 |
<unit bldFile="mw/securitysrv/cpsecplugins/cpadvancedsecplugin/group" proFile="advancedsecplugin.pro" qmakeArgs="-r"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3105 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3106 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3107 |
<collection name="boottimeintegritycheck" long-name="Boot Time Integrity Check" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3108 |
<!-- collection is really a component. Need to move down a directory--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3109 |
<component name="boottimeintegritycheck_build" filter="s60" long-name="Boot Time Integrity Check Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3110 |
<unit bldFile="mw/securitysrv/boottimeintegritycheck/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3111 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3112 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3113 |
<collection name="gba" long-name="Generic Bootstrapping Architecture" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3114 |
<component name="uicc" filter="s60" long-name="UICC" introduced="^2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3115 |
<unit bldFile="mw/securitysrv/gba/uicc/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3116 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3117 |
<component name="gbaserver" filter="s60" long-name="GBA Server" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3118 |
<unit bldFile="mw/securitysrv/gba/gbaserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3119 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3120 |
<component name="gbaapi" filter="s60" long-name="GBA API" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3121 |
<unit bldFile="mw/securitysrv/gba/gbaapi/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3122 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3123 |
<component name="gbafilter" filter="s60" long-name="GBA HTTP Filter" introduced="^2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3124 |
<unit bldFile="mw/securitysrv/gba/gbafilter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3125 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3126 |
<component name="gba_build" filter="s60" long-name="Generic Boot Architecture Build" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3127 |
<!-- need to split this into the above components, or remove #includes and make this GBA ROM --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3128 |
<unit bldFile="mw/securitysrv/gba/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3129 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3130 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3131 |
<collection name="devencdiskutils" long-name="Device Encryption Disk Utils" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3132 |
<component name="devenccommonutils" filter="s60" long-name="Device Encryption Common Utils" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3133 |
<unit bldFile="mw/securitysrv/devencdiskutils/DevEncCommonUtils/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3134 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3135 |
<component name="devencrfsplugin" filter="s60" long-name="Device Encryption RFS Plugin" introduced="^3" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3136 |
<unit bldFile="mw/securitysrv/devencdiskutils/DevEncRfsPlugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3137 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3138 |
<component name="pk5recognizer" filter="s60" long-name="Device Encryption Pk5 Recognizer" introduced="^3" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3139 |
<unit bldFile="mw/securitysrv/devencdiskutils/Pk5Recognizer/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3140 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3141 |
<component name="devencstarter" filter="s60" long-name="Device Encryption Starter" introduced="^3" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3142 |
<unit bldFile="mw/securitysrv/devencdiskutils/DevEncStarter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3143 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
3144 |
<component name="devencdiskutils_build" filter="s60" long-name="Device Encryption Disk Utils Build" introduced="^3"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3145 |
<!-- need to split this into the above components, or remove #includes and make this a ROM component--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3146 |
<unit bldFile="mw/securitysrv/devencdiskutils/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3147 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3148 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3149 |
<collection name="securitysrv_info" long-name="Security Services Info" level="specific"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3150 |
<component name="securitysrv_test" filter="s60,test,api_test" purpose="development" long-name="Security Services Test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3151 |
<component name="securitysrv_metadata" long-name="Security Services Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3152 |
<unit mrp="mw/securitysrv/securitysrv_info/securitysrv_metadata/securitysrv_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3153 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3154 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3155 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3156 |
<block name="drm" level="generic" long-name="DRM" levels="plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3157 |
<collection name="drm_plat" long-name="DRM Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3158 |
<component name="roap_api" long-name="ROAP API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3159 |
<unit bldFile="mw/drm/drm_plat/roap_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3160 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3161 |
<component name="drm_common_api" long-name="DRM Common API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3162 |
<unit bldFile="mw/drm/drm_plat/drm_common_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3163 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3164 |
<component name="drm_rights_api" long-name="DRM Rights API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3165 |
<unit bldFile="mw/drm/drm_plat/drm_rights_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3166 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3167 |
<component name="drm_legacy_api" long-name="DRM Legacy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3168 |
<unit bldFile="mw/drm/drm_plat/drm_legacy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3169 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3170 |
<component name="dcf_repository_api" long-name="DCF Repository API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3171 |
<unit bldFile="mw/drm/drm_plat/dcf_repository_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3172 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3173 |
<component name="drm_service_api" long-name="DRM Service API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3174 |
<unit bldFile="mw/drm/drm_plat/drm_service_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3175 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3176 |
<component name="drm_secondary_display_api" long-name="DRM Secondary Display API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3177 |
<unit bldFile="mw/drm/drm_plat/drm_secondary_display_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3178 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3179 |
<component name="drm_license_manager_api" long-name="DRM License Manager API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3180 |
<unit bldFile="mw/drm/drm_plat/drm_license_manager_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3181 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3182 |
<component name="drm_utility_api" long-name="DRM Utility API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3183 |
<unit bldFile="mw/drm/drm_plat/drm_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3184 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3185 |
<component name="drm_agents_api" long-name="DRM Agents API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3186 |
<unit bldFile="mw/drm/drm_plat/drm_agents_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3187 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3188 |
<component name="wmdrm_core_api" long-name="WM DRM Core API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3189 |
<unit bldFile="mw/drm/drm_plat/wmdrm_core_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3190 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
3191 |
<component name="wmdrm_access_api" long-name="WM DRM Access API" filter="s60" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3192 |
<unit bldFile="mw/drm/drm_plat/wmdrm_access_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3193 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
3194 |
<component name="wmdrm_ota_access_api" long-name="WM DRM OTA Access API" filter="s60" class="api"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
3195 |
<unit bldFile="mw/drm/drm_plat/wmdrm_ota_access_api/group"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
3196 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3197 |
<component name="camese_utility_api" long-name="Camese Utility API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3198 |
<unit bldFile="mw/drm/drm_plat/camese_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3199 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3200 |
<component name="camese_framework_api" long-name="Camese Framework API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3201 |
<unit bldFile="mw/drm/drm_plat/camese_framework_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3202 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3203 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3204 |
<collection name="drm_pub" long-name="DRM Public Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3205 |
<component name="drm_helper_api" long-name="DRM Helper API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3206 |
<unit bldFile="mw/drm/drm_pub/drm_helper_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3207 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3208 |
<component name="oma_drm_caf_agent_api" long-name="OMA DRM CAF Agent API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3209 |
<unit bldFile="mw/drm/drm_pub/oma_drm_caf_agent_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3210 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3211 |
<component name="drm_license_checker_api" long-name="DRM License Checker API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3212 |
<unit bldFile="mw/drm/drm_pub/drm_license_checker_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3213 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3214 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3215 |
<collection name="commondrm" long-name="Common DRM" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3216 |
<!-- it looks like this collection would be better as a component. If so, move down a directory. Otherwise, split up the bld.inf --> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3217 |
<component name="drmqtencryptor" filter="s60" long-name="DRM Qt Encryptor" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3218 |
<unit bldFile="mw/drm/commondrm/drmqtencryptor" proFile="qt_drmencryptor.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3219 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3220 |
<component name="drmrightsmanagerui" filter="s60" long-name="DRM Rights Manager UI"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3221 |
<unit bldFile="mw/drm/commondrm/drmrightsmanagerui/help/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3222 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3223 |
<component name="drmutility" filter="s60" long-name="DRM Utility"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
3224 |
<unit bldFile="mw/drm/commondrm/drmutility/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3225 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3226 |
<component name="drmserviceapiwrapper" filter="s60" long-name="DRM Service API Wrapper"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3227 |
<unit bldFile="mw/drm/commondrm/drmserviceapiwrapper/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3228 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3229 |
<component name="drmrightsstoringlocation" filter="s60" long-name="DRM Rights Storing Location"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3230 |
<unit bldFile="mw/drm/commondrm/drmrightsstoringlocation/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3231 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3232 |
<component name="commondrm_build" filter="s60" long-name="Common DRM Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3233 |
<!-- should be split into the above files, or them collapsed into a single component --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3234 |
<unit bldFile="mw/drm/commondrm/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3235 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3236 |
<component name="commondrm_qt_build" filter="s60" long-name="Common DRM Qt Build" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3237 |
<!-- split up build components --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3238 |
<unit bldFile="mw/drm/commondrm" qmakeArgs="-r" proFile="commondrm.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3239 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3240 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3241 |
<collection name="omadrm" long-name="OMA DRM" level="server"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3242 |
<!-- split up build components --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3243 |
<component name="omadrm_build" filter="s60" long-name="OMA DRM Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3244 |
<unit bldFile="mw/drm/omadrm/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3245 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3246 |
<component name="omadrm_qt_build" filter="s60" long-name="OMA DRM Qt Build" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3247 |
<unit bldFile="mw/drm/omadrm" proFile="omadrm.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3248 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3249 |
<component name="foundationcerts" filter="sf_build" long-name="Foundation Certificates"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3250 |
<unit bldFile="mw/drm/omadrm/foundationcerts/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3251 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3252 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3253 |
<collection name="wmdrm" long-name="Windows Media DRM" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3254 |
<!-- collection is really a component. Move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3255 |
<component name="wmdrm_build" filter="s60" long-name="WM DRM Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3256 |
<unit bldFile="mw/drm/wmdrm/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3257 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3258 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3259 |
<collection name="drm_info" long-name="DRM Info" level="specific"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3260 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3261 |
<block name="locationsrv" level="specific" long-name="Location Services" levels="plugin fw server if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3262 |
<collection name="locsrv_pub" long-name="Location Services Public Interfaces" level="if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3263 |
<component name="landmarks_search_api" long-name="Landmarks Search API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3264 |
<unit bldFile="mw/locationsrv/locsrv_pub/landmarks_search_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3265 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3266 |
<component name="landmarks_api" long-name="Landmarks API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3267 |
<unit bldFile="mw/locationsrv/locsrv_pub/landmarks_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3268 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3269 |
<component name="landmarks_database_management_api" long-name="Landmarks Database Management API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3270 |
<unit bldFile="mw/locationsrv/locsrv_pub/landmarks_database_management_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3271 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3272 |
<component name="location_triggering_api" long-name="Location Triggering API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3273 |
<unit bldFile="mw/locationsrv/locsrv_pub/location_triggering_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3274 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3275 |
<component name="blid_application_satellite_info_api" long-name="BLID Application Satellite Info API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3276 |
<unit bldFile="mw/locationsrv/locsrv_pub/blid_application_satellite_info_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3277 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3278 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3279 |
<collection name="locsrv_plat" long-name="Location Services Platform Interfaces" level="if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3280 |
<component name="geocoding_api" long-name="Geocoding API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3281 |
<unit bldFile="mw/locationsrv/locsrv_plat/geocoding_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3282 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3283 |
<component name="supl_pos_message_plugin_api" long-name="SUPL POS Message Plugin API" filter="s60" class="api placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3284 |
<!-- placeholder |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3285 |
<meta rel="Api" href="locsrv_plat/supl_pos_message_plugin_api/supl_pos_message_plugin_api.metaxml"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3286 |
<unit bldFile="locsrv_plat/supl_pos_message_plugin_api/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3287 |
--> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3288 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3289 |
<component name="landmarks_category_definition_api" long-name="Landmarks Category Definition API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3290 |
<unit bldFile="mw/locationsrv/locsrv_plat/landmarks_category_definition_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3291 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3292 |
<component name="supl_settings_api" long-name="SUPL Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3293 |
<unit bldFile="mw/locationsrv/locsrv_plat/supl_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3294 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3295 |
<component name="np_proxy_configuration_api" long-name="NP Proxy Configuration API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3296 |
<unit bldFile="mw/locationsrv/locsrv_plat/np_proxy_configuration_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3297 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3298 |
<component name="supl_terminal_initiation_api" long-name="SUPL Terminal Initiation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3299 |
<unit bldFile="mw/locationsrv/locsrv_plat/supl_terminal_initiation_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3300 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3301 |
<component name="supl_network_initiation_api" long-name="SUPL Network Initiation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3302 |
<unit bldFile="mw/locationsrv/locsrv_plat/supl_network_initiation_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3303 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3304 |
<component name="oma_supl_configuration_parameter_api" long-name="OMA SUPL Configuration Parameter API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3305 |
<unit bldFile="mw/locationsrv/locsrv_plat/oma_supl_configuration_parameter_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3306 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3307 |
<component name="location_triggering_management_api" long-name="Location Triggering Management API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3308 |
<unit bldFile="mw/locationsrv/locsrv_plat/location_triggering_management_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3309 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3310 |
<component name="location_triggering_status_information_api" long-name="Location Triggering Status Information API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3311 |
<unit bldFile="mw/locationsrv/locsrv_plat/location_triggering_status_information_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3312 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3313 |
<component name="oma_supl_asn_codec_plugin_api" long-name="OMA SUPL ASN Codec Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3314 |
<unit bldFile="mw/locationsrv/locsrv_plat/oma_supl_asn_codec_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3315 |
</component> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
3316 |
<component name="query_and_notification_api" long-name="Query and Notification API" filter="s60" introduced="^3" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3317 |
<unit bldFile="mw/locationsrv/locsrv_plat/query_and_notification_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3318 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3319 |
<component name="location_local_variation_api" long-name="Location Local Variation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3320 |
<unit bldFile="mw/locationsrv/locsrv_plat/location_local_variation_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3321 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3322 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3323 |
<collection name="genericpositioningplugins" long-name="Generic Positioning Plugins" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3324 |
<component name="locationnpppsy" filter="s60" long-name="Location Positioning Proxy PSY" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3325 |
<unit bldFile="mw/locationsrv/genericpositioningplugins/locationnpppsy/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3326 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3327 |
<component name="locationsuplpsy" filter="s60" long-name="Location SUPL PSY" introduced="^3" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3328 |
<unit bldFile="mw/locationsrv/genericpositioningplugins/locationsuplpsy/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3329 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3330 |
<component name="genericpositioningplugins_build" filter="s60" long-name="Generic Positioning Plugins Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3331 |
<!-- need to break this up into the other components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3332 |
<unit bldFile="mw/locationsrv/genericpositioningplugins/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3333 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3334 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3335 |
<collection name="landmarks" long-name="Landmarks" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3336 |
<component name="locationlandmarks" filter="s60" long-name="Location Landmarks"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3337 |
<unit bldFile="mw/locationsrv/landmarks/locationlandmarks/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3338 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3339 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3340 |
<collection name="locationsystemui" long-name="Location System UI" level="if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3341 |
<component name="locationsysui" filter="s60" long-name="Location System UI"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3342 |
<unit bldFile="mw/locationsrv/locationsystemui/locationsysui/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3343 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3344 |
<component name="qtlocationsysui" filter="s60" long-name="Location System Qt UI"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3345 |
<unit bldFile="mw/locationsrv/locationsystemui/locationsysui" proFile="locsysui.pro"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3346 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3347 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3348 |
<collection name="supl" long-name="SUPL" level="fw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3349 |
<component name="locationsuplfw" filter="s60" long-name="Location SUPL Framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3350 |
<unit bldFile="mw/locationsrv/supl/locationsuplfw/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3351 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3352 |
<component name="locationomasuplprotocolhandler" filter="s60" long-name="OMA SUPL Protocol Handler"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3353 |
<unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3354 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3355 |
<component name="supltiapiimplementation" filter="s60" long-name="SUPL TI API Implementation" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3356 |
<unit bldFile="mw/locationsrv/supl/supltiapiimplementation/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3357 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3358 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3359 |
<collection name="locationtriggering" long-name="Location Triggering" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3360 |
<component name="ltlogger" filter="s60" long-name="LT Logger"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3361 |
<unit bldFile="mw/locationsrv/locationtriggering/ltlogger/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3362 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3363 |
<component name="ltclientlib" filter="s60" long-name="LT Client Library"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3364 |
<unit bldFile="mw/locationsrv/locationtriggering/ltclientlib/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3365 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3366 |
<component name="ltmanagementlib" filter="s60" long-name="LT Management Library"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3367 |
<unit bldFile="mw/locationsrv/locationtriggering/ltmanagementlib/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3368 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3369 |
<component name="ltcontainer" filter="s60" long-name="LT Container"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3370 |
<unit bldFile="mw/locationsrv/locationtriggering/ltcontainer/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3371 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3372 |
<component name="ltserver" filter="s60" long-name="LT Server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3373 |
<unit bldFile="mw/locationsrv/locationtriggering/ltserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3374 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3375 |
<component name="ltstrategypluginapi" filter="s60" long-name="LT Strategy Plugin API"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3376 |
<unit bldFile="mw/locationsrv/locationtriggering/ltstrategypluginapi/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3377 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3378 |
<component name="ltstrategyengine" filter="s60" long-name="LT Strategy Engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3379 |
<unit bldFile="mw/locationsrv/locationtriggering/ltstrategyengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3380 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3381 |
<component name="ltmovementdetectionpluginapi" filter="s60" long-name="Movement Detection Plugin API"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3382 |
<unit bldFile="mw/locationsrv/locationtriggering/ltmovementdetectionpluginapi/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3383 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3384 |
<component name="ltcellidmovementdetector" filter="s60" long-name="Cell ID Movement Detector"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3385 |
<unit bldFile="mw/locationsrv/locationtriggering/ltcellidmovementdetector/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3386 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3387 |
<component name="ltcontextsourceplugin" filter="s60" long-name="LT Context Source Plugin" introduced="^3" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3388 |
<unit bldFile="mw/locationsrv/locationtriggering/ltcontextsourceplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3389 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3390 |
<component name="locationtriggering_build" filter="s60" long-name="Location Triggering Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3391 |
<!-- should remove #include from this and maybe put exports in the above components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3392 |
<unit bldFile="mw/locationsrv/locationtriggering/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3393 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3394 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3395 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3396 |
<block name="accesssec" level="generic" long-name="Access Security" levels="plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3397 |
<collection name="accesssec_plat" long-name="Access Security Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3398 |
<component name="eap_vpn_api" long-name="EAP VPN API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3399 |
<unit bldFile="mw/accesssec/accesssec_plat/eap_vpn_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3400 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3401 |
<component name="eap_type_api" long-name="EAP Type API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3402 |
<unit bldFile="mw/accesssec/accesssec_plat/eap_type_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3403 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3404 |
<component name="eap_qt_configuration_api" long-name="EAP Qt Configuration API" filter="s60" introduced="^4" class="api"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3405 |
<unit bldFile="mw/accesssec/accesssec_plat" proFile="accesssec_plat.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3406 |
</component> |
631
617a459a1980
Replace old securitysettings APIs and plugins with new securitysettings.pro
William Roberts <williamr@symbian.org>
parents:
630
diff
changeset
|
3407 |
</collection> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3408 |
<collection name="securitysettings" long-name="WLAN Security Settings" level="specific"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3409 |
<component name="accesssec_qtconfigutils" filter="s60" long-name="Access Security Config Utils" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3410 |
<unit bldFile="mw/accesssec/securitysettings/qtconfigutils" proFile="qtconfigutils.pro" qmakeArgs="-r"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3411 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3412 |
<component name="cpwlansecurityuiplugins" filter="s60" long-name="Control Panel WLAN Security UI Plugins" introduced="^4" plugin="Y"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3413 |
<unit bldFile="mw/accesssec/securitysettings/cpwlansecurityuiplugins" proFile="cpwlansecurityuiplugins.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3414 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3415 |
<component name="cpeapuiplugins" filter="s60" long-name="Control Panel EAP UI Pugins" introduced="^4" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3416 |
<unit bldFile="mw/accesssec/securitysettings/cpeapuiplugins" proFile="cpeapuiplugins.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3417 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3418 |
<component name="eapqtdialogs" filter="s60" long-name="EAP Qt Dialogs" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3419 |
<unit bldFile="mw/accesssec/securitysettings/eapqtdialogs" proFile="eapqtdialogs.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3420 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3421 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3422 |
<collection name="eapol" long-name="EAPOL" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3423 |
<component name="eapol_framework" filter="s60" long-name="EAPOL Framework" introduced="9.2"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3424 |
<unit bldFile="mw/accesssec/eapol/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3425 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3426 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3427 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3428 |
<block name="ipconnmgmt" level="generic" long-name="IP Connectivity Management" levels="plugin framework server utils api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3429 |
<collection name="ipcm_plat" long-name="IP Connectivity Management Platform Interfaces" level="api"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3430 |
<component name="ipcm_plat_qt_build" long-name="IP Connectivity Management Qt Platform Interfaces" filter="s60" introduced="^4" class="api"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3431 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat" proFile="ipcm_plat.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3432 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3433 |
<component name="access_point_engine_misc_api" long-name="Access Point Engine Misc API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3434 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat/access_point_engine_misc_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3435 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3436 |
<component name="bearer_settings_plugin_api" long-name="Bearer Settings Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3437 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat/bearer_settings_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3438 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3439 |
<component name="commsdat_wlan_api" long-name="CommsDat WLAN API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3440 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat/commsdat_wlan_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3441 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3442 |
<component name="connection_monitor_extension_api" long-name="Connection Monitor Extension API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3443 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat/connection_monitor_extension_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3444 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3445 |
<component name="connection_ui_utilities_api" long-name="Connection UI Utilities API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3446 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat/connection_ui_utilities_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3447 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3448 |
<component name="disconnect_dialog_api" long-name="Disconnect Dialog API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3449 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat/disconnect_dialog_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3450 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3451 |
<component name="disconnect_dialog_disable_api" long-name="Disconnect Dialog Disable API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3452 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat/disconnect_dialog_disable_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3453 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3454 |
<component name="extended_connection_settings_api" long-name="Extended Connection Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3455 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat/extended_connection_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3456 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3457 |
<component name="pdpcontextmanager2_reset_factory_settings_api" long-name="PDP Context Manager 2 Reset Factory Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3458 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat/pdpcontextmanager2_reset_factory_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3459 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3460 |
<component name="pdpcontextmanager2_settings_api" long-name="PDP Context Manager 2 Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3461 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat/pdpcontextmanager2_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3462 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3463 |
<component name="mpm_connect_screen_api" long-name="MPM Connect Screen API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3464 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat/mpm_connect_screen_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3465 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3466 |
<component name="flextimer_api" long-name="Flex Timer API" filter="s60" introduced="^4" class="api"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3467 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat/flextimer_api/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3468 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3469 |
<component name="mpm_vpn_toggle_api" long-name="MPM VPN Toggle API" filter="s60" introduced="^4" class="api"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3470 |
<unit bldFile="mw/ipconnmgmt/ipcm_plat/mpm_vpn_toggle_api/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3471 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3472 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3473 |
<collection name="ipcm_pub" long-name="IP Connectivity Management Public Interfaces" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3474 |
<component name="connection_settings_api" long-name="Connection Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3475 |
<unit bldFile="mw/ipconnmgmt/ipcm_pub/connection_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3476 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3477 |
<component name="access_point_engine_api" long-name="Access Point Engine API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3478 |
<unit bldFile="mw/ipconnmgmt/ipcm_pub/access_point_engine_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3479 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3480 |
<component name="access_point_settings_handler_api" long-name="Access Point Settings Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3481 |
<unit bldFile="mw/ipconnmgmt/ipcm_pub/access_point_settings_handler_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3482 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3483 |
<component name="data_connection_log_counters_api" long-name="Data Connection Log Counters API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3484 |
<unit bldFile="mw/ipconnmgmt/ipcm_pub/data_connection_log_counters_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3485 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3486 |
<component name="connection_monitor_server_api" long-name="Connection Monitor Server API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3487 |
<unit bldFile="mw/ipconnmgmt/ipcm_pub/connection_monitor_server_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3488 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3489 |
<component name="connection_settings_ui_api" long-name="Connection Settings UI API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3490 |
<unit bldFile="mw/ipconnmgmt/ipcm_pub/connection_settings_ui_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3491 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3492 |
<component name="agent_dialog_api" long-name="Agent Dialog API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3493 |
<unit bldFile="mw/ipconnmgmt/ipcm_pub/agent_dialog_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3494 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3495 |
<component name="extendedconnpref_api" long-name="Extended Connection Preferences API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3496 |
<unit bldFile="mw/ipconnmgmt/ipcm_pub/extendedconnpref_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3497 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3498 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3499 |
<collection name="alwayson_net_plugin" long-name="Always Online Net Plugin" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3500 |
<component name="pdpcontextmanager2" filter="s60" long-name="PDP Context Manager 2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3501 |
<unit bldFile="mw/ipconnmgmt/alwayson_net_plugin/pdpcontextmanager2/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3502 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3503 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3504 |
<collection name="apengine" long-name="Access Point Engine" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3505 |
<component name="apeng" filter="s60" long-name="Access Point Engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3506 |
<unit bldFile="mw/ipconnmgmt/apengine/apeng/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3507 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3508 |
<component name="apsettingshandlerui" filter="s60" long-name="Access Point Settings Handler UI"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3509 |
<unit bldFile="mw/ipconnmgmt/apengine/apsettingshandlerui/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3510 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3511 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3512 |
<collection name="bearermanagement" long-name="Bearer Management" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3513 |
<component name="mpm" filter="s60" long-name="Mobility Policy Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3514 |
<unit bldFile="mw/ipconnmgmt/bearermanagement/mpm/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3515 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3516 |
<component name="extendedconnpref" filter="s60" long-name="Extended Connection Preferences"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3517 |
<unit bldFile="mw/ipconnmgmt/bearermanagement/extendedconnpref/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3518 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3519 |
<component name="s60mcpr" filter="s60" long-name="S60 Meta-Connection Provider" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3520 |
<unit bldFile="mw/ipconnmgmt/bearermanagement/S60MCPR/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3521 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3522 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3523 |
<collection name="cmmanager" long-name="Connection Method Manager" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3524 |
<component name="cmmgr" filter="s60" long-name="CM Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3525 |
<unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3526 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3527 |
<component name="connection_settings_shim" long-name="Connection Settings Shim" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3528 |
<unit bldFile="mw/ipconnmgmt/cmmanager/connection_settings_shim" proFile="connection_settings_shim.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3529 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3530 |
<component name="cmapplsettingsui" long-name="Connection Settings UI" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3531 |
<unit bldFile="mw/ipconnmgmt/cmmanager/cmapplsettingsui" proFile="cmapplsettingsui.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3532 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3533 |
<component name="cpipsettingsplugin" long-name="Connection Settings IP Plugin" introduced="^4" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3534 |
<unit bldFile="mw/ipconnmgmt/cmmanager/cpipsettingsplugin" proFile="cpipsettingsplugin.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3535 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3536 |
<component name="cpdestinationplugin" long-name="CP Destination Plugin" introduced="^4" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3537 |
<unit bldFile="mw/ipconnmgmt/cmmanager/cpdestinationplugin" proFile="cpdestinationplugin.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3538 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3539 |
<component name="cppacketdataapplugin" long-name="CP Packet Data AP Pplugin" introduced="^4" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3540 |
<unit bldFile="mw/ipconnmgmt/cmmanager/cppacketdataapplugin" proFile="cppacketdataapplugin.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3541 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3542 |
<component name="cpwlanapplugin" long-name="CP WLAN AP Plugin" introduced="^4" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3543 |
<unit bldFile="mw/ipconnmgmt/cmmanager/cpwlanapplugin" proFile="cpwlanapplugin.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3544 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3545 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3546 |
<collection name="connectionmonitoring" long-name="Connection Monitoring" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3547 |
<component name="connectionmonitorui" filter="s60" long-name="Connection Monitor UI"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3548 |
<unit bldFile="mw/ipconnmgmt/connectionmonitoring/connectionmonitorui/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3549 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3550 |
<component name="connmon" filter="s60" long-name="Connection Monitor"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3551 |
<!-- either split into two components, or #include from a common bld.inf --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3552 |
<unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmon/connectionmonitor/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3553 |
<unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmon/dataconnectionlogger/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3554 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3555 |
<component name="connmonext" filter="s60" long-name="Connection Monitor Extension API"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3556 |
<unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmonext/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3557 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3558 |
<component name="cellularindicatorplugin" long-name="Cellular Indicator Plugin" introduced="^4" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3559 |
<unit bldFile="mw/ipconnmgmt/connectionmonitoring/cellularindicatorplugin" proFile="cellularindicatorplugin.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3560 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3561 |
<component name="indicatorobserver" long-name="Indicator Observer" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3562 |
<unit bldFile="mw/ipconnmgmt/connectionmonitoring/indicatorobserver" proFile="indicatorobserver.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3563 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3564 |
<component name="connectionmonitoringnview" long-name="Connection View" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3565 |
<unit bldFile="mw/ipconnmgmt/connectionmonitoring/connectionview" proFile="connectionview.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3566 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3567 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3568 |
<collection name="connectionutilities" long-name="Connection Utilities" level="utils"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3569 |
<component name="connectiondialogs" filter="s60" long-name="Connection Dialogs"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3570 |
<unit bldFile="mw/ipconnmgmt/connectionutilities/connectiondialogs/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3571 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3572 |
<component name="confirmqueries" long-name="Confirm Queries" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3573 |
<unit bldFile="mw/ipconnmgmt/connectionutilities/confirmqueries" proFile="confirmqueries.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3574 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3575 |
</collection> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3576 |
<collection name="keepalive" long-name="Keep Alive" level="server"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3577 |
<component name="flextimer" filter="s60" long-name="Flex Timer" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3578 |
<unit bldFile="mw/ipconnmgmt/keepalive/flextimer/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3579 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3580 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3581 |
<collection name="dbcreator" long-name="DB Creator" level="utils"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3582 |
<component name="commsdatcreator" filter="s60" long-name="Comms Database Creator" introduced="9.3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3583 |
<unit bldFile="mw/ipconnmgmt/dbcreator/commsdatcreator/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3584 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3585 |
<component name="commsdatcreatorrfsplugin" filter="s60" long-name="Comms Database Creator RFS Plugin" introduced="9.3" plugin="Y"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3586 |
<unit bldFile="mw/ipconnmgmt/dbcreator/commsdatcreatorrfsplugin/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3587 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3588 |
<component name="commsdatstartup" filter="s60" long-name="Comms Database Startup" introduced="9.3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3589 |
<unit bldFile="mw/ipconnmgmt/dbcreator/commsdatstartup/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3590 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3591 |
<component name="dbcreatorexe" filter="s60" long-name="DB Creator" introduced="9.3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3592 |
<unit bldFile="mw/ipconnmgmt/dbcreator/dbcreatorexe/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3593 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3594 |
<component name="dbcreator_build" filter="s60" long-name="DB Creator Build" introduced="9.3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3595 |
<!-- move exports to another component, this is needed for the #ifndef for commsdatcreatorrfsplugin until configuration is in place--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3596 |
<unit bldFile="mw/ipconnmgmt/dbcreator/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3597 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3598 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3599 |
<collection name="ipconnmgmt_info" long-name="IP Connectivity Management Info" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3600 |
<component name="ipcm_build" filter="s60" long-name="IP Connectivity Management Build"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3601 |
<!-- need to move exports to another component, or make this a config component and revmove the #includes --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3602 |
<unit bldFile="mw/ipconnmgmt/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3603 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3604 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3605 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3606 |
<block name="netprotocols" level="generic" long-name="High-level Internet Protocols" levels="plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3607 |
<collection name="netprotocols_plat" long-name="High-level Internet Protocols Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3608 |
<component name="cookie_manager_api" long-name="Cookie Manager API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3609 |
<unit bldFile="mw/netprotocols/netprotocols_plat/cookie_manager_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3610 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3611 |
<component name="http_cache_mgr_api" long-name="HTTP Cache Manager API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3612 |
<unit bldFile="mw/netprotocols/netprotocols_plat/http_cache_mgr_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3613 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3614 |
<component name="http_filters_api" long-name="HTTP Filters API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3615 |
<unit bldFile="mw/netprotocols/netprotocols_plat/http_filters_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3616 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3617 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3618 |
<collection name="httpfilters" long-name="HTTP Filters" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3619 |
<component name="httpfiltercommon" filter="s60" long-name="HTTP Filter Common"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3620 |
<unit bldFile="mw/netprotocols/httpfilters/httpfiltercommon/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3621 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3622 |
<component name="cookie" filter="s60" long-name="Cookie Filter" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3623 |
<unit bldFile="mw/netprotocols/httpfilters/cookie/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3624 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3625 |
<component name="deflatefilter" filter="s60" long-name="Deflate Filter" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3626 |
<unit bldFile="mw/netprotocols/httpfilters/deflatefilter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3627 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3628 |
<component name="httpfilterauthentication" filter="s60" long-name="Authentication Filter" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3629 |
<unit bldFile="mw/netprotocols/httpfilters/httpfilterauthentication/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3630 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3631 |
<component name="httpfilterconnhandler" filter="s60" long-name="Connection Handler Fitler" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3632 |
<unit bldFile="mw/netprotocols/httpfilters/httpfilterconnhandler/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3633 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3634 |
<component name="httpfilteriop" filter="s60" long-name="HTTP IOP Filter" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3635 |
<unit bldFile="mw/netprotocols/httpfilters/httpfilteriop/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3636 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3637 |
<component name="httpfilterproxy" filter="s60" long-name="HTTP Proxy Filter" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3638 |
<unit bldFile="mw/netprotocols/httpfilters/httpfilterproxy/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3639 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3640 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3641 |
<collection name="applayerprotocols" long-name="Application Layer Protocols" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3642 |
<component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3643 |
<unit bldFile="mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3644 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3645 |
<component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3646 |
<unit bldFile="mw/netprotocols/applayerprotocols/httpexamples/group" mrp="mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3647 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3648 |
<component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3649 |
<unit bldFile="mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3650 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3651 |
<component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3652 |
<unit bldFile="mw/netprotocols/applayerprotocols/wapbase/Group" mrp="mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3653 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3654 |
<component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3655 |
<unit bldFile="mw/netprotocols/applayerprotocols/ftpengine/group" mrp="mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3656 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3657 |
<component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3658 |
<unit bldFile="mw/netprotocols/applayerprotocols/telnetengine/group" mrp="mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3659 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3660 |
<component name="httpserviceapi" long-name="HTTP Service API" introduced="TB9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3661 |
<unit bldFile="mw/netprotocols/applayerprotocols/httpservice/group" mrp="mw/netprotocols/applayerprotocols/httpservice/group/http_service.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3662 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3663 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3664 |
<collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3665 |
<component name="uripermissionservices" long-name="URI Permission Services" introduced="^2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3666 |
<unit bldFile="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3667 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3668 |
<component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3669 |
<unit bldFile="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3670 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3671 |
<component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3672 |
<unit bldFile="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3673 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3674 |
<component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3675 |
<unit bldFile="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3676 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3677 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3678 |
<collection name="netprotocols_info" long-name="High-level Internet Protocols Info" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3679 |
<component name="netprotocols_metadata" long-name="High-level Internet Protocols Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3680 |
<unit mrp="mw/netprotocols/netprotocols_info/netprotocols_metadata/netprotocols_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3681 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3682 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3683 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3684 |
<block name="ipappprotocols" level="generic" long-name="IP App Protocols" levels="plugin conn server if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3685 |
<collection name="ipappprotocols_plat" long-name="IP App Protocols Platform Interfaces" level="if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3686 |
<component name="srtp_api" long-name="SRTP API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3687 |
<unit bldFile="mw/ipappprotocols/ipappprotocols_plat/srtp_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3688 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3689 |
<component name="rtprtcp_api" long-name="RTP/RTCP API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3690 |
<unit bldFile="mw/ipappprotocols/ipappprotocols_plat/rtprtcp_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3691 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3692 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3693 |
<collection name="rtp" long-name="RTP" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3694 |
<component name="srtpstack" filter="s60" long-name="SRTP Stack"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3695 |
<unit bldFile="mw/ipappprotocols/rtp/srtpstack/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3696 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3697 |
<component name="rtpstack" filter="s60" long-name="RTP Stack"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3698 |
<unit bldFile="mw/ipappprotocols/rtp/rtpstack/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3699 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3700 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3701 |
<collection name="realtimenetprots" long-name="Real Time Net Protocols" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3702 |
<component name="symrtp" long-name="RTP" introduced="9.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3703 |
<!-- Real Time Data Protocol --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3704 |
<unit bldFile="mw/ipappprotocols/realtimenetprots/rtp/group" mrp="mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3705 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3706 |
<component name="sipfw" long-name="SIP Framework" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3707 |
<unit bldFile="mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3708 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3709 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3710 |
<collection name="sipplugins" long-name="SIP Plugins" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3711 |
<component name="sippwlanplugin" filter="s60" long-name="SIP WLAN Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3712 |
<unit bldFile="mw/ipappprotocols/sipplugins/sippwlanplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3713 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3714 |
<component name="sippsipsettingsui" filter="s60" long-name="SIP Settings UI" plugin="Y" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
3715 |
<!--<unit bldFile="sipplugins/sippsipsettingsui/group"/> --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3716 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3717 |
<component name="sippdevmgmtsipadapter" filter="s60" long-name="Device Management SIP Settings Adapter" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3718 |
<unit bldFile="mw/ipappprotocols/sipplugins/sippdevmgmtsipadapter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3719 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3720 |
<component name="sippsystemstatemonitor" filter="s60" long-name="SIP System State Monitor" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3721 |
<unit bldFile="mw/ipappprotocols/sipplugins/sippsystemstatemonitor/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3722 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3723 |
<component name="sippsipadapter" filter="s60" long-name="SIP Adapter" introduced="^3" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3724 |
<unit bldFile="mw/ipappprotocols/sipplugins/sippsipadapter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3725 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3726 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3727 |
<collection name="sipproviderplugins" long-name="SIP Provider Plugins" level="conn"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3728 |
<component name="sipprovider" long-name="SIP Provider" introduced="^2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3729 |
<unit bldFile="mw/ipappprotocols/sipproviderplugins/sipprovider/group" mrp="mw/ipappprotocols/sipproviderplugins/sipprovider/group/mm-protocols_SipProvider.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3730 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3731 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3732 |
<collection name="ipappprotocols_info" long-name="IP App Protocols Info" level="if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3733 |
<component name="ipappprotocols_metadata" long-name="IP App Protocols Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3734 |
<unit mrp="mw/ipappprotocols/ipappprotocols_info/ipappprotocols_metadata/ipappprotocols_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3735 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3736 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3737 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3738 |
<block name="wirelessacc" level="specific" long-name="Wireless Access" levels="framework generic ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3739 |
<collection name="hsfw_plat" long-name="HotSpot Framework Platform Interfaces" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3740 |
<component name="hotspot_framework_client_api" long-name="HotSpot Framework Client API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3741 |
<unit bldFile="mw/wirelessacc/hsfw_plat/hotspot_framework_client_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3742 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3743 |
<component name="internet_connectivity_test_service_api" long-name="Internet Connectivity Test Service API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3744 |
<unit bldFile="mw/wirelessacc/hsfw_plat/internet_connectivity_test_service_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3745 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3746 |
<component name="internet_connectivity_test_service_settings_api" long-name="Internet Connectivity Test Service Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3747 |
<unit bldFile="mw/wirelessacc/hsfw_plat/internet_connectivity_test_service_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3748 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3749 |
<component name="hotspot_framework_client_plugin_api" long-name="HotSpot Framework Client Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3750 |
<unit bldFile="mw/wirelessacc/hsfw_plat/hotspot_framework_client_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3751 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3752 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3753 |
<collection name="hotspotfw" long-name="HotSpot Framework" level="framework"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3754 |
<!-- collection is really a component. Needs to move down a dir --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3755 |
<component name="hotspotfw_build" filter="s60" long-name="HotSpot Framework Build"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3756 |
<unit bldFile="mw/wirelessacc/hotspotfw/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3757 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3758 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3759 |
<collection name="wlanutilities" long-name="WLAN Utilities" level="generic"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3760 |
<component name="wlanqtutilities" filter="s60" long-name="WLAN Qt Utilities" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3761 |
<unit bldFile="mw/wirelessacc/wlanutilities/wlanqtutilities" proFile="wlanqtutilities.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3762 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3763 |
<component name="eapwizard " filter="s60" long-name="EAP Wizard" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3764 |
<unit bldFile="mw/wirelessacc/wlanutilities/eapwizard" proFile="eapwizard.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3765 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3766 |
<component name="wpswizard " filter="s60" long-name="WPS Wizard" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3767 |
<unit bldFile="mw/wirelessacc/wlanutilities/wpswizard" proFile="wpswizard.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3768 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3769 |
<component name="wlanwizard " filter="s60" long-name="WLAN Wizard" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3770 |
<unit bldFile="mw/wirelessacc/wlanutilities/wlanwizard" proFile="wlanwizard.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3771 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3772 |
<component name="wlansniffer" filter="s60" long-name="WLAN Sniffer"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3773 |
<unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer" proFile="wlansniffer.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3774 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3775 |
<component name="wlanentryplugin" filter="s60" long-name="WLAN Entry Plugin" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3776 |
<unit bldFile="mw/wirelessacc/wlanutilities/wlanentryplugin" proFile="wlanentryplugin.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3777 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3778 |
<component name="wlanindicatorplugin" filter="s60" long-name="WLAN Indicator Plugin" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3779 |
<unit bldFile="mw/wirelessacc/wlanutilities/wlanindicatorplugin" proFile="wlanindicatorplugin.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3780 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3781 |
<component name="cpwlansettingsplugin" filter="s60" long-name="WLAN Settings Control Panel Plugin" introduced="^4" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3782 |
<unit bldFile="mw/wirelessacc/wlanutilities/cpwlansettingsplugin" proFile="cpwlansettingsplugin.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3783 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3784 |
<component name="wlanlogin" filter="s60" long-name="WLAN Login" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3785 |
<unit bldFile="mw/wirelessacc/wlanutilities/wlanlogin" proFile="wlanlogin.pro" qmakeArgs="-r"/> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
3786 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3787 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3788 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3789 |
<block name="vpnclient" level="specific" long-name="VPN Client" levels="engine ui api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3790 |
<collection name="vpnc_plat" long-name="VPN Client Platform Interfaces" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3791 |
<component name="vpnapi" filter="s60" long-name="VPN API" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3792 |
<unit bldFile="mw/vpnclient/vpnc_plat/vpnapi/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3793 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3794 |
</collection> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3795 |
<collection name="vpnapiimpl" long-name="VPN API Implementation" level="engine"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3796 |
<component name="vpnapi_impl" filter="s60" long-name="VPN Implementation"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3797 |
<unit bldFile="mw/vpnclient/vpnapiimpl/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3798 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3799 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3800 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3801 |
<block name="ipappsrv" level="specific" long-name="IP App Services" levels="framework generic server conn plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3802 |
<collection name="ipappsrv_plat" long-name="IP App Services Platform Interfaces" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3803 |
<component name="transcoder_api" long-name="Transcoder API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3804 |
<unit bldFile="mw/ipappsrv/ipappsrv_plat/transcoder_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3805 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3806 |
<component name="comms_event_api" long-name="Comms Event API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3807 |
<unit bldFile="mw/ipappsrv/ipappsrv_plat/comms_event_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3808 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3809 |
<component name="floor_control_api" long-name="Floor Control API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3810 |
<unit bldFile="mw/ipappsrv/ipappsrv_plat/floor_control_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3811 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3812 |
<component name="media_control_api" long-name="Media Control API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3813 |
<unit bldFile="mw/ipappsrv/ipappsrv_plat/media_control_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3814 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3815 |
<component name="multimedia_comms_api" long-name="Multimedia Comms API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3816 |
<unit bldFile="mw/ipappsrv/ipappsrv_plat/multimedia_comms_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3817 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3818 |
<component name="nat_settings_api" long-name="NAT Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3819 |
<unit bldFile="mw/ipappsrv/ipappsrv_plat/nat_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3820 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3821 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3822 |
<collection name="natfw" long-name="NAT Framework" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3823 |
<!-- collection is really a component. Need to move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3824 |
<component name="natfw_build" filter="s60" long-name="NAT Framework Build" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3825 |
<unit bldFile="mw/ipappsrv/natfw/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3826 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3827 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3828 |
<collection name="multimediacommscontroller" long-name="Multimedia Comms Controller" level="conn"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3829 |
<!-- collection is really a component. Need to move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3830 |
<component name="multimediacommscontroller_build" filter="s60" long-name="Multimedia Comms Controller Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3831 |
<unit bldFile="mw/ipappsrv/multimediacommscontroller/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3832 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3833 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3834 |
<collection name="multimediacommsengine" long-name="Multimedia Comms Engine" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3835 |
<!-- collection is really a component. Need to move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3836 |
<component name="multimediacommsengine_build" filter="s60" long-name="Multimedia Comms Engine Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3837 |
<unit bldFile="mw/ipappsrv/multimediacommsengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3838 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3839 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3840 |
<collection name="natplugins" long-name="NAT Plugins" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3841 |
<component name="natpcliprovisioningnatfwadapter" filter="s60" long-name="Client Provisioning NAT Framework Traversal Adapter" introduced="^2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3842 |
<unit bldFile="mw/ipappsrv/natplugins/natpcliprovisioningnatfwadapter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3843 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3844 |
<component name="natpdevmgmtnatfwadapter" filter="s60" long-name="Device Management NAT Framework Traversal Adapter" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3845 |
<unit bldFile="mw/ipappsrv/natplugins/natpdevmgmtnatfwadapter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3846 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3847 |
<component name="natptraversalcontroller" filter="s60" long-name="NAT Traversal Controller" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3848 |
<unit bldFile="mw/ipappsrv/natplugins/natptraversalcontroller/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3849 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3850 |
<component name="natpnatfwsdpprovider" filter="s60" long-name="NAT Framework SDP Provider" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3851 |
<unit bldFile="mw/ipappsrv/natplugins/natpnatfwsdpprovider/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3852 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3853 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3854 |
<collection name="ipappsrv_info" long-name="IP App Services Info" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3855 |
<component name="ipappsrv_build" long-name="IP App Services Build" filter="s60"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3856 |
<!-- remove the #includes from here and rename as xxx ROM or move iby/sis files into another component--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3857 |
<unit mrp="mw/ipappsrv/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3858 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3859 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3860 |
</block> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3861 |
<block name="phonesrv" level="specific" long-name="Telephony and SIM Services" levels="utils framework server ui specific"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3862 |
<collection name="phonesrv_plat" long-name="Telephony and SIM Services Platform Interfaces" level="specific"> |
509
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3863 |
<component name="string_parser_api" long-name="String Parser API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3864 |
<unit bldFile="mw/phonesrv/phonesrv_plat/string_parser_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3865 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3866 |
<component name="cbs_mcn_client_api" long-name="CBS MCN Client API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3867 |
<unit bldFile="mw/phonesrv/phonesrv_plat/cbs_mcn_client_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3868 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3869 |
<component name="converged_call_engine_api" long-name="Converged Call Engine API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3870 |
<unit bldFile="mw/phonesrv/phonesrv_plat/converged_call_engine_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3871 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3872 |
<component name="aiw_dial_data_consumer_api" long-name="AIW Dial Data Consumer API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3873 |
<unit bldFile="mw/phonesrv/phonesrv_plat/aiw_dial_data_consumer_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3874 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3875 |
<component name="phone_client_ussd_api" long-name="Phone Client USSD API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3876 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_ussd_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3877 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3878 |
<component name="sat_refresh_api" long-name="SAT Refresh API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3879 |
<unit bldFile="mw/phonesrv/phonesrv_plat/sat_refresh_api/group" filter="!test"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3880 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3881 |
<component name="network_handling_engine_api" long-name="Network Handling Engine API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3882 |
<unit bldFile="mw/phonesrv/phonesrv_plat/network_handling_engine_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3883 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3884 |
<component name="phone_client_emergency_call_api" long-name="Phone Client Emergency Call API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3885 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_emergency_call_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3886 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3887 |
<component name="sat_configuration_api" long-name="SAT Configuration API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3888 |
<unit bldFile="mw/phonesrv/phonesrv_plat/sat_configuration_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3889 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3890 |
<component name="dial_utils_api" long-name="Dial Utils API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3891 |
<unit bldFile="mw/phonesrv/phonesrv_plat/dial_utils_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3892 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3893 |
<component name="phone_client_image_handler_api" long-name="Phone Client Image Handler API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3894 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_image_handler_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3895 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3896 |
<component name="phone_client_messenger_api" long-name="Phone Client Messenger API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3897 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_messenger_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3898 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3899 |
<component name="sat_client_api" long-name="SAT Client API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3900 |
<unit bldFile="mw/phonesrv/phonesrv_plat/sat_client_api/group" filter="!test"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3901 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3902 |
<component name="phone_client_api" long-name="Phone Client API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3903 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3904 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3905 |
<component name="sat_service_api" long-name="SAT Service API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3906 |
<unit bldFile="mw/phonesrv/phonesrv_plat/sat_service_api/group" filter="!test"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3907 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3908 |
<component name="cbs_message_api" long-name="CBS Message API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3909 |
<unit bldFile="mw/phonesrv/phonesrv_plat/cbs_message_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3910 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3911 |
<component name="phone_client_server_information_api" long-name="Phone Client Server Information API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3912 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_server_information_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3913 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3914 |
<component name="phone_client_ussd_internal_api" long-name="Phone Client USSD Internal API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3915 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_ussd_internal_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3916 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3917 |
<component name="phone_client_command_handler_api" long-name="Phone Client Command Handler API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3918 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_command_handler_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3919 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3920 |
<component name="phone_client_notify_api" long-name="Phone Client Notify API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3921 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_notify_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3922 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3923 |
<component name="phone_client_utility_api" long-name="Phone Client Utility API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3924 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_utility_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3925 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3926 |
<component name="telephony_network_information_api" long-name="Telephony Network Information API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3927 |
<unit bldFile="mw/phonesrv/phonesrv_plat/telephony_network_information_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3928 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3929 |
<component name="secondary_display_sat_api" long-name="Secondary Display SAT API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3930 |
<unit bldFile="mw/phonesrv/phonesrv_plat/secondary_display_sat_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3931 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3932 |
<component name="callui_reconnect_query_api" long-name="CallUI Reconnect Query API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3933 |
<unit bldFile="mw/phonesrv/phonesrv_plat/callui_reconnect_query_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3934 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3935 |
<component name="service_provider_settings_api" long-name="Service Provider Settings API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3936 |
<unit bldFile="mw/phonesrv/phonesrv_plat/service_provider_settings_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3937 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3938 |
<component name="converged_call_provider_api" long-name="Converged Call Provider API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3939 |
<unit bldFile="mw/phonesrv/phonesrv_plat/converged_call_provider_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3940 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3941 |
<component name="incoming_call_monitor_api" long-name="Incoming Call Monitor API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3942 |
<unit bldFile="mw/phonesrv/phonesrv_plat/incoming_call_monitor_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3943 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3944 |
<component name="default_emergency_numbers_api" long-name="Default Emergency Numbers API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3945 |
<unit bldFile="mw/phonesrv/phonesrv_plat/default_emergency_numbers_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3946 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3947 |
<component name="cenrep_database_api" long-name="Central Repository Database API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3948 |
<unit bldFile="mw/phonesrv/phonesrv_plat/cenrep_database_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3949 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3950 |
<component name="ss_settings_api" long-name="SS Settings API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3951 |
<unit bldFile="mw/phonesrv/phonesrv_plat/ss_settings_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3952 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3953 |
<component name="phone_settings_observer_api" long-name="Phone Settings Observer API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3954 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_settings_observer_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3955 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3956 |
<component name="phone_settings_notes_ui_api" long-name="Phone Settings Notes UI API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3957 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_settings_notes_ui_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3958 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3959 |
<component name="phone_settings_api" long-name="Phone Settings API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3960 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_settings_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3961 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3962 |
<component name="voice_mailbox_number_api" long-name="Voice Mailbox Number API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3963 |
<unit bldFile="mw/phonesrv/phonesrv_plat/voice_mailbox_number_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3964 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3965 |
<component name="voice_mailbox_settings_api" long-name="Voice Mailbox Settings API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3966 |
<unit bldFile="mw/phonesrv/phonesrv_plat/voice_mailbox_settings_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3967 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3968 |
<component name="call_information_api" long-name="Call Information API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3969 |
<unit bldFile="mw/phonesrv/phonesrv_plat/call_information_api/group" filter="!test"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3970 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3971 |
<component name="call_remote_party_information_api" long-name="Call Remote Party Information API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3972 |
<unit bldFile="mw/phonesrv/phonesrv_plat/call_remote_party_information_api/group" filter="!test"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3973 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3974 |
<component name="telephony_mediator_api" long-name="Telephony Mediator API" filter="s60" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3975 |
<unit bldFile="mw/phonesrv/phonesrv_plat/telephony_mediator_api/group" filter="!test"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3976 |
</component> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3977 |
<component name="dialpad_api" long-name="Dialpad API" filter="s60" introduced="^4" class="api"> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3978 |
<unit bldFile="mw/phonesrv/phonesrv_plat/dialpad_api/group"/> |
ce4479ff242e
update Symbian^4 model from latest autogenerated model model_20100429125314_ca5a2c685f32.xml
andy simpson <andrews@symbian.org>
parents:
495
diff
changeset
|
3979 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3980 |
<component name="phone_settings_ui_notes_api" long-name="Phone Settings UI Notes API" filter="s60" introduced="^4" class="api"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3981 |
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_settings_ui_notes_api/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
3982 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
3983 |
</collection> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3984 |
<collection name="telutils" long-name="Telephony Utils" level="utils"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3985 |
<component name="phoneparser" filter="s60" long-name="Phone Parser"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3986 |
<unit bldFile="mw/phonesrv/telutils/phoneparser/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3987 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3988 |
<component name="telephonyservice" filter="s60" long-name="Telephony Service"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3989 |
<unit bldFile="mw/phonesrv/telutils/telephonyservice/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3990 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3991 |
<component name="xqtelephonyservice" filter="s60" long-name="X Qt Telephony Service" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3992 |
<unit bldFile="mw/phonesrv/telutils/xqtelephonyservice" proFile="xqtelephonyservice.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3993 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3994 |
<component name="dialpad" filter="s60" long-name="Dial Pad" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3995 |
<unit bldFile="mw/phonesrv/telutils/dialpad" proFile="dialpad.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3996 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3997 |
<component name="keysequencerecognitionservice" filter="s60" long-name="Key Sequence Recognition Service" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3998 |
<unit bldFile="mw/phonesrv/telutils/keysequencerecognitionservice" proFile="keysequencerecognitionservice.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
3999 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4000 |
</collection> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4001 |
<collection name="cbs" long-name="Cellular Baseband Services" level="utils"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4002 |
<component name="cbsserver" filter="s60" long-name="CBS Server"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4003 |
<unit bldFile="mw/phonesrv/cbs/cbsserver/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4004 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4005 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4006 |
<collection name="cellular" long-name="Cellular" level="server"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4007 |
<component name="telephonysettings" filter="s60" long-name="Telephony Settings" purpose="development"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4008 |
<unit bldFile="mw/phonesrv/cellular/telephonysettings/group" filter="!test"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4009 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4010 |
<component name="psetwrapper" filter="s60" long-name="Provider Settings Wrapper" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4011 |
<!-- need to move to own component, not under sssettings --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4012 |
<unit bldFile="mw/phonesrv/cellular/telephonysettings/xqbindings/psetwrapper" proFile="psetwrapper.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4013 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4014 |
<component name="sssettings" filter="s60" long-name="Supplementary Service Settings" purpose="development"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4015 |
<unit bldFile="mw/phonesrv/cellular/sssettings/group" filter="!test"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4016 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4017 |
<component name="sssettingswrapper" filter="s60" long-name="Supplementary Service Settings Wrapper" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4018 |
<!-- need to move to own component, not under sssettings --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4019 |
<unit bldFile="mw/phonesrv/cellular/sssettings/xqbindings/sssettingswrapper" proFile="sssettingswrapper.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4020 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4021 |
<component name="psetnotesui" filter="s60" long-name="Phone Settings Notes UI" purpose="development"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4022 |
<unit bldFile="mw/phonesrv/cellular/psetnotesui/group" filter="!test"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4023 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4024 |
<component name="psuinotes" filter="s60" long-name="Phone Settings Notes UI" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4025 |
<unit bldFile="mw/phonesrv/cellular/psuinotes" proFile="psuinotes.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4026 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4027 |
<component name="servicerequest" filter="s60" long-name="Service Request"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4028 |
<unit bldFile="mw/phonesrv/cellular/servicerequest/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4029 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4030 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4031 |
<collection name="convergedcallengine" long-name="Converged Call Engine" level="framework"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4032 |
<component name="callprovider" filter="s60" long-name="Call Provider"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4033 |
<unit bldFile="mw/phonesrv/convergedcallengine/callprovider/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4034 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4035 |
<component name="cce" filter="s60" long-name="CCE"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4036 |
<unit bldFile="mw/phonesrv/convergedcallengine/cce/group" filter="!test"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4037 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4038 |
<component name="spsettings" filter="s60" long-name="Service Provider Settings"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4039 |
<unit bldFile="mw/phonesrv/convergedcallengine/spsettings/group" filter="!test"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4040 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4041 |
<component name="cenrepdatabase" filter="s60" long-name="CCE Cenrep Database"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4042 |
<unit bldFile="mw/phonesrv/convergedcallengine/cenrepdatabase/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4043 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4044 |
<component name="serviceselector" filter="s60" long-name="Service Selector"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4045 |
<unit bldFile="mw/phonesrv/convergedcallengine/serviceselector/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4046 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4047 |
</collection> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4048 |
<collection name="networkhandling" long-name="Network Handling" level="framework"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4049 |
<component name="networkhandlingengine" filter="s60" long-name="Network Handling Engine"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4050 |
<unit bldFile="mw/phonesrv/networkhandling/networkhandlingengine/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4051 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4052 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4053 |
<collection name="phoneclientserver" long-name="Phone Client/Server" level="server"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4054 |
<component name="enpolicy" filter="s60" long-name="Emergency Number Policy"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4055 |
<unit bldFile="mw/phonesrv/phoneclientserver/enpolicy/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4056 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4057 |
<component name="aiwdialdata" filter="s60" long-name="AIW Dial Data"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4058 |
<unit bldFile="mw/phonesrv/phoneclientserver/aiwdialdata/group" filter="!test"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4059 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4060 |
<component name="dialutils" filter="s60" long-name="Dial Utils"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4061 |
<unit bldFile="mw/phonesrv/phoneclientserver/dialutils/group" filter="!test"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4062 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4063 |
<component name="phoneclient" filter="s60" long-name="Phone Client"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4064 |
<unit bldFile="mw/phonesrv/phoneclientserver/phoneclient/group" filter="!test"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4065 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4066 |
<component name="phoneserver" filter="s60" long-name="Phone Server"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4067 |
<unit bldFile="mw/phonesrv/phoneclientserver/phoneserver/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4068 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4069 |
</collection> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4070 |
<collection name="phonecmdhandler" long-name="Phone Command Handler" level="generic"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4071 |
<component name="phonecmdhnlr" filter="s60" long-name="Phone Command Handler"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4072 |
<unit bldFile="mw/phonesrv/phonecmdhandler/phonecmdhnlr/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4073 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4074 |
</collection> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4075 |
<collection name="satengine" long-name="SAT Engine" level="server"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4076 |
<component name="satserver" filter="s60" long-name="SAT Server"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4077 |
<unit bldFile="mw/phonesrv/satengine/satserver/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4078 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4079 |
</collection> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4080 |
<collection name="satui" long-name="SAT UI" level="ui"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4081 |
<component name="satshellcontroller" filter="s60" long-name="SAT Shell Controller"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4082 |
<unit bldFile="mw/phonesrv/satui/satshellcontroller/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4083 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4084 |
<component name="satapp" filter="s60" long-name="SAT Application" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4085 |
<unit bldFile="mw/phonesrv/satui/satapp" proFile="satapp.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4086 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4087 |
</collection> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4088 |
<collection name="vmbx" long-name="Voice Mailbox" level="ui"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4089 |
<component name="vmbxcpplugin" filter="s60" long-name="Voice Mailbox CP Plugin" introduced="^4" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4090 |
<unit bldFile="mw/phonesrv/vmbx/vmbxcpplugin" proFile="vmbxcpplugin.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4091 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4092 |
<component name="vmbxengine" filter="s60" long-name="Voice Mailbox Engine" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4093 |
<unit bldFile="mw/phonesrv/vmbx/vmbxengine" proFile="vmbxengine.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4094 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4095 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4096 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4097 |
<block name="messagingmw" level="specific" long-name="Messaging Middleware" levels="stack support fw api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4098 |
<collection name="msgfw_plat" long-name="Messaging Middleware Platform Interfaces" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4099 |
<component name="always_online_plugin_api" long-name="Always Online Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4100 |
<unit bldFile="mw/messagingmw/msgfw_plat/always_online_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4101 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4102 |
<component name="always_online_client_api" long-name="Always Online Client API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4103 |
<unit bldFile="mw/messagingmw/msgfw_plat/always_online_client_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4104 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4105 |
<component name="msg_common_utils_api" long-name="Messaging Common Utils API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4106 |
<unit bldFile="mw/messagingmw/msgfw_plat/msg_common_utils_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4107 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4108 |
<component name="muiu_utils_api" long-name="Messaging Center UI Utilities API" filter="s60" introduced="^4" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4109 |
<unit bldFile="mw/messagingmw/msgfw_plat/muiu_utils_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4110 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4111 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4112 |
<collection name="messagingfw" long-name="Messaging Framework" level="fw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4113 |
<!-- should break this collection up into smaller related collections --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4114 |
<component name="send_ui_api" long-name="Send UI API" filter="s60" deprecated="^4" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4115 |
<unit bldFile="mw/messagingmw/messagingfw/deprecate/send_ui_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4116 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4117 |
<component name="send_ui_plugin_api" long-name="Send UI Plug-in API" filter="s60" deprecated="^4" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4118 |
<unit bldFile="mw/messagingmw/messagingfw/deprecate/send_ui_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4119 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4120 |
<component name="send_ui_datautils_api" long-name="Send UI Data Utils API" filter="s60" deprecated="^4" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4121 |
<unit bldFile="mw/messagingmw/messagingfw/deprecate/send_ui_datautils_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4122 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4123 |
<component name="alwaysonline" filter="s60" long-name="Always Online Server" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4124 |
<unit bldFile="mw/messagingmw/messagingfw/alwaysonline/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4125 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4126 |
<component name="msgcommonutils" filter="s60" long-name="Messaging Common Utils" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4127 |
<unit bldFile="mw/messagingmw/messagingfw/msgcommonutils/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4128 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4129 |
<component name="senduiservices" filter="s60" long-name="Send UI Services" introduced="^2" deprecated="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4130 |
<unit bldFile="mw/messagingmw/messagingfw/deprecate/senduiservices/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4131 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4132 |
<component name="muiuutils" long-name="Messaging Center UI Utilities" filter="s60" introduced="^4" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4133 |
<unit bldFile="mw/messagingmw/messagingfw/muiuutils/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4134 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4135 |
<component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4136 |
<unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4137 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4138 |
<component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4139 |
<unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4140 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4141 |
<component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4142 |
<unit bldFile="mw/messagingmw/messagingfw/biomsgfw/group" mrp="mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4143 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4144 |
<component name="msgconf" long-name="Messaging Config" introduced="^2" purpose="optional" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4145 |
<unit bldFile="mw/messagingmw/messagingfw/msgconf/group" mrp="mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4146 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4147 |
<component name="watcherfw" long-name="Watcher Framework" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4148 |
<unit bldFile="mw/messagingmw/messagingfw/watcherfw/group" mrp="mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4149 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4150 |
<component name="msgtest" long-name="Messaging Test" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4151 |
<unit bldFile="mw/messagingmw/messagingfw/msgtest/group" mrp="mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4152 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4153 |
<component name="sendas" long-name="Send As" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4154 |
<unit bldFile="mw/messagingmw/messagingfw/sendas/group" mrp="mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4155 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4156 |
<component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4157 |
<unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/group" mrp="mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4158 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4159 |
<component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4160 |
<unit bldFile="mw/messagingmw/messagingfw/wappushfw/group" mrp="mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4161 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4162 |
<component name="suplsmshandler" long-name="SUPL SMS Handler" introduced="^2" purpose="development" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4163 |
<unit bldFile="mw/messagingmw/messagingfw/suplsmshandler/group" mrp="mw/messagingmw/messagingfw/suplsmshandler/group/lbs_suplsmstrigger.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4164 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4165 |
<component name="suplwappushhandler" long-name="SUPL WAP Push Handler" introduced="^2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4166 |
<unit bldFile="mw/messagingmw/messagingfw/suplwappushhandler/group" mrp="mw/messagingmw/messagingfw/suplwappushhandler/group/lbs_suplwappush.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4167 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4168 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4169 |
<collection name="messagingmw_info" long-name="Messaging Middleware Info" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4170 |
<component name="messagingmw_metadata" long-name="Messaging Middleware Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4171 |
<unit mrp="mw/messagingmw/messagingmw_info/messagingmw_metadata/messagingmw_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4172 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4173 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4174 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4175 |
<block name="imsrv" level="specific" long-name="Instant Messaging and Presence Services" levels="plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4176 |
<collection name="imsrv_plat" long-name="Instant Messaging and Presence Services Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4177 |
<component name="ximp_core_data_model_api" long-name="XIMP Core Data Model API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4178 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_core_data_model_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4179 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4180 |
<component name="ximp_presence_protocol_plugin_host_api" long-name="XIMP Presence Protocol Plug-in Host API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4181 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_protocol_plugin_host_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4182 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4183 |
<component name="ximp_presence_data_model_api" long-name="XIMP Presence Data Model API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4184 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_data_model_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4185 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4186 |
<component name="ximp_presence_protocol_plugin_api" long-name="XIMP Presence Protocol Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4187 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_protocol_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4188 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4189 |
<component name="ximp_presence_management_api" long-name="XIMP Presence Management API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4190 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_management_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4191 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4192 |
<component name="ximp_core_protocol_plugin_host_api" long-name="XIMP Core Protocol Plug-in Host API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4193 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_core_protocol_plugin_host_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4194 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4195 |
<component name="ximp_core_management_api" long-name="XIMP Core Management API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4196 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_core_management_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4197 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4198 |
<component name="ximp_presence_base_api" long-name="XIMP Presence Base API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4199 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_base_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4200 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4201 |
<component name="ximp_core_protocol_plugin_api" long-name="XIMP Core Protocol Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4202 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_core_protocol_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4203 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4204 |
<component name="ximp_core_base_api" long-name="XIMP Core Base API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4205 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_core_base_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4206 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4207 |
<component name="ximp_presence_cache_api" long-name="XIMP Presence Cache API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4208 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_cache_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4209 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4210 |
<component name="ximp_core_feature_plugin_api" long-name="XIMP Core Feature Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4211 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4212 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4213 |
<component name="ximp_im_protocol_plugin_host_api" long-name="XIMP IM Protocol Plugin Host API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4214 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_im_protocol_plugin_host_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4215 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4216 |
<component name="ximp_im_data_model_api" long-name="XIMP IM Data Model API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4217 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_im_data_model_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4218 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4219 |
<component name="ximp_im_protocol_plugin_api" long-name="XIMP IM Protocol Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4220 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_im_protocol_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4221 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4222 |
<component name="ximp_im_management_api" long-name="XIMP IM Management API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4223 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_im_management_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4224 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4225 |
<component name="ximp_im_base_api" long-name="XIMP IM Base API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4226 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_im_base_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4227 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4228 |
<component name="ximp_search_protocol_plugin_host_api" long-name="XIMP Search Protocol Plugin Host API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4229 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_search_protocol_plugin_host_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4230 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4231 |
<component name="ximp_search_data_model_api" long-name="XIMP Search Data Model API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4232 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_search_data_model_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4233 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4234 |
<component name="ximp_search_protocol_plugin_api" long-name="XIMP search Protocol Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4235 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_search_protocol_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4236 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4237 |
<component name="ximp_search_management_api" long-name="XIMP Search Management API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4238 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_search_management_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4239 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4240 |
<component name="ximp_search_base_api" long-name="XIMP Search Base API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4241 |
<unit bldFile="mw/imsrv/imsrv_plat/ximp_search_base_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4242 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4243 |
<component name="xmpp_settings_api" long-name="XMPP Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4244 |
<unit bldFile="mw/imsrv/imsrv_plat/xmpp_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4245 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4246 |
<component name="im_cache_client_api" long-name="IM Cache Client API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4247 |
<unit bldFile="mw/imsrv/imsrv_plat/im_cache_client_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4248 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4249 |
<component name="im_cache_server_api" long-name="IM Cache Server API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4250 |
<unit bldFile="mw/imsrv/imsrv_plat/im_cache_server_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4251 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4252 |
<component name="presence_avabilitytext" long-name="Presence Availability Text" filter="s60" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4253 |
<unit bldFile="mw/imsrv/imsrv_plat/presence_avabilitytext/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4254 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4255 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4256 |
<collection name="ximpfw" long-name="XIMP Framework" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4257 |
<!-- collection is really a component. Needs to be moved down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4258 |
<component name="ximpfw_build" filter="s60" long-name="XIMP Framework Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4259 |
<unit bldFile="mw/imsrv/ximpfw/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4260 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4261 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4262 |
<collection name="imservices" long-name="IM Services" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4263 |
<component name="imfeatureplugin" filter="s60" long-name="IM Feature Plugin" introduced="^2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4264 |
<unit bldFile="mw/imsrv/imservices/imfeatureplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4265 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4266 |
<component name="searchfeatureplugin" filter="s60" long-name="Search Feature Plugin" introduced="^2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4267 |
<unit bldFile="mw/imsrv/imservices/searchfeatureplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4268 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4269 |
<component name="xmppsettingsapi" filter="s60" long-name="XMPP Settings API" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4270 |
<unit bldFile="mw/imsrv/imservices/xmppsettingsapi/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4271 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4272 |
<component name="xmppsettingsfetcher" filter="s60" long-name="XMPP Settings Fetcher" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4273 |
<unit bldFile="mw/imsrv/imservices/xmppsettingsfetcher/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4274 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4275 |
<component name="instantmessagingcache" filter="s60" long-name="Instant Messaging Cache" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4276 |
<unit bldFile="mw/imsrv/imservices/instantmessagingcache/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4277 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4278 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4279 |
<collection name="brandingserver" long-name="Branding Server" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4280 |
<!-- collection is really a component. Needs to be moved down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4281 |
<component name="brandingserver_build" filter="s60" long-name="Branding Server Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4282 |
<unit bldFile="mw/imsrv/brandingserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4283 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4284 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4285 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4286 |
<block name="legacypresence" level="specific" long-name="Legacy Presence Services" levels="engine fw ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4287 |
<collection name="pressrv_plat" long-name="Legacy Presence Services Platform Interfaces" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4288 |
<component name="presence_list_api" long-name="Presence List API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4289 |
<unit bldFile="mw/legacypresence/pressrv_plat/presence_list_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4290 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4291 |
<component name="watcher_info_api" long-name="Watcher Info API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4292 |
<unit bldFile="mw/legacypresence/pressrv_plat/watcher_info_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4293 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4294 |
<component name="simple_documents_api" long-name="SIMPLE Documents API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4295 |
<unit bldFile="mw/legacypresence/pressrv_plat/simple_documents_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4296 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4297 |
<component name="authorization_api" long-name="Authorization API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4298 |
<unit bldFile="mw/legacypresence/pressrv_plat/authorization_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4299 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4300 |
<component name="xdm_protocol_plugin_api" long-name="XDM Protocol Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4301 |
<unit bldFile="mw/legacypresence/pressrv_plat/xdm_protocol_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4302 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4303 |
<component name="watcher_api" long-name="Watcher API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4304 |
<unit bldFile="mw/legacypresence/pressrv_plat/watcher_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4305 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4306 |
<component name="xdm_api" long-name="XDM API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4307 |
<unit bldFile="mw/legacypresence/pressrv_plat/xdm_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4308 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4309 |
<component name="registration_api" long-name="Registration API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4310 |
<unit bldFile="mw/legacypresence/pressrv_plat/registration_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4311 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4312 |
<component name="publisher_api" long-name="Publisher API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4313 |
<unit bldFile="mw/legacypresence/pressrv_plat/publisher_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4314 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4315 |
<component name="messaging_connection_manager_api" long-name="Messaging Connection Manager API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4316 |
<unit bldFile="mw/legacypresence/pressrv_plat/messaging_connection_manager_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4317 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4318 |
<component name="xdm_settings_api" long-name="XDM Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4319 |
<unit bldFile="mw/legacypresence/pressrv_plat/xdm_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4320 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4321 |
<component name="simple_settings_api" long-name="SIMPLE Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4322 |
<unit bldFile="mw/legacypresence/pressrv_plat/simple_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4323 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4324 |
<component name="simple_instant_msg_api" long-name="Simple Instant Msg API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4325 |
<unit bldFile="mw/legacypresence/pressrv_plat/simple_instant_msg_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4326 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4327 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4328 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4329 |
<block name="searchsrv" level="specific" long-name="Search Services" levels="services engine generic api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4330 |
<collection name="searchsrv_plat" long-name="Search Services Platform Interfaces" level="api"> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
4331 |
<component name="cpix_utility_api" long-name="CPIX Utility API" filter="s60" introduced="^4" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4332 |
<unit bldFile="mw/searchsrv/searchsrv_plat/cpix_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4333 |
</component> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
4334 |
<component name="cpix_framework_api" long-name="CPIX Framework API" filter="s60" introduced="^4" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4335 |
<unit bldFile="mw/searchsrv/searchsrv_plat/cpix_framework_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4336 |
</component> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
4337 |
<component name="cpix_search_api" long-name="CPIX Search API" filter="s60" introduced="^4" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4338 |
<unit bldFile="mw/searchsrv/searchsrv_plat/cpix_search_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4339 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4340 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4341 |
<collection name="searchengine" long-name="Search Engine" level="engine"> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
4342 |
<component name="searchengine_util" long-name="Search Engine Utils" filter="s60" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4343 |
<unit bldFile="mw/searchsrv/searchengine/util/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4344 |
</component> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
4345 |
<component name="searchengine_oss" long-name="Search Engine OSS" filter="s60" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4346 |
<unit bldFile="mw/searchsrv/searchengine/oss/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4347 |
</component> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
4348 |
<component name="cpix" long-name="Cross Platform Indexing Engine" filter="s60" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4349 |
<unit bldFile="mw/searchsrv/searchengine/cpix/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4350 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4351 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4352 |
<collection name="searcher" long-name="Searcher" level="generic"> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
4353 |
<component name="searchclient" long-name="Search Client" filter="s60" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4354 |
<unit bldFile="mw/searchsrv/searcher/SearchClient/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4355 |
</component> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
4356 |
<component name="searchserver" long-name="Search Server" filter="s60" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4357 |
<unit bldFile="mw/searchsrv/searcher/SearchServer/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4358 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4359 |
<component name="searcher_test" long-name="Searcher Tests" filter="s60" purpose="development" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4360 |
<!-- #include from common bld.inf or split into two components --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4361 |
<unit bldFile="mw/searchsrv/searcher/tsrc/RobustnessTest/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4362 |
<unit bldFile="mw/searchsrv/searcher/tsrc/LogPlayer/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4363 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4364 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4365 |
<collection name="searchsrv_harvester" long-name="Search Services Harvester" level="services"> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
4366 |
<component name="searchsrv_pluginfw" long-name="Search Server" filter="s60" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4367 |
<unit bldFile="mw/searchsrv/harvester/pluginfw/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4368 |
</component> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
4369 |
<component name="searchsrv_harvesterserver" long-name="Search Harvester Server" filter="s60" introduced="^4"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4370 |
<unit bldFile="mw/searchsrv/harvester/harvesterserver" proFile="harvester.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4371 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4372 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4373 |
<collection name="searchsrv_watchdog" long-name="Search Services Watch Dog" level="services"> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
4374 |
<component name="searchsrv_watchdog_build" long-name="Search Services Watch Dog Build" filter="s60" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4375 |
<unit bldFile="mw/searchsrv/WatchDog/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4376 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4377 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4378 |
<collection name="qcpix" long-name="Qt CPIX" level="engine"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4379 |
<component name="qcpix_build" long-name="Qt CPIX Build" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4380 |
<unit bldFile="mw/searchsrv/qcpix" proFile="qcpix.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4381 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4382 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4383 |
<collection name="searchsrv_info" long-name="Search Services Info"> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
4384 |
<component name="searchsrv_build" long-name="Search Services Build" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4385 |
<!-- move exports to own component and remove this --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4386 |
<unit bldFile="mw/searchsrv/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4387 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4388 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4389 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4390 |
<block name="remotemgmt" level="specific" long-name="Remote Management" levels="plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4391 |
<collection name="remotemgmt_pub" long-name="Remote Management Public Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4392 |
<component name="synchronization_capability_api" long-name="Synchronization Capability API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4393 |
<unit bldFile="mw/remotemgmt/remotemgmt_pub/synchronization_capability_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4394 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4395 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4396 |
<collection name="remotemgmt_plat" long-name="Remote Management Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4397 |
<component name="common_agent_util_and_definitions_api" long-name="Common Agent util and definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4398 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/common_agent_util_and_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4399 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4400 |
<component name="policy_management_certificate_api" long-name="Policy Management Certificate API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4401 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/policy_management_certificate_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4402 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4403 |
<component name="oma_provisioning_adapter_api" long-name="OMA Provisioning Adapter API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4404 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/oma_provisioning_adapter_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4405 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4406 |
<component name="device_management_parameter_api" long-name="Device Management Parameter API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4407 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/device_management_parameter_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4408 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4409 |
<component name="data_synchronization_plugin_api" long-name="Data Synchronization Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4410 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/data_synchronization_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4411 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4412 |
<component name="sync_alert_handler_api" long-name="Sync Alert Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4413 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/sync_alert_handler_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4414 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4415 |
<component name="syncml_notifier_api" long-name="SyncML Notifier API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4416 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_notifier_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4417 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4418 |
<component name="syncml_client_api" long-name="SyncML Client API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4419 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_client_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4420 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4421 |
<component name="device_management_plugin_api" long-name="Device Management plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4422 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/device_management_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4423 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4424 |
<component name="dm_tree_apis" long-name="DM Tree APIs" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4425 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_tree_apis/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4426 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4427 |
<component name="terminal_security_device_lock_api" long-name="Terminal Security Device Lock API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4428 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/terminal_security_device_lock_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4429 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4430 |
<component name="policy_management_request_api" long-name="Policy Management Request API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4431 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/policy_management_request_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4432 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4433 |
<component name="ds_constant_definitions_api" long-name="DS Constant Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4434 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/ds_constant_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4435 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4436 |
<component name="scp_server_api" long-name="SCP Server API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4437 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/scp_server_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4438 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4439 |
<component name="data_synchronization_notification_api" long-name="Data Synchronization Notification API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4440 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/data_synchronization_notification_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4441 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4442 |
<component name="oma_provisioning_engine_api" long-name="OMA Provisioning Engine API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4443 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/oma_provisioning_engine_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4444 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4445 |
<component name="dm_utils_api" long-name="DM Utils API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4446 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_utils_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4447 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4448 |
<component name="syncml_alert_api" long-name="SyncML Alert API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4449 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_alert_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4450 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4451 |
<component name="obex_client_session_api" long-name="OBEX Client session API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4452 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/obex_client_session_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4453 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4454 |
<component name="setting_enforcement_info_api" long-name="Setting Enforcement Info API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4455 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/setting_enforcement_info_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4456 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4457 |
<component name="dm_constant_definitions_api" long-name="DM Constant Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4458 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_constant_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4459 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4460 |
<component name="oma_ds_extensions_api" long-name="OMA DS Extensions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4461 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/oma_ds_extensions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4462 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4463 |
<component name="pnpms_utils_api" long-name="PNPMS Utils API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4464 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/pnpms_utils_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4465 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4466 |
<component name="adaptive_history_list_api" long-name="Adaptive History List API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4467 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/adaptive_history_list_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4468 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4469 |
<component name="adaptive_history_list_session_api" long-name="Adaptive History List Session API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4470 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/adaptive_history_list_session_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4471 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4472 |
<component name="fota_engine_api" long-name="FOTA Engine API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4473 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/fota_engine_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4474 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4475 |
<component name="update_package_storage_plugin_api" long-name="Update Package Storage Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4476 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/update_package_storage_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4477 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4478 |
<component name="syncml_notifier_roaming_api" long-name="SyncML Notifier Roaming API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4479 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_notifier_roaming_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4480 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4481 |
<component name="dcmo_adapter_api" long-name="DCMO Adapter API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4482 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/dcmo_adapter_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4483 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4484 |
<component name="dcmo_control_api" long-name="DCMO Control API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4485 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/dcmo_control_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4486 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4487 |
<component name="ds_capability_mgmt_plugin_api" long-name="DS Capability Management Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4488 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/ds_capability_mgmt_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4489 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4490 |
<component name="devicemgmt_dialogs_api" long-name="Device Management Dialogs API" filter="s60" introduced="^4" class="api"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4491 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/devicemgmt_dialogs_api/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4492 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4493 |
<component name="dm_device_dialog_api" long-name="DM Device Dialog API" filter="s60" introduced="^4" class="api"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4494 |
<unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_device_dialog_api/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4495 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4496 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4497 |
<collection name="policymanagement" long-name="Policy Management" level="generic"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4498 |
<component name="policyenginepolicies" long-name="Policy Engine Policies" filter="s60,!dfs_build"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4499 |
<unit bldFile="mw/remotemgmt/policymanagement/policyengine/policyenginepolicies/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4500 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4501 |
<component name="policyengine" filter="s60" long-name="Policy Engine"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4502 |
<unit bldFile="mw/remotemgmt/policymanagement/policyengine" proFile="policyengine.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4503 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4504 |
<component name="policymanagement_config" filter="s60" long-name="Policy Management Config" class="config"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4505 |
<unit bldFile="mw/remotemgmt/policymanagement/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4506 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4507 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4508 |
<collection name="syncmlfw" long-name="SyncML Framework" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4509 |
<component name="syncmlfw_build" filter="s60" long-name="SyncML Framework Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4510 |
<!-- need to break this up into components. Too convoluted a structure to be in a single bld.inf--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4511 |
<unit bldFile="mw/remotemgmt/syncmlfw/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4512 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4513 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4514 |
<collection name="terminalsecurity" long-name="Terminal Security" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4515 |
<component name="scp" filter="s60" long-name="Security Code Proxy"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4516 |
<!-- can only have one unit, need to have these #included from a single bld.inf --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4517 |
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpclient/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4518 |
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpdatabase/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4519 |
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4520 |
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scppatternplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4521 |
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scphistoryplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4522 |
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scptimestampplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4523 |
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpeventhandler/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4524 |
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/dmeventnotifier/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4525 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4526 |
<component name="terminalsecurity_client" filter="s60" long-name="Terminal Control Client"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4527 |
<unit bldFile="mw/remotemgmt/terminalsecurity/client/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4528 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4529 |
<component name="terminalsecurity_server" filter="s60" long-name="Terminal Control Server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4530 |
<unit bldFile="mw/remotemgmt/terminalsecurity/server/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4531 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4532 |
<component name="tcadapter" filter="s60" long-name="Terminal Control Adapter"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4533 |
<unit bldFile="mw/remotemgmt/terminalsecurity/tcadapter/bld"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4534 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4535 |
<component name="terminalsecurity_build" filter="s60" long-name="Terminal Security Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4536 |
<!-- need to distribute exports, etc into the other components and remove this--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4537 |
<unit bldFile="mw/remotemgmt/terminalsecurity/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4538 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4539 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4540 |
<collection name="omaprovisioning" long-name="OMA Provisioning" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4541 |
<component name="pnputil" filter="s60" long-name="PnP Util"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4542 |
<unit bldFile="mw/remotemgmt/omaprovisioning/pnputil/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4543 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4544 |
<component name="provisioning" filter="s60" long-name="Provisioning"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4545 |
<unit bldFile="mw/remotemgmt/omaprovisioning/provisioning/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4546 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4547 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4548 |
<collection name="dcmofw" long-name="Device Capability Management Object Framework" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4549 |
<component name="dcmoclient" filter="s60" long-name="DCMO Client"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4550 |
<unit bldFile="mw/remotemgmt/dcmofw/dcmoclient/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4551 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4552 |
<component name="dcmoserver" filter="s60" long-name="DCMO Server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4553 |
<unit bldFile="mw/remotemgmt/dcmofw/dcmoserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4554 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4555 |
<component name="dcmocustcmd" filter="s60" long-name="DCMO Custom Commands"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4556 |
<unit bldFile="mw/remotemgmt/dcmofw/dcmocustcmd/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4557 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4558 |
<component name="dcmofw_build" filter="s60" long-name="DCMO Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4559 |
<!-- need to distribute exports, etc into the other components and remove this--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4560 |
<unit bldFile="mw/remotemgmt/dcmofw/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4561 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4562 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4563 |
<collection name="fotaapplication" long-name="FOTA Application" level="generic"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4564 |
<component name="fotaapplication_build" filter="s60" long-name="FOTA Application Build"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4565 |
<!-- need to make this a real component: move down a dir? break up? --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4566 |
<unit bldFile="mw/remotemgmt/fotaapplication/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4567 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4568 |
<component name="fotaserver" filter="s60" long-name="FOTA Server"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4569 |
<unit bldFile="mw/remotemgmt/fotaapplication/fotaserver" proFile="fotaserver.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4570 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4571 |
</collection> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4572 |
<collection name="devicemgmtnotifications" long-name="Device Management Notifications" level="server"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4573 |
<component name="devicemgmtnotifications_rom" filter="s60" long-name="DM Notifications ROM" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4574 |
<unit bldFile="mw/remotemgmt/devicemgmtnotifications/rom"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4575 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4576 |
<component name="dmdevdialogclient" filter="s60" long-name="DM Device Dialog Client" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4577 |
<unit bldFile="mw/remotemgmt/devicemgmtnotifications/dmdevdialogclient/bld"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4578 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4579 |
<component name="dmdevdialogserver" filter="s60" long-name="DM Device Dialog Server" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4580 |
<unit bldFile="mw/remotemgmt/devicemgmtnotifications/dmdevdialogserver/bld"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4581 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4582 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4583 |
</block> |
726
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4584 |
<block name="remoteconn" level="generic" long-name="Remote Connectivity" levels="plugin framework server generic api"> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4585 |
<collection name="remoteconn_info" long-name="Remote Connectivity Info" level="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4586 |
<component name="remoteconn_metadata" long-name="Remote Connectivity Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4587 |
<unit mrp="mw/remoteconn/remoteconn_info/remoteconn_metadata/remoteconn_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4588 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4589 |
</collection> |
726
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4590 |
<collection name="remoteconn_plat" long-name="Remote Connectivity Platform Interfaces" level="api"> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4591 |
<component name="dialup_connection_status_api" long-name="Dialup Connection Status API" filter="s60" class="api"> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4592 |
<unit bldFile="mw/remoteconn/remoteconn_plat/dialup_connection_status_api/group"/> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4593 |
</component> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4594 |
<component name="dun_secondary_display_notification_api" long-name="Dialup Secondary Display Notification API" filter="s60" class="api"> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4595 |
<unit bldFile="mw/remoteconn/remoteconn_plat/dun_secondary_display_notification_api/group"/> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4596 |
</component> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4597 |
<component name="generic_hid_api" long-name="Generic HID API" filter="s60" class="api"> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4598 |
<!-- Missing? <meta rel="Api" href="remoteconn_plat/generic_hid_api/generic_hid_api.metaxml"/> --> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4599 |
<unit bldFile="mw/remoteconn/remoteconn_plat/generic_hid_api/group"/> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4600 |
</component> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4601 |
<component name="locod_bearer_plugin_api" long-name="LOCOD Bearer Plugin API" filter="s60" class="api"> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4602 |
<!-- Missing? <meta rel="Api" href="remoteconn_plat/locod_bearer_plugin_api/locod_bearer_plugin_api.metaxml"/> --> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4603 |
<unit bldFile="mw/remoteconn/remoteconn_plat/locod_bearer_plugin_api/group"/> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4604 |
</component> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4605 |
<component name="locod_service_plugin_api" long-name="LOCOD Service Plugin API" filter="s60" class="api"> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4606 |
<!-- Missing? <meta rel="Api" href="remoteconn_plat/locod_service_plugin_api/locod_service_plugin_api.metaxml"/> --> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4607 |
<unit bldFile="mw/remoteconn/remoteconn_plat/locod_service_plugin_api/group"/> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4608 |
</component> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
4609 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4610 |
<collection name="mtptransports" long-name="MTP Transports" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4611 |
<component name="mtpusbtransport" long-name="MTP USB Transport" introduced="^2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4612 |
<unit bldFile="mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4613 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4614 |
<component name="mtpptpiptransport" long-name="MTP PTP-IP Transport" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4615 |
<unit bldFile="mw/remoteconn/mtptransports/mtpptpiptransport/group" mrp="mw/remoteconn/mtptransports/mtpptpiptransport/group/mtp_ptpip.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4616 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4617 |
<component name="mtpcontroller" long-name="MTP Controller" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4618 |
<unit bldFile="mw/remoteconn/mtptransports/mtpcontroller/group" mrp="mw/remoteconn/mtptransports/mtpcontroller/group/mtpcontroller.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4619 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4620 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4621 |
<collection name="mtpfws" long-name="MTP Frameworks" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4622 |
<component name="mtpfw" long-name="MTP Framework" introduced="^2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4623 |
<unit bldFile="mw/remoteconn/mtpfws/mtpfw/group" mrp="mw/remoteconn/mtpfws/mtpfw/group/mtp_framework.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4624 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4625 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4626 |
<collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4627 |
<component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" introduced="^2" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4628 |
<unit bldFile="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4629 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4630 |
<component name="mtpimagedp" long-name="MTP Image Data Provider" filter="gt" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4631 |
<unit bldFile="mw/remoteconn/mtpdataproviders/mtpimagedp/group" mrp="mw/remoteconn/mtpdataproviders/mtpimagedp/group/mtp_imagedp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4632 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4633 |
<component name="mtppictbridgedp" long-name="MTP PictBridge Data Provider" filter="gt" introduced="^3" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4634 |
<unit bldFile="mw/remoteconn/mtpdataproviders/mtppictbridgedp/group" mrp="mw/remoteconn/mtpdataproviders/mtppictbridgedp/group/mtp_pictbridgedp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4635 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4636 |
<component name="mtpplaybackcontroldp" long-name="MTP Playback Control Data Provider" introduced="^4" purpose="optional" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4637 |
<unit bldFile="mw/remoteconn/mtpdataproviders/mtpplaybackcontroldp/group" mrp="mw/remoteconn/mtpdataproviders/mtpplaybackcontroldp/group/mtp_playbackcontroldp.mrp"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4638 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4639 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4640 |
<collection name="backupandrestore" long-name="Backup and Restore" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4641 |
<component name="backupengine" long-name="Backup Engine" introduced="9.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4642 |
<unit bldFile="mw/remoteconn/backupandrestore/backupengine/group" mrp="mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4643 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4644 |
<component name="backuptest" long-name="Backup Test" introduced="^2" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4645 |
<unit bldFile="mw/remoteconn/backupandrestore/backuptest/group" mrp="mw/remoteconn/backupandrestore/backuptest/group/connectivity_backuptest.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4646 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4647 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4648 |
<collection name="obex" long-name="OBEX" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4649 |
<component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4650 |
<unit bldFile="mw/remoteconn/obex/obexprotocol/group" mrp="mw/remoteconn/obex/obexprotocol/group/obex.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4651 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4652 |
<component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4653 |
<unit bldFile="mw/remoteconn/obex/obexextensionapi/group" mrp="mw/remoteconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4654 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4655 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4656 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4657 |
<block name="srvdiscovery" level="generic" long-name="Service Discovery and Usage" levels="plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4658 |
<collection name="upnpstack_plat" long-name="UPnP Stack Platform Interfaces" level="specific"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
4659 |
<component name="upnp_device_api" long-name="UPnP Device API" purpose="optional" introduced="^3" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4660 |
<unit bldFile="mw/srvdiscovery/upnp/upnpstack_plat/upnp_device_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4661 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
4662 |
<component name="upnp_common_api" long-name="UPnP Common API" purpose="optional" introduced="^3" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4663 |
<unit bldFile="mw/srvdiscovery/upnp/upnpstack_plat/upnp_common_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4664 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
4665 |
<component name="upnp_utils_api" long-name="UPnP Utils API" purpose="optional" introduced="^3" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4666 |
<unit bldFile="mw/srvdiscovery/upnp/upnpstack_plat/upnp_utils_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4667 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
4668 |
<component name="upnp_control_point_api" long-name="UPnP Control Point API" purpose="optional" introduced="^3" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4669 |
<unit bldFile="mw/srvdiscovery/upnp/upnpstack_plat/upnp_control_point_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4670 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
4671 |
<component name="upnp_httpserver_api" long-name="UPnP HTTP Server API" purpose="optional" introduced="^3" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4672 |
<unit bldFile="mw/srvdiscovery/upnp/upnpstack_plat/upnp_httpserver_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4673 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
4674 |
<component name="upnp_http_transfer_api" long-name="UPnP HTTP Transfer API" purpose="optional" introduced="^3" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4675 |
<unit bldFile="mw/srvdiscovery/upnp/upnpstack_plat/upnp_http_transfer_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4676 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4677 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4678 |
<collection name="servicediscoveryandcontrol" long-name="Service Discovery and Control" level="framework"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4679 |
<component name="servicediscoveryfw" long-name="Service Discovery Framework" introduced="^3" purpose="optional" filter="s60"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4680 |
<unit bldFile="mw/srvdiscovery/servicediscoveryandcontrol/pnp/group" mrp="mw/srvdiscovery/servicediscoveryandcontrol/pnp/group/servicediscoveryframework.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4681 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4682 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4683 |
<collection name="upnp" long-name="UPnP" level="server"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4684 |
<component name="upnpstack" long-name="UPnP Stack" introduced="^3" purpose="optional" filter="s60"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4685 |
<unit bldFile="mw/srvdiscovery/upnp/upnpstack/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4686 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4687 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4688 |
<collection name="srvdiscovery_info" long-name="Service Discovery and Usage Info" level="specific"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4689 |
<component name="srvdiscovery_metadata" long-name="Service Discovery and Usage Metadata" introduced="^2" purpose="development" filter="s60" class="config PC"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4690 |
<unit mrp="mw/srvdiscovery/srvdiscovery_info/srvdiscovery_metadata/srvdiscovery_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4691 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4692 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4693 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4694 |
<block name="dlnasrv" level="specific" long-name="DLNA Services" levels="stack server ctrl framework plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4695 |
<!-- uncomment all the units when configuration is in place, they're currently #included from other xxx_build components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4696 |
<collection name="dlnasrv_plat" long-name="DLNA Services Platform Interfaces" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4697 |
<component name="upnp_media_server_settings_api" long-name="UPnP Media Server Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4698 |
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_media_server_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4699 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4700 |
<component name="upnp_av_objects_api" long-name="UPnP A/V Objects API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4701 |
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_av_objects_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4702 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4703 |
<component name="upnp_media_server_api" long-name="UPnP Media Server API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4704 |
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_media_server_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4705 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4706 |
<component name="upnp_security_plugin_api" long-name="UPnP Security Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4707 |
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_security_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4708 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4709 |
<component name="upnp_avcp_api" long-name="UPnP AVCP API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4710 |
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_avcp_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4711 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4712 |
<component name="upnp_media_server_metadata_api" long-name="UPnP Media Server Metadata API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4713 |
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_media_server_metadata_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4714 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4715 |
<component name="upnp_command_api" long-name="UPnP Command API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4716 |
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_command_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4717 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4718 |
<component name="upnp_plugin_api" long-name="UPnP Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4719 |
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4720 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4721 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4722 |
<collection name="upnpavcontrolpoint" long-name="UPnP A/V Control Point" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4723 |
<component name="avcontrolframework" filter="s60" long-name="A/V Control Famework" introduced="9.1" deprecated="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4724 |
<unit bldFile="mw/dlnasrv/upnpavcontrolpoint/avcontrolframework/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4725 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4726 |
<component name="upnpavcontrolpoint_build" filter="s60" long-name="UPnP A/V Control Point Build" introduced="9.1" deprecated="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4727 |
<!-- put exports in other component instead --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4728 |
<unit bldFile="mw/dlnasrv/upnpavcontrolpoint/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4729 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4730 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4731 |
<collection name="upnpmediaserver" long-name="UPnP Media Server" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4732 |
<component name="avobjects" filter="s60" long-name="A/V Objects"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4733 |
<unit bldFile="mw/dlnasrv/upnpmediaserver/avobjects/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4734 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4735 |
<component name="mediaserverclient" filter="s60" long-name="Media Server Client"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4736 |
<unit bldFile="mw/dlnasrv/upnpmediaserver/mediaserverclient/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4737 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4738 |
<component name="connectionmanagerservice" filter="s60" long-name="Connection Manager Service"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4739 |
<unit bldFile="mw/dlnasrv/upnpmediaserver/connectionmanagerservice/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4740 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4741 |
<component name="contentdirectoryservice" filter="s60" long-name="Content Directory Service"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4742 |
<unit bldFile="mw/dlnasrv/upnpmediaserver/contentdirectoryservice/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4743 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4744 |
<component name="mediaserverengine" filter="s60" long-name="Media Server Engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4745 |
<unit bldFile="mw/dlnasrv/upnpmediaserver/mediaserverengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4746 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4747 |
<component name="upnpmediaserver_build" filter="s60" long-name="UPnP Media Server Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4748 |
<!-- move exports into one of above components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4749 |
<unit bldFile="mw/dlnasrv/upnpmediaserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4750 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4751 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4752 |
<collection name="upnpavcontroller" long-name="UPnP A/V Controller" level="ctrl"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4753 |
<component name="upnpxmlparser" filter="s60" long-name="UPnP XML Parser" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4754 |
<unit bldFile="mw/dlnasrv/upnpavcontroller/upnpxmlparser/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4755 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4756 |
<component name="upnpavcontrollerserver" filter="s60" long-name="UPnP A/V Controller Server" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4757 |
<unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4758 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4759 |
<component name="upnpavcontrollerclient" filter="s60" long-name="UPnP A/V Ccontroller Client" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4760 |
<unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerclient/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4761 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4762 |
<component name="upnpavcontrollerhelper" filter="s60" long-name="UPnP A/V Controller Helper" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4763 |
<unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerhelper/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4764 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4765 |
<component name="upnpavcontroller_build" filter="s60" long-name="UPnP A/V Controller Build" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4766 |
<!-- move exports content into one of above components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4767 |
<unit bldFile="mw/dlnasrv/upnpavcontroller/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4768 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4769 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4770 |
<collection name="upnpframework" long-name="UPnP Framework" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4771 |
<component name="upnputilities" filter="s60" long-name="UPnP Utilities" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4772 |
<unit bldFile="mw/dlnasrv/upnpframework/upnputilities/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4773 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4774 |
<component name="upnpextensionpluginif" filter="s60" long-name="UPnP Home Media Extension Plugin Interface" introduced="^2" deprecated="^3"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4775 |
<unit bldFile="mw/dlnasrv/upnpframework/upnpextensionpluginif/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4776 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4777 |
<component name="upnpfiletransferengine" filter="s60" long-name="UPnP File Transfer Engine" introduced="^2" deprecated="^3"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4778 |
<unit bldFile="mw/dlnasrv/upnpframework/upnpfiletransferengine/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4779 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4780 |
<component name="upnpcommonui" filter="s60" long-name="UPnP Common UI" introduced="^2" deprecated="^3"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4781 |
<unit bldFile="mw/dlnasrv/upnpframework/upnpcommonui/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4782 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4783 |
<component name="upnpaiwengine" filter="s60" long-name="UPnP AIW Engine" introduced="^2" deprecated="^3"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4784 |
<unit bldFile="mw/dlnasrv/upnpframework/upnpaiwengine/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4785 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4786 |
<component name="upnpaiwprovider" filter="s60" long-name="UPnP AIW Provider" introduced="^2" deprecated="^3" plugin="Y"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4787 |
<unit bldFile="mw/dlnasrv/upnpframework/upnpaiwprovider/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4788 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4789 |
<component name="upnpmusicadapter" filter="s60" long-name="UPnP Music Adapter" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4790 |
<unit bldFile="mw/dlnasrv/upnpframework/upnpmusicadapter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4791 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4792 |
<component name="upnpcommand" filter="s60" long-name="UPnP Command" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4793 |
<unit bldFile="mw/dlnasrv/upnpframework/upnpcommand/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4794 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4795 |
<component name="upnpframework_build" filter="s60" long-name="UPnP Framework Build" introduced="^2"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4796 |
<!-- move exports content into one or more of above components --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4797 |
<unit bldFile="mw/dlnasrv/upnpframework/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4798 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4799 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4800 |
<collection name="upnpsettings" long-name="UPnP Settings" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4801 |
<component name="upnpsettingsengine" filter="s60" long-name="UPnP Settings Engine" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4802 |
<unit bldFile="mw/dlnasrv/upnpsettings/upnpsettingsengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4803 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4804 |
<component name="multiselectionui" filter="s60" long-name="Multi-Selection UI" introduced="^2" deprecated="^3"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4805 |
<unit bldFile="mw/dlnasrv/upnpsettings/multiselectionui/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4806 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4807 |
<component name="appwizard" filter="s60" long-name="UPnP Settings Wizard App" introduced="^2" deprecated="^3"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4808 |
<unit bldFile="mw/dlnasrv/upnpsettings/appwizard/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4809 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4810 |
<component name="upnpsharingui" filter="s60" long-name="UPnP Sharing UI" introduced="^2" deprecated="^3"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4811 |
<unit bldFile="mw/dlnasrv/upnpsettings/upnpsharingui/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4812 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4813 |
<component name="upnpgsplugin" filter="s60" long-name="UPnP GS Plugin" introduced="^2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4814 |
<unit bldFile="mw/dlnasrv/upnpsettings/upnpgsplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4815 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4816 |
<component name="upnpsettings_build" filter="s60" long-name="UPnP Settings Build" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4817 |
<!-- move exports content into one of above components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4818 |
<unit bldFile="mw/dlnasrv/upnpsettings/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4819 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4820 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4821 |
<collection name="upnpsharing" long-name="UPnP Sharing" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4822 |
<component name="upnpdlnaprofiler" filter="s60" long-name="UPnP DLNA Profiler" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4823 |
<unit bldFile="mw/dlnasrv/upnpsharing/upnpdlnaprofiler/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4824 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4825 |
<component name="upnpsecurity" filter="s60" long-name="UPnP Security" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4826 |
<unit bldFile="mw/dlnasrv/upnpsharing/upnpsecurity/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4827 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4828 |
<component name="upnpcontentserver" filter="s60" long-name="UPnP Content Server" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4829 |
<unit bldFile="mw/dlnasrv/upnpsharing/upnpcontentserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4830 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4831 |
<component name="applicationengine" filter="s60" long-name="UPnP Application Engine" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4832 |
<unit bldFile="mw/dlnasrv/upnpsharing/applicationengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4833 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4834 |
<component name="upnpsharing_build" filter="s60" long-name="UPnP Sharing Build" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4835 |
<!-- move exports content into one of above components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4836 |
<unit bldFile="mw/dlnasrv/upnpsharing/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4837 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4838 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4839 |
<collection name="upnpmpxplugins" long-name="UPnP MPX Plugins" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4840 |
<component name="upnpplaybackplugins" filter="s60" long-name="UPnP Playback Plugins" introduced="^2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4841 |
<unit bldFile="mw/dlnasrv/upnpmpxplugins/upnpplaybackplugins/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4842 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4843 |
<component name="upnpmpxplugins_build" filter="s60" long-name="UPnP MPX Plugins Build" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4844 |
<!-- move exports content into other component? --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4845 |
<unit bldFile="mw/dlnasrv/upnpmpxplugins/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4846 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4847 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4848 |
<collection name="upnpharvester" long-name="UPnP Harvester" level="ctrl"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4849 |
<component name="upnpharvester_common" filter="s60" long-name="UPnP Harvester Common" introduced="^2" deprecated="^3"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4850 |
<!-- need to merge or #include these to a single bld.inf --> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4851 |
<unit bldFile="mw/dlnasrv/upnpharvester/common/cmlibrary/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4852 |
<unit bldFile="mw/dlnasrv/upnpharvester/common/cmsettings/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4853 |
<unit bldFile="mw/dlnasrv/upnpharvester/common/cmsqlwrapper/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4854 |
<unit bldFile="mw/dlnasrv/upnpharvester/common/dbmanager/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4855 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4856 |
<component name="cdssync" filter="s60" long-name="CDS Sync" introduced="^2" deprecated="^3"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4857 |
<unit bldFile="mw/dlnasrv/upnpharvester/cdssync/common"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4858 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4859 |
<component name="mdhserver" filter="s60" long-name="Metadata Harvester Server" introduced="^2" deprecated="^3"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4860 |
<unit bldFile="mw/dlnasrv/upnpharvester/mdhserver/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4861 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4862 |
<component name="upnpharvester_build" filter="s60" long-name="UPnP Harvester Build" introduced="^2" deprecated="^3"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4863 |
<!-- could just make the whole collection one component and move down a dir. Or move the exports here into the other component --> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4864 |
<unit bldFile="mw/dlnasrv/upnpharvester/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4865 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4866 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4867 |
<collection name="homesync" long-name="Home Sync" level="plugin"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4868 |
<component name="contentmanager" filter="s60" long-name="Content Manager" introduced="^2" deprecated="^3"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4869 |
<unit bldFile="mw/dlnasrv/homesync/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4870 |
<!-- move bld.inf into contentmanager dir --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4871 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4872 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4873 |
<collection name="homemedia" long-name="Home Media" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4874 |
<!-- collection is really just a component. Move down a directory --> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4875 |
<component name="homemedia_build" filter="s60" long-name="Home Media" introduced="^2" deprecated="^3"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4876 |
<unit bldFile="mw/dlnasrv/homemedia/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4877 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4878 |
</collection> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4879 |
<collection name="dlnasrv_info" long-name="DLNA Services Info" level="plugin"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4880 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4881 |
<block name="btservices" level="generic" long-name="Bluetooth Services" levels="framework server generic specific plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4882 |
<collection name="btservices_pub" long-name="BT Services Public Interfaces" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4883 |
<component name="bluetooth_power_state_api" long-name="Bluetooth Power State API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4884 |
<unit bldFile="mw/btservices/btservices_pub/bluetooth_power_state_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4885 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4886 |
<component name="bluetooth_notifier_api" long-name="Bluetooth Notifier API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4887 |
<unit bldFile="mw/btservices/btservices_pub/bluetooth_notifier_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4888 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4889 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4890 |
<collection name="btservices_plat" long-name="BT Services Platform Interfaces" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4891 |
<component name="bluetooth_dosserver_audio_api" long-name="Bluetooth DOS Server Audio API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4892 |
<unit bldFile="mw/btservices/btservices_plat/bluetooth_dosserver_audio_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4893 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4894 |
<component name="bluetooth_dut_mode_api" long-name="Bluetooth DUT Mode API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4895 |
<unit bldFile="mw/btservices/btservices_plat/bluetooth_dut_mode_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4896 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4897 |
<component name="bluetooth_engine_api" long-name="Bluetooth Engine API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4898 |
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4899 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4900 |
<component name="bluetooth_engine_connection_management_api" long-name="Bluetooth Engine Connection Management API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4901 |
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_connection_management_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4902 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4903 |
<component name="bluetooth_engine_device_management_api" long-name="Bluetooth Engine Device Management API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4904 |
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_device_management_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4905 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4906 |
<component name="bluetooth_engine_discovery_api" long-name="Bluetooth Engine Discovery API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4907 |
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_discovery_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4908 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4909 |
<component name="bluetooth_engine_features_api" long-name="Bluetooth Engine Features API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4910 |
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_features_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4911 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4912 |
<component name="bluetooth_engine_settings_api" long-name="Bluetooth Engine Settings API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4913 |
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_settings_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4914 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4915 |
<component name="bluetooth_engine_plugin_api" long-name="Bluetooth Engine Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4916 |
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4917 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4918 |
<component name="bluetooth_local_variation_api" long-name="Bluetooth Local Variation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4919 |
<unit bldFile="mw/btservices/btservices_plat/bluetooth_local_variation_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4920 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4921 |
<component name="bluetooth_notifier_internal_api" long-name="Bluetooth Notifier internal API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4922 |
<unit bldFile="mw/btservices/btservices_plat/bluetooth_notifier_internal_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4923 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4924 |
<component name="bluetooth_sap_connection_state_api" long-name="Bluetooth SAP Connection State API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4925 |
<unit bldFile="mw/btservices/btservices_plat/bluetooth_sap_connection_state_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4926 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4927 |
<component name="bluetooth_secondary_display_notification_api" long-name="Bluetooth Secondary Display Notification API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4928 |
<unit bldFile="mw/btservices/btservices_plat/bluetooth_secondary_display_notification_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4929 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4930 |
<component name="obex_secondary_display_notification_api" long-name="OBEX Secondary Display Notification API" filter="s60" class="api"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4931 |
<unit bldFile="mw/btservices/btservices_plat/obex_secondary_display_notification_api/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4932 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4933 |
<component name="obex_service_plugin_api" long-name="OBEX Service Plugin API" filter="s60" class="api"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4934 |
<unit bldFile="mw/btservices/btservices_plat/obex_service_plugin_api/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4935 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4936 |
<component name="obex_service_utils_api" long-name="OBEX Service Utils API" filter="s60" class="api"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4937 |
<unit bldFile="mw/btservices/btservices_plat/obex_service_utils_api/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4938 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4939 |
<component name="usb_obexservicemanager_client_api" long-name="OBEX Service Manager Client API" filter="s60" class="api"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4940 |
<unit bldFile="mw/btservices/btservices_plat/usb_obexservicemanager_client_api/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4941 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4942 |
<component name="bt_remote_device_setting_api" long-name="BT Remote Device Setting API" filter="s60" introduced="^4" class="api"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4943 |
<unit bldFile="mw/btservices/btservices_plat" proFile="btservices_plat.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4944 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4945 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4946 |
<collection name="bluetoothengine" long-name="Bluetooth Engine" level="framework"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4947 |
<component name="btnotifclient" filter="s60" long-name="Bluetooth Notification Client" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4948 |
<!-- cannot put a component under another component. Move up a directory --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4949 |
<unit bldFile="mw/btservices/bluetoothengine/btnotif/btnotifclient/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4950 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4951 |
<component name="bteng" filter="s60" long-name="Bluetooth Engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4952 |
<unit bldFile="mw/btservices/bluetoothengine/bteng/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4953 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4954 |
<component name="btserviceutil" filter="s60" long-name="Bluetooth Service Utils" introduced="^4"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4955 |
<unit bldFile="mw/btservices/bluetoothengine/btserviceutil/group" filter="!test"/> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4956 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4957 |
<component name="btnotif" filter="s60" long-name="Bluetooth Notifier"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4958 |
<unit bldFile="mw/btservices/bluetoothengine/btnotif/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4959 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4960 |
<component name="btdevicedialogplugin" filter="s60" long-name="Bluetooth Device Dialog Plugin" introduced="^4" plugin="Y"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4961 |
<unit bldFile="mw/btservices/bluetoothengine/btnotif/btdevicedialogplugin" proFile="btdevicedialogplugin.pro"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4962 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4963 |
<component name="btaudioman" filter="s60" long-name="Bluetooth Audio Manager"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4964 |
<unit bldFile="mw/btservices/bluetoothengine/btaudioman/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4965 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4966 |
<component name="btmac" filter="s60" long-name="Bluetooth Mono Audio Controller" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4967 |
<unit bldFile="mw/btservices/bluetoothengine/btmac/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4968 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4969 |
<component name="btsac" filter="s60" long-name="Bluetooth Stereo Audio Controller" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4970 |
<unit bldFile="mw/btservices/bluetoothengine/btsac/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4971 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4972 |
<component name="btaudiostreamer" filter="s60" long-name="Bluetooth Audio Streamer"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
4973 |
<unit bldFile="mw/btservices/bluetoothengine/btaudiostreamer/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4974 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4975 |
<component name="btsap" filter="s60" long-name="Bluetooth SIM Access Profile" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4976 |
<unit bldFile="mw/btservices/bluetoothengine/btsap/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4977 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4978 |
<component name="btui" filter="s60" long-name="Bluetooth UI"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
4979 |
<unit bldFile="mw/btservices/bluetoothengine/btui" proFile="btui.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4980 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4981 |
<component name="btpbap" filter="s60" long-name="Bluetooth Phonebook Access Profile" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4982 |
<unit bldFile="mw/btservices/bluetoothengine/btpbap/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4983 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4984 |
<component name="bthid" filter="s60" long-name="Bluetooth HID"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4985 |
<unit bldFile="mw/btservices/bluetoothengine/bthid/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4986 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4987 |
<component name="btctrldcmoadapter" filter="s60" long-name="Bluetooth Control DCMO Adapter" introduced="^3" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4988 |
<unit bldFile="mw/btservices/bluetoothengine/btctrldcmoadapter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4989 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4990 |
<component name="btindicator" filter="s60" long-name="Bluetooth Indicator" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4991 |
<unit bldFile="mw/btservices/bluetoothengine/btindicator" proFile="btindicator.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4992 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4993 |
<component name="bluetoothengine_conf" filter="s60" long-name="Bluetooth Engine Config" introduced="^4" class="config"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4994 |
<unit bldFile="mw/btservices/bluetoothengine/conf"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
4995 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4996 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4997 |
<collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4998 |
<component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
4999 |
<unit bldFile="mw/btservices/bluetoothappprofiles/avrcp" mrp="mw/btservices/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5000 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5001 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5002 |
<collection name="atcommands" long-name="AT Commands" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5003 |
<component name="modematplugin" long-name="Modem AT Plugin" filter="s60" introduced="^4" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5004 |
<unit bldFile="mw/btservices/atcommands/modematplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5005 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5006 |
<component name="lccustomplugin" long-name="LC Custom Plugin" filter="s60" introduced="^4" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5007 |
<unit bldFile="mw/btservices/atcommands/lccustomplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5008 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5009 |
</collection> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5010 |
<collection name="cbsatplugin" long-name="CBS AT Plugin" level="plugin"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5011 |
<component name="atmisccmdplugin" long-name="AT Misc Commands Plugin" filter="s60" introduced="^4" plugin="Y"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5012 |
<unit bldFile="mw/btservices/cbsatplugin/atmisccmdplugin/group"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5013 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5014 |
</collection> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5015 |
<collection name="btobexprofiles" long-name="BT OBEX Profiles" level="generic"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5016 |
<component name="obexreceiveservices" long-name="OBEX Receive Services" filter="s60"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5017 |
<unit bldFile="mw/btservices/btobexprofiles/obexreceiveservices/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5018 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5019 |
<component name="btmsgviewer" long-name="BT Message Viewer" filter="s60" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5020 |
<!-- should be moved out from under obexreceiveservices into own component dir --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5021 |
<unit bldFile="mw/btservices/btobexprofiles/obexreceiveservices/btmsgviewer" proFile="btmsgviewer.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5022 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5023 |
<component name="obexsendservices" long-name="OBEX Send Services" filter="s60"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5024 |
<unit bldFile="mw/btservices/btobexprofiles/obexsendservices/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5025 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5026 |
<component name="obexhighway" long-name="OBEX Highway" filter="s60" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5027 |
<!-- should be moved out from under obexsendservices into own component dir --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5028 |
<unit bldFile="mw/btservices/btobexprofiles/obexsendservices/obexhighway" proFile="obexhighway.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5029 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5030 |
<component name="obexserviceman" long-name="OBEX Service Manager" filter="s60"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5031 |
<unit bldFile="mw/btservices/btobexprofiles/obexserviceman/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5032 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5033 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5034 |
<collection name="btservices_info" long-name="BT Services Info" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5035 |
<component name="btservices_metadata" long-name="BT Services Metadata" introduced="^3" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5036 |
<unit mrp="mw/btservices/btservices_info/btservices_metadata/btservices_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5037 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5038 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5039 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5040 |
<block name="usbservices" level="generic" long-name="USB Services" levels="framework server generic specific plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5041 |
<collection name="usbservices_plat" long-name="USB Services Platform Interfaces" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5042 |
<component name="pictbridge_api" long-name="PictBridge API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5043 |
<unit bldFile="mw/usbservices/usbservices_plat/pictbridge_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5044 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5045 |
<component name="ptp_responder_api" long-name="PTP Responder API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5046 |
<unit bldFile="mw/usbservices/usbservices_plat/ptp_responder_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5047 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5048 |
<component name="ptp_transport_api" long-name="PTP Transport API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5049 |
<unit bldFile="mw/usbservices/usbservices_plat/ptp_transport_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5050 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5051 |
<component name="usb_device_control_plugin_api" long-name="USB Device Control Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5052 |
<unit bldFile="mw/usbservices/usbservices_plat/usb_device_control_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5053 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5054 |
<component name="usb_notifier_api" long-name="USB Notifier API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5055 |
<unit bldFile="mw/usbservices/usbservices_plat/usb_notifier_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5056 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5057 |
<component name="usb_personality_api_header" long-name="USB Personality API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5058 |
<unit bldFile="mw/usbservices/usbservices_plat/usb_personality_api_header/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5059 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5060 |
<component name="usb_personality_plugin_api" long-name="USB Personality Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5061 |
<unit bldFile="mw/usbservices/usbservices_plat/usb_personality_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5062 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5063 |
<component name="usb_secondary_display_api" long-name="USB Secondary Display API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5064 |
<unit bldFile="mw/usbservices/usbservices_plat/usb_secondary_display_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5065 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5066 |
<component name="usb_watcher_api" long-name="USB Watcher API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5067 |
<unit bldFile="mw/usbservices/usbservices_plat/usb_watcher_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5068 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5069 |
<component name="usb_watcher_info_api_header" long-name="USB Watcher Info API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5070 |
<unit bldFile="mw/usbservices/usbservices_plat/usb_watcher_info_api_header/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5071 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5072 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5073 |
<collection name="usbengines" long-name="USB Engines" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5074 |
<component name="usbotgwatcher" filter="s60" long-name="USB OTG Watcher"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5075 |
<unit bldFile="mw/usbservices/usbengines/usbotgwatcher/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5076 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5077 |
<component name="usbwatcher" filter="s60" long-name="USB Watcher"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5078 |
<unit bldFile="mw/usbservices/usbengines/usbwatcher/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5079 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5080 |
<component name="usblocodplugin" filter="s60" long-name="USB Local Connectivity Domain Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5081 |
<unit bldFile="mw/usbservices/usbengines/usblocodplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5082 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5083 |
<component name="usbdevcon" filter="s60" long-name="USB Device Control"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5084 |
<unit bldFile="mw/usbservices/usbengines/usbdevcon/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5085 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5086 |
<component name="usbremotepersonality" filter="s60" long-name="USB Remote Personality"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5087 |
<unit bldFile="mw/usbservices/usbengines/usbremotepersonality/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5088 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5089 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5090 |
<collection name="usbclasses" long-name="USB Classes" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5091 |
<component name="usbobexclasscontroller" filter="s60" long-name="USB OBEX Class Controller" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5092 |
<unit bldFile="mw/usbservices/usbclasses/usbobexclasscontroller/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5093 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5094 |
<component name="usbbasicpersonality" filter="s60" long-name="USB Basic Personality" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5095 |
<unit bldFile="mw/usbservices/usbclasses/usbbasicpersonality/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5096 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5097 |
<component name="usbmscpersonality" filter="s60" long-name="USB MSC Personality" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5098 |
<unit bldFile="mw/usbservices/usbclasses/usbmscpersonality/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5099 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5100 |
<component name="usbphoneasmodem" filter="s60" long-name="USB Phone as Modem" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5101 |
<unit bldFile="mw/usbservices/usbclasses/usbphoneasmodem/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5102 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5103 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5104 |
<collection name="usbuis" long-name="USB UIs" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5105 |
<component name="usbuinotif" filter="s60" long-name="USB UI Notifiers"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5106 |
<unit bldFile="mw/usbservices/usbuis/usbuinotif" filter="!test" proFile="usbuinotif.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5107 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5108 |
<component name="imageprintuiprovider" filter="s60" long-name="ImagePrint UI Provider" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5109 |
<unit bldFile="mw/usbservices/usbuis/imageprintuiprovider/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5110 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5111 |
<component name="usbimageprintui" filter="s60" long-name="ImagePrint UI"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5112 |
<unit bldFile="mw/usbservices/usbuis/imageprintui/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5113 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5114 |
<component name="usbsettingsapp" long-name="USB Settings Application" introduced="^4" filter="s60"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5115 |
<unit bldFile="mw/usbservices/usbuis/usbsettingsapp" proFile="usbsettingsapp.pro" qmakeArgs="-r"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5116 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5117 |
<component name="usbindicatorplugin" long-name="USB Indicator Plugin" introduced="^4" filter="s60" plugin="Y"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5118 |
<unit bldFile="mw/usbservices/usbuis/usbindicatorplugin" proFile="usbindicatorplugin.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5119 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5120 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5121 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5122 |
<block name="imghandling" level="specific" long-name="Image Handling" levels="lib util if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5123 |
<collection name="imagehandling_plat" long-name="Image Handling Platform Interfaces" level="if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5124 |
<component name="image_handling_library_api" long-name="Image Handling Library API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5125 |
<unit bldFile="mw/imghandling/imagehandling_plat/image_handling_library_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5126 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5127 |
<component name="3gp_library_api" long-name="3GP Library API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5128 |
<unit bldFile="mw/imghandling/imagehandling_plat/3gp_library_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5129 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5130 |
<component name="thumbnailmanager_api" long-name="Thumbnail Manager API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5131 |
<unit bldFile="mw/imghandling/imagehandling_plat/thumbnailmanager_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5132 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5133 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5134 |
<collection name="imagehandlinglib" long-name="Image Handling Library" level="lib"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5135 |
<!-- collection is really a component, need to move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5136 |
<component name="ihl" filter="s60" long-name="IHL"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5137 |
<unit bldFile="mw/imghandling/imagehandlinglib/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5138 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5139 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5140 |
<collection name="imagehandlingutilities" long-name="Image Handling Utilities" level="util"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5141 |
<component name="thumbnailmanager" filter="s60" long-name="Thumbnail Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5142 |
<unit bldFile="mw/imghandling/imagehandlingutilities/thumbnailmanager/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5143 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5144 |
<component name="thumbnailmanagerqt" filter="s60" long-name="Thumbnail Manager Qt" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5145 |
<unit bldFile="mw/imghandling/imagehandlingutilities/thumbnailmanager/thumbnailmanagerqt" filter="!test" proFile="thumbnailmanagerqt.pro" qmakeArgs="-r"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5146 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5147 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5148 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5149 |
<block name="metadatasrv" level="specific" long-name="Legacy Metadata Services" levels="plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5150 |
<collection name="metadatasrv_pub" long-name="Legacy Metadata Services Public Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5151 |
<component name="media_fetch_api" long-name="Media Fetch API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5152 |
<unit bldFile="mw/metadatasrv/metadatasrv_pub/media_fetch_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5153 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5154 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5155 |
<collection name="metadatasrv_plat" long-name="Legacy Metadata Services Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5156 |
<component name="media_fetch_implementation_api" long-name="Media Fetch Implementation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5157 |
<unit bldFile="mw/metadatasrv/metadatasrv_plat/media_fetch_implementation_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5158 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5159 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5160 |
<collection name="mediamanagementutilities" long-name="Media Management Utilities" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5161 |
<component name="mediafetch" filter="s60" long-name="Media Fetch"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5162 |
<unit bldFile="mw/metadatasrv/mediamanagementutilities/mediafetch/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5163 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5164 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5165 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5166 |
<block name="mds" level="specific" long-name="Metadata Services" levels="mgr eng server int"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5167 |
<collection name="mds_plat" long-name="Metadata Services Platform Interfaces" level="int"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5168 |
<component name="context_engine_plugin_api" long-name="Context Engine Plugin API" introduced="^2" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5169 |
<unit bldFile="mw/mds/mds_plat/context_engine_plugin_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5170 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5171 |
<component name="harvester_framework_api" long-name="Harvester Framework API" introduced="^2" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5172 |
<unit bldFile="mw/mds/mds_plat/harvester_framework_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5173 |
<!-- can only have one unit with the same filter, #include the following from the previous unit --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5174 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5175 |
<component name="location_manager_api" long-name="Location Manager API" introduced="^2" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5176 |
<unit bldFile="mw/mds/mds_plat/location_manager_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5177 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5178 |
<component name="metadata_engine_api" long-name="Metadata Engine API" introduced="^2" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5179 |
<unit bldFile="mw/mds/mds_plat/metadata_engine_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5180 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5181 |
<component name="content_listing_framework_collection_manager_api" long-name="Content Listing Framework Collection Manager API" introduced="^2" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5182 |
<unit bldFile="mw/mds/mds_plat/content_listing_framework_collection_manager_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5183 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5184 |
<component name="content_listing_framework_extended_api" long-name="Content Listing Framework Extended API" introduced="^2" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5185 |
<unit bldFile="mw/mds/mds_plat/content_listing_framework_extended_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5186 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5187 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5188 |
<collection name="mds_pub" long-name="Metadata Services Public Interfaces" level="int"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5189 |
<component name="content_listing_framework_api" long-name="Content Listing Framework API" introduced="^2" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5190 |
<unit bldFile="mw/mds/mds_pub/content_listing_framework_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5191 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5192 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5193 |
<collection name="metadataengine" long-name="Metadata Engine" level="eng"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5194 |
<component name="metadataengine_common" filter="s60" long-name="Metadata Engine Common" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5195 |
<unit bldFile="mw/mds/metadataengine/common/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5196 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5197 |
<component name="metadataengine_server" filter="s60" long-name="Metadata Engine Server" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5198 |
<unit bldFile="mw/mds/metadataengine/server/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5199 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5200 |
<component name="metadataengine_client" filter="s60" long-name="Metadata Engine Client" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5201 |
<unit bldFile="mw/mds/metadataengine/client/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5202 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5203 |
<component name="metadataengine_build" filter="s60" long-name="Metadata Engine Build" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5204 |
<!--make this collection a single component, or split this bld.inf into the other units --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5205 |
<unit bldFile="mw/mds/metadataengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5206 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5207 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5208 |
<collection name="locationmanager" long-name="Location Manager" level="mgr"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5209 |
<component name="geoconverter" filter="s60" long-name="Geoconverter" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5210 |
<unit bldFile="mw/mds/locationmanager/geoconverter/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5211 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5212 |
<component name="geo_tagcreator" filter="s60" long-name="Geo Tag Creator" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5213 |
<unit bldFile="mw/mds/locationmanager/tagcreator/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5214 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5215 |
<component name="reversegeocode" filter="s60" long-name="Reverse Geocode" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5216 |
<unit bldFile="mw/mds/locationmanager/ReverseGeocode/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5217 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5218 |
<component name="reversegeocoderplugin" filter="s60" long-name="Reverse Geo-Coder Plugin" introduced="^4" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5219 |
<unit bldFile="mw/mds/locationmanager/ReverseGeoCoderPlugin/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5220 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5221 |
<component name="geotagger" filter="s60" long-name="Geo Tagger" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5222 |
<unit bldFile="mw/mds/locationmanager/geotagger/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5223 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5224 |
<component name="locationtrail" filter="s60" long-name="Location Trail" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5225 |
<unit bldFile="mw/mds/locationmanager/locationtrail/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5226 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5227 |
<component name="locationmanager_server" filter="s60" long-name="Location Manager Server" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5228 |
<unit bldFile="mw/mds/locationmanager/server/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5229 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5230 |
<component name="locationmanager_client" filter="s60" long-name="Location Manager Client" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5231 |
<unit bldFile="mw/mds/locationmanager/client/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5232 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5233 |
<component name="locationmanager_build" filter="s60" long-name="Location Manager Build" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5234 |
<!--make this collection a single component, or split this bld.inf into the other units --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5235 |
<unit bldFile="mw/mds/locationmanager/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5236 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5237 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5238 |
<collection name="contextengine" long-name="Context Engine" level="eng"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5239 |
<component name="contextengine_plugins" filter="s60" long-name="Context Engine Plugins" introduced="^2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5240 |
<unit bldFile="mw/mds/contextengine/plugins/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5241 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5242 |
<component name="contextengine_build" filter="s60" long-name="Context Engine Build" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5243 |
<!--make this collection a single component, or make this unit self-contained --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5244 |
<unit bldFile="mw/mds/contextengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5245 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5246 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5247 |
<collection name="harvester" long-name="Harvester" level="eng"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5248 |
<component name="blacklistclient" filter="s60" long-name="Blacklist Client" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5249 |
<unit bldFile="mw/mds/harvester/blacklistclient/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5250 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5251 |
<component name="blacklistserver" filter="s60" long-name="Blacklist Server" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5252 |
<unit bldFile="mw/mds/harvester/blacklistserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5253 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5254 |
<component name="harvester_common" filter="s60" long-name="Harvester Common" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5255 |
<unit bldFile="mw/mds/harvester/common/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5256 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5257 |
<component name="composerplugins" filter="s60" long-name="Composer Plugins" introduced="^2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5258 |
<unit bldFile="mw/mds/harvester/composerplugins/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5259 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5260 |
<component name="harvesterplugins" filter="s60" long-name="Harvester Plugins" introduced="^2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5261 |
<unit bldFile="mw/mds/harvester/harvesterplugins/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5262 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5263 |
<component name="monitorplugins" filter="s60" long-name="Monitor Plugins" introduced="^2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5264 |
<unit bldFile="mw/mds/harvester/monitorplugins/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5265 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5266 |
<component name="harvester_server" filter="s60" long-name="Harvester Server" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5267 |
<unit bldFile="mw/mds/harvester/server/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5268 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5269 |
<component name="harvester_client" filter="s60" long-name="Harvester Client" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5270 |
<unit bldFile="mw/mds/harvester/client/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5271 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5272 |
<component name="harvester_build" filter="s60" long-name="Harvester Build" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5273 |
<!-- split these exports into the other components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5274 |
<unit bldFile="mw/mds/harvester/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5275 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5276 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5277 |
<collection name="watchdog" long-name="Watchdog" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5278 |
<!-- collection is really a component. Move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5279 |
<component name="mdswatchdog" filter="s60" long-name="Metadata Watchdog" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5280 |
<unit bldFile="mw/mds/watchdog/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5281 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5282 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5283 |
<collection name="clfwrapper" long-name="Content Listing Framework Wrapper" level="int"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5284 |
<!-- collection is really a component. Move down a directory --> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5285 |
<component name="clfwrapper_build" filter="s60" long-name="CLF Wrapper Build" introduced="^2"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5286 |
<unit bldFile="mw/mds/clfwrapper/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5287 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5288 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5289 |
<collection name="mds_info" long-name="Metadata Services Info" level="int"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5290 |
<component name="mds_build" filter="s60" long-name="Metadata Services Build" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5291 |
<!-- consider distributiing this into the rest of the components in the package --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5292 |
<unit bldFile="mw/mds/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5293 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5294 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5295 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5296 |
<block name="videoutils" level="specific" long-name="Video Utils" levels="eng util if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5297 |
<collection name="videoutils_plat" long-name="Video Utils Platform Interfaces" level="if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5298 |
<component name="videoscheduler_api" long-name="Video Scheduler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5299 |
<unit bldFile="mw/videoutils/videoutils_plat/videoscheduler_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5300 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5301 |
<component name="videoplayer_constants_api" long-name="Videoplayer Constants API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5302 |
<unit bldFile="mw/videoutils/videoutils_plat/videoplayer_constants_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5303 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5304 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5305 |
<collection name="videoscheduler" long-name="Video Scheduler" level="util"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5306 |
<!-- don't build these --> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5307 |
<component name="schedulerclient" filter="s60" long-name="Video Scheduler Client"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5308 |
<component name="schedulerserver" filter="s60" long-name="Video Scheduler Server"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5309 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5310 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5311 |
<block name="mmmw" level="generic" long-name="Multimedia Middleware" levels="plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5312 |
<collection name="mmmw_plat" long-name="Multimedia Middleware Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5313 |
<component name="multimedia_data_source_api" long-name="Multimedia Data Source API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5314 |
<unit bldFile="mw/mmmw/mmmw_plat/multimedia_data_source_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5315 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5316 |
<component name="enhanced_media_client_api" long-name="Enhanced Media Client API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5317 |
<unit bldFile="mw/mmmw/mmmw_plat/enhanced_media_client_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5318 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5319 |
<component name="stream_control_custom_command_api" long-name="Stream Control Custom Command API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5320 |
<unit bldFile="mw/mmmw/mmmw_plat/stream_control_custom_command_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5321 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5322 |
<component name="emc_buffer_source_api" long-name="EMC Buffer Source API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5323 |
<unit bldFile="mw/mmmw/mmmw_plat/emc_buffer_source_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5324 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5325 |
<component name="emc_file_source_api" long-name="EMC File Source API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5326 |
<unit bldFile="mw/mmmw/mmmw_plat/emc_file_source_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5327 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5328 |
<component name="audio_metadata_reader_api" long-name="Audio MetaData Reader API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5329 |
<unit bldFile="mw/mmmw/mmmw_plat/audio_metadata_reader_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5330 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5331 |
<component name="emc_volume_effect_api" long-name="EMC Volume Effect API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5332 |
<unit bldFile="mw/mmmw/mmmw_plat/emc_volume_effect_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5333 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5334 |
<component name="emc_balance_effect_api" long-name="EMC Balance Effect API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5335 |
<unit bldFile="mw/mmmw/mmmw_plat/emc_balance_effect_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5336 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5337 |
<component name="emc_descriptor_source_api" long-name="EMC Descriptor Source API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5338 |
<unit bldFile="mw/mmmw/mmmw_plat/emc_descriptor_source_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5339 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5340 |
<component name="emc_drm_config_intfc_api" long-name="EMC DRM Config Intfc API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5341 |
<unit bldFile="mw/mmmw/mmmw_plat/emc_drm_config_intfc_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5342 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5343 |
<component name="voip_audio_services_api" long-name="VoIP Audio Services" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5344 |
<unit bldFile="mw/mmmw/mmmw_plat/voip_audio_services_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5345 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5346 |
<component name="configuration_components_factory_api" long-name="Configuration Components Factory API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5347 |
<unit bldFile="mw/mmmw/mmmw_plat/configuration_components_factory_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5348 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5349 |
<component name="audio_output_control_utility_api" long-name="Audio Output Control Utility API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5350 |
<unit bldFile="mw/mmmw/mmmw_plat/audio_output_control_utility_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5351 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5352 |
<component name="audio_output_control_utility_proxy_api" long-name="Audio Output Control Utility Proxy API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5353 |
<unit bldFile="mw/mmmw/mmmw_plat/audio_output_control_utility_proxy_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5354 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5355 |
<component name="emc_audio_effects_api" long-name="EMC Audio Effects API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5356 |
<unit bldFile="mw/mmmw/mmmw_plat/emc_audio_effects_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5357 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5358 |
<component name="call_audio_control_api" long-name="Call AudioControl API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5359 |
<unit bldFile="mw/mmmw/mmmw_plat/call_audio_control_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5360 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5361 |
<component name="radio_utilities_api" long-name="Radio Utilities API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5362 |
<unit bldFile="mw/mmmw/mmmw_plat/radio_utilities_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5363 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5364 |
<component name="radio_preset_utilities_api" long-name="Radio Preset Utilities API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5365 |
<unit bldFile="mw/mmmw/mmmw_plat/radio_preset_utilities_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5366 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5367 |
<component name="radio_monitor_api" long-name="Radio Monitor API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5368 |
<unit bldFile="mw/mmmw/mmmw_plat/radio_monitor_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5369 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5370 |
<component name="thumbnail_engine_api" long-name="Thumbnail Engine API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5371 |
<unit bldFile="mw/mmmw/mmmw_plat/thumbnail_engine_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5372 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5373 |
<component name="telephony_multimedia_service_api" long-name="Telephony Multimedia Service API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5374 |
<unit bldFile="mw/mmmw/mmmw_plat/telephony_multimedia_service_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5375 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5376 |
<component name="openmax_al_api" long-name="OpenMAX AL API" filter="s60" introduced="^4" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5377 |
<unit bldFile="mw/mmmw/mmmw_plat/openmax_al_api/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5378 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5379 |
<component name="openmax_al_ext_api" long-name="OpenMAX AL Extensions API" filter="s60" introduced="^4" class="api"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5380 |
<unit bldFile="mw/mmmw/mmmw_plat/openmax_al_ext_api/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5381 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5382 |
<component name="system_tone_service_api" long-name="System Tone Service API" filter="s60" introduced="^4" class="api"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5383 |
<unit bldFile="mw/mmmw/mmmw_plat/system_tone_service_api/group"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5384 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5385 |
</collection> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5386 |
<collection name="khronosfws" long-name="Khronos Frameworks" level="framework"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5387 |
<component name="openmax_al" filter="s60" long-name="OpenMAX AL" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5388 |
<unit bldFile="mw/mmmw/khronosfws/openmax_al/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5389 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5390 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5391 |
<collection name="mmfenh" long-name="MMF Enhancements" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5392 |
<component name="advancedaudiocontroller" filter="s60" long-name="Advanced Audio Controllers" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5393 |
<unit bldFile="mw/mmmw/mmfenh/advancedaudiocontroller/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5394 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5395 |
<component name="audiooutputcontrolutility" filter="s60" long-name="Audio Output Control Utility"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5396 |
<unit bldFile="mw/mmmw/mmfenh/audiooutputcontrolutility/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5397 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5398 |
<component name="configurationcomponentsfactory" filter="s60" long-name="Configuration Components Factory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5399 |
<unit bldFile="mw/mmmw/mmfenh/configurationcomponentsfactory/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5400 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5401 |
<component name="enhancedaudioplayerutility" filter="s60" long-name="Enhanced Audio Player Utility"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5402 |
<unit bldFile="mw/mmmw/mmfenh/enhancedaudioplayerutility/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5403 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5404 |
<component name="enhancedmediaclient" filter="s60" long-name="Enhanced Media Client"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5405 |
<unit bldFile="mw/mmmw/mmfenh/enhancedmediaclient/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5406 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5407 |
<component name="profilesettingsmonitor" filter="s60" long-name="Profile Settings Monitor"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5408 |
<unit bldFile="mw/mmmw/mmfenh/profilesettingsmonitor/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5409 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5410 |
<component name="mmfenh_test" filter="s60,test,module_test,pref_test" long-name="MMF Enhancements Tests" purpose="development"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5411 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5412 |
<collection name="mmserv" long-name="Multimedia Services" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5413 |
<component name="callaudiocontrol" filter="s60" long-name="Call Audio Control"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5414 |
<unit bldFile="mw/mmmw/mmserv/callaudiocontrol/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5415 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5416 |
<component name="metadatautility" filter="s60" long-name="Metadata Utility"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5417 |
<unit bldFile="mw/mmmw/mmserv/metadatautility/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5418 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5419 |
<component name="radioutility" filter="s60" long-name="Radio Utility"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5420 |
<unit bldFile="mw/mmmw/mmserv/radioutility/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5421 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5422 |
<component name="thumbnailengine" filter="s60" long-name="Thumbnail Engine" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5423 |
<unit bldFile="mw/mmmw/mmserv/thumbnailengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5424 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5425 |
<component name="tms" filter="s60" long-name="Telephony Multimedia Service" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5426 |
<unit bldFile="mw/mmmw/mmserv/tms/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5427 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5428 |
<component name="voipaudioservices" filter="s60" long-name="VoIP Audio Services"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5429 |
<unit bldFile="mw/mmmw/mmserv/voipaudioservices/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5430 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5431 |
<component name="lib3gpextparser" filter="s60" long-name="3GP Extension Metadata Parser Library"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5432 |
<unit bldFile="mw/mmmw/mmserv/metadatautility/3GPExtParserLib_stub/group"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5433 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5434 |
<component name="sts" long-name="System Tone Service" filter="s60" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5435 |
<unit bldFile="mw/mmmw/mmserv/sts/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5436 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5437 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5438 |
<collection name="mmmw_info" long-name="Multimedia Middleware Info" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5439 |
<component name="mmmw_metadata" long-name="Multimedia Middleware Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5440 |
<unit mrp="mw/mmmw/mmmw_info/mmmw_metadata/mmmw_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5441 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5442 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5443 |
</block> |
592
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5444 |
<block name="gstreamer" level="generic" long-name="GStreamer" levels="plugin core api"> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5445 |
<!-- Uncomment all units when configuration is in place. All currently #included from gstreamer_build --> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5446 |
<!-- structure matches planned directory layout --> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5447 |
<collection name="gstreamerfw" long-name="GStreamer Framework" level="core"> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5448 |
<component name="gstreamer_core" long-name="GStreamer Core" introduced="^3" class="placeholder"> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5449 |
<!--<unit bldFile="gstreamer_core/group"/>--> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5450 |
</component> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5451 |
</collection> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5452 |
<collection name="gst_plugins" long-name="GStreamer Plugins" level="plugin"> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5453 |
<component name="gst_plugins_base" long-name="GStreamer Base Plugins" introduced="^3" class="placeholder"> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5454 |
<!--<unit bldFile="gst_plugins_base/group"/>--> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5455 |
</component> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5456 |
<component name="gst_plugins_good" long-name="GStreamer Good Plugins" introduced="^3" class="placeholder"> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5457 |
<!--<unit bldFile="gst_plugins_good/group"/>--> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5458 |
</component> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5459 |
<component name="gst_plugins_symbian" filter="s60" long-name="GStreamer Sybmian Plugins" introduced="^3" class="placeholder"> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5460 |
<!--<unit bldFile="gst_plugins_symbian/group" filter="!test"/>--> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5461 |
<!-- add ,pref_test,TA_GSTREAMER filters later --> |
592
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5462 |
</component> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5463 |
</collection> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5464 |
<collection name="gstregistrygenerator" long-name="GStreamer Registry Generator" level="core"> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5465 |
<!-- collection is really a component. Move down an directory --> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5466 |
<component name="gstregistrygenerator_build" filter="s60" long-name="GStreamer Registry Generator Build" introduced="^3" class="placeholder"> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5467 |
<!-- <unit bldFile="gstregistrygenerator/group"/>--> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5468 |
</component> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5469 |
</collection> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5470 |
<collection name="gst_test_apps" long-name="GStreamer Test Applications" level="api"> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5471 |
<component name="gst_player" filter="s60" long-name="GStreamer Player" introduced="^3" purpose="development" class="placeholder"> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5472 |
<!-- <unit bldFile="gst_test_apps/gst_player/group"/>--> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5473 |
</component> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5474 |
</collection> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5475 |
<collection name="gstreamer_info" long-name="GStreamer Info" level="api"> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5476 |
<component name="gstreamer_build" filter="s60" long-name="GStreamer Build" introduced="^3"> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5477 |
<!-- make this a ROM component or split up instead? --> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5478 |
<unit bldFile="mw/gstreamer/group"/> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5479 |
</component> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5480 |
</collection> |
a321ee3c6900
Add auto generated symbian4 system model (packages@5e0e9a224842)
Dario Sestito <darios@symbian.org>
parents:
591
diff
changeset
|
5481 |
</block> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5482 |
<block name="helix" level="generic" long-name="Helix" levels="plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5483 |
<collection name="helix_ren" long-name="Helix Engine" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5484 |
<!-- what does "ren" stand for? --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5485 |
<component name="helix_stub" filter="s60" long-name="Helix Stub" introduced="^2" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5486 |
<unit bldFile="mw/helix/helix_ren/helix_stub/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5487 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5488 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5489 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5490 |
<block name="camerasrv" level="specific" long-name="Camera Services" levels="plugin fw api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5491 |
<collection name="camerasrv_plat" long-name="Camera Services Platform Interfaces" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5492 |
<component name="media_recorder_sink_api" long-name="Media Recorder Sink API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5493 |
<unit bldFile="mw/camerasrv/camerasrv_plat/media_recorder_sink_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5494 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5495 |
<component name="custom_onboard_camera_api" long-name="Custom Onboard Camera API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5496 |
<unit bldFile="mw/camerasrv/camerasrv_plat/custom_onboard_camera_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5497 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5498 |
<component name="imaging_configuration_manager_api" long-name="Imaging Configuration Manager API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5499 |
<unit bldFile="mw/camerasrv/camerasrv_plat/imaging_configuration_manager_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5500 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5501 |
<component name="media_recorder_api" long-name="Media Recorder API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5502 |
<unit bldFile="mw/camerasrv/camerasrv_plat/media_recorder_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5503 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5504 |
<component name="3gp_file_composer_api" long-name="3GP File Composer API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5505 |
<unit bldFile="mw/camerasrv/camerasrv_plat/3gp_file_composer_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5506 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5507 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5508 |
<collection name="camcordermmfplugin" long-name="Camcorder MMF Plugin" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5509 |
<!-- collection is really a component. Should move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5510 |
<component name="camcordermmfplugin_build" filter="s60" long-name="Camcorder MMF Plugin Build" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5511 |
<unit bldFile="mw/camerasrv/camcordermmfplugin/build"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5512 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5513 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5514 |
<collection name="configmanagers" long-name="Config Managers" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5515 |
<component name="imagingconfigmanager" filter="s60" long-name="Imaging Config Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5516 |
<unit bldFile="mw/camerasrv/configmanagers/imagingconfigmanager/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5517 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5518 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5519 |
<collection name="camerasrv_info" long-name="Camera Services Info" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5520 |
<component name="camerasrv_build" filter="s60" long-name="Camera Services Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5521 |
<!-- should split into individual bld.infs --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5522 |
<unit bldFile="mw/camerasrv/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5523 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5524 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5525 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5526 |
<block name="mmappfw" level="specific" long-name="Multimedia App Framework" levels="fw utils if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5527 |
<collection name="mmappfw_plat" long-name="Multimedia App Framework Platform Interfaces" level="if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5528 |
<component name="collection_helper_api" long-name="Collection Helper API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5529 |
<unit bldFile="mw/mmappfw/mmappfw_plat/collection_helper_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5530 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5531 |
<component name="harvester_collection_mediator_api" long-name="Harvester Collection Mediator API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5532 |
<unit bldFile="mw/mmappfw/mmappfw_plat/harvester_collection_mediator_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5533 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5534 |
<component name="harvester_metadata_extractor_api" long-name="Harvester Metadata Extractor API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5535 |
<unit bldFile="mw/mmappfw/mmappfw_plat/harvester_metadata_extractor_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5536 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5537 |
<component name="harvester_server_api" long-name="Harvester Server API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5538 |
<unit bldFile="mw/mmappfw/mmappfw_plat/harvester_server_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5539 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5540 |
<component name="harvester_utility_api" long-name="Harvester Utility API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5541 |
<unit bldFile="mw/mmappfw/mmappfw_plat/harvester_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5542 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5543 |
<component name="playlist_engine_api" long-name="Playlist Engine API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5544 |
<unit bldFile="mw/mmappfw/mmappfw_plat/playlist_engine_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5545 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5546 |
<component name="mtp_keys_api" long-name="MTP Keys API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5547 |
<unit bldFile="mw/mmappfw/mmappfw_plat/mtp_keys_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5548 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5549 |
<component name="mpx_collection_common_definition_api" long-name="MPX Collection Common Definition API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5550 |
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_collection_common_definition_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5551 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5552 |
<component name="mpx_collection_utility_api" long-name="MPX Collection Utility API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5553 |
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_collection_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5554 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5555 |
<component name="mpx_common_api" long-name="MPX Common API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5556 |
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_common_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5557 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5558 |
<component name="mpx_common_definition_api" long-name="MPX Common Definition API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5559 |
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_common_definition_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5560 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5561 |
<component name="mpx_playback_common_definition_api" long-name="MPX Playback Common Definition API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5562 |
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_playback_common_definition_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5563 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5564 |
<component name="mpx_playback_utility_api" long-name="MPX Playback Utility API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5565 |
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_playback_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5566 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5567 |
<component name="mpx_base_view_plugins_api" long-name="MPX Base View Plugins API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5568 |
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_base_view_plugins_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5569 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5570 |
<component name="mpx_view_utility_api" long-name="MPX View Utility API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5571 |
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_view_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5572 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5573 |
<component name="mpx_albumart_utility_api" long-name="MPX Album Art Utility API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5574 |
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_albumart_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5575 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5576 |
<component name="media_player_settings_engine_api" long-name="Media Player Settings Engine API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5577 |
<unit bldFile="mw/mmappfw/mmappfw_plat/media_player_settings_engine_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5578 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5579 |
<component name="mpx_backstepping_utility_api" long-name="MPX Backstepping Utility API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5580 |
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_backstepping_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5581 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5582 |
<component name="asx_parser_api" long-name="ASX Parser API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5583 |
<unit bldFile="mw/mmappfw/mmappfw_plat/asx_parser_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5584 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5585 |
<component name="playback_helper_api" long-name="Playback Helper API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5586 |
<unit bldFile="mw/mmappfw/mmappfw_plat/playback_helper_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5587 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5588 |
<component name="videoplaylist_utility_api" long-name="Video Playlist Utility API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5589 |
<unit bldFile="mw/mmappfw/mmappfw_plat/videoplaylist_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5590 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5591 |
<component name="qt_telephony_multimedia_service_api" long-name="Qt Telephony Multimedia Service API" introduced="^4" filter="s60" class="api"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5592 |
<unit bldFile="mw/mmappfw/mmappfw_plat/qt_telephony_multimedia_service_api/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5593 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5594 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5595 |
<collection name="mpx" long-name="Multimedia Player" level="fw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5596 |
<component name="commonframework" filter="s60" long-name="MPX Common Framework" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5597 |
<unit bldFile="mw/mmappfw/mpx/commonframework/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5598 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5599 |
<component name="playbackframework" filter="s60" long-name="MPX Playback Framework" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5600 |
<unit bldFile="mw/mmappfw/mpx/playbackframework/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5601 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5602 |
<component name="mpxcollectionfw" filter="s60" long-name="MPX Collection Framework" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5603 |
<unit bldFile="mw/mmappfw/mpx/collectionframework/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5604 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5605 |
<component name="mpxviewfw" filter="s60" long-name="MPX View Framework" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5606 |
<unit bldFile="mw/mmappfw/mpx/viewframework/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5607 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5608 |
<component name="mpxviewframeworkqt" long-name="MPX View Framework Qt" filter="s60" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5609 |
<unit bldFile="mw/mmappfw/mpx/mpxviewframeworkqt" proFile="mpxviewframeworkqt.pro" qmakeArgs="-r -config rom"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5610 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5611 |
<component name="mpx_build" filter="s60" long-name="MPX Build" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5612 |
<!-- Move the export to another component or remove the #includes from this one --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5613 |
<unit bldFile="mw/mmappfw/mpx/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5614 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5615 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5616 |
<collection name="mmappcomponents" long-name="Multimedia App Components" level="utils"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5617 |
<component name="mmappcomponents_build" filter="s60" long-name="Multimedia App Components Build" introduced="^1"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5618 |
<!-- needed for #ifdefs and hrh include. Need to #include the .hrh file in each bld.inf |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5619 |
Can remove this once configuration is in place--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5620 |
<unit bldFile="mw/mmappfw/mmappcomponents/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5621 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5622 |
<component name="collectionhelper" filter="s60" long-name="Media Player Collection Helper" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5623 |
<unit bldFile="mw/mmappfw/mmappcomponents/collectionhelper/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5624 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5625 |
<component name="playlistengine" filter="s60" long-name="Playlist Engine" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5626 |
<unit bldFile="mw/mmappfw/mmappcomponents/playlistengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5627 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5628 |
<component name="mpxharvester" filter="s60" long-name="Media Player Harvester" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5629 |
<unit bldFile="mw/mmappfw/mmappcomponents/harvester/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5630 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5631 |
<component name="mmappcommonui" filter="s60" long-name="Multimedia App Common UI" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5632 |
<unit bldFile="mw/mmappfw/mmappcomponents/mmappcommonui/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5633 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5634 |
<component name="mediaplayersettingsengine" filter="s60" long-name="Media Player Settings Engine" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5635 |
<unit bldFile="mw/mmappfw/mmappcomponents/mediaplayersettingsengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5636 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5637 |
<component name="audiofetcher" filter="s60" long-name="Audio Fetcher" introduced="^1" plugin="Y"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5638 |
<unit bldFile="mw/mmappfw/mmappcomponents/audiofetcher/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5639 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5640 |
<component name="asxparser" filter="s60" long-name="ASX Parser" introduced="^1"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5641 |
<unit bldFile="mw/mmappfw/mmappcomponents/asxparser/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5642 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5643 |
<component name="playbackhelper" filter="s60" long-name="Playback Helper" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5644 |
<unit bldFile="mw/mmappfw/mmappcomponents/playbackhelper/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5645 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5646 |
<component name="videoplaylistutility" filter="s60" long-name="Video Playlist Utility" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5647 |
<unit bldFile="mw/mmappfw/mmappcomponents/videoplaylistutility/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5648 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5649 |
<component name="mmmtpdataprovider" filter="s60" long-name="Multimedia MTP Data Provider" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5650 |
<unit bldFile="mw/mmappfw/mmappcomponents/mmmtpdataprovider/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5651 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5652 |
</collection> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5653 |
<collection name="qtms" long-name="Qt Telephony Multimedia Services" level="fw"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5654 |
<component name="qtms_build" filter="s60" long-name="Qt Telephony Multimedia Services Build" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5655 |
<!-- Collection is really a component. Move down a dir --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5656 |
<unit bldFile="mw/mmappfw/qtms" proFile="qtmsapi.pro" qmakeArgs="-r -config rom"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5657 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5658 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5659 |
<collection name="mmappfw_info" long-name="Multimedia App Framework Info" level="if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5660 |
<component name="mmappfw_build" filter="s60" long-name="Multimedia App Framework Build" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5661 |
<!-- Move the export to another component or remove the #includes from this one --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5662 |
<unit bldFile="mw/mmappfw/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5663 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5664 |
<component name="mmappfw_test" filter="s60,test,api_test,pref_test" long-name="Multimedia App Framework Test" purpose="development" introduced="^1"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5665 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5666 |
</block> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5667 |
<block name="hgwidgets" level="specific" long-name="Multimedia Widgets" levels="framework service api"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5668 |
<collection name="hgwidgets_plat" long-name="Multimedia Widgets Platform Interfaces" level="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5669 |
<component name="ganeswidgets_api" long-name="Ganes Widgets API" introduced="^4" class="api placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5670 |
<!-- should separate out unit --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5671 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5672 |
<component name="hgcacheproxymodel_api" long-name="Hg Cache Proxy Model API" introduced="^4" class="api placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5673 |
<!-- should separate out unit --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5674 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5675 |
<component name="hgwidgets_plat_build" long-name="Multimedia Widgets Platform Interfaces Build" introduced="^4" class="api"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5676 |
<!-- break this up into separate components --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5677 |
<unit bldFile="mw/hgwidgets/hgwidgets_plat" proFile="hgwidgets_plat.pro"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5678 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5679 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5680 |
<collection name="ganeswidgets" long-name="Ganes Widgets" level="service"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5681 |
<!-- really a component, should move down a dir level and have a unit --> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5682 |
<component name="ganeswidgets_build" long-name="Ganes Widgets Build" introduced="^4" filter="build_as_app"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5683 |
<unit bldFile="mw/hgwidgets/ganeswidgets" proFile="ganeswidgets.pro"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5684 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5685 |
</collection> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5686 |
<collection name="hgcacheproxymodel" long-name="Hurriganes Cache Proxy Model" level="framework"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5687 |
<!-- really a component, should move down a dir level and have a unit --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5688 |
<component name="hgcacheproxymodel_build" long-name="Hurriganes Cache Proxy Model Build" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5689 |
<unit bldFile="mw/hgwidgets/hgcacheproxymodel" proFile="hgcacheproxymodel.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5690 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5691 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5692 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5693 |
<block name="inputmethods" level="generic" long-name="Input Methods" levels="plugin engine framework api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5694 |
<collection name="inputmethods_pub" long-name="Input Methods Public Interfaces" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5695 |
<component name="optical_character_recognition_api" long-name="Optical Character Recognition API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5696 |
<unit bldFile="mw/inputmethods/inputmethods_pub/optical_character_recognition_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5697 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5698 |
<component name="input_language_info_api" long-name="Input Language Info API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5699 |
<unit bldFile="mw/inputmethods/inputmethods_pub/input_language_info_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5700 |
</component> |
726
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
5701 |
<component name="ptiengine_iti_api" long-name="PtiEngine API" filter="s60" class="api"> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
5702 |
<!-- conditional on RD_INTELLIGENT_TEXT_INPUT, but this is #defined in SF builds --> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
5703 |
<unit bldFile="mw/inputmethods/inputmethods_pub/ptiengine_iti_api/group"/> |
2afa7a14cedb
Update Symbian^4 system model with fixes from analysis of build 700
William Roberts <williamr@symbian.org>
parents:
714
diff
changeset
|
5704 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5705 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5706 |
<collection name="inputmethods_plat" long-name="Input Methods Platform Interfaces" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5707 |
<component name="pen_input_server_api" long-name="Pen Input Server API" filter="s60" class="api"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5708 |
<unit bldFile="mw/inputmethods/inputmethods_plat/pen_input_server_api/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5709 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5710 |
<component name="ptiengine_hwr_api" long-name="PTI Engine Handwriting Recognition API" filter="s60" class="api"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5711 |
<unit bldFile="mw/inputmethods/inputmethods_plat/ptiengine_hwr_api/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5712 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5713 |
<component name="aknfep_settings_api" long-name="Avkon FEP Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5714 |
<unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5715 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5716 |
<component name="aknfep_status_api" long-name="Avkon FEP Status API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5717 |
<unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_status_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5718 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5719 |
<component name="aknfep_definitions_api" long-name="Avkon FEP Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5720 |
<unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5721 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5722 |
<component name="aknfep_pen_support_api" long-name="Avkon FEP Pen Support API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5723 |
<unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_pen_support_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5724 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5725 |
<component name="ptiengine_indic_definitions_api" long-name="PTI Engine Indic Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5726 |
<unit bldFile="mw/inputmethods/inputmethods_plat/ptiengine_indic_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5727 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5728 |
<component name="aknfep_uiinterface_api" long-name="Avkon FEP UI Interface API" filter="s60" class="api"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5729 |
<unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_uiinterface_api/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5730 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5731 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5732 |
<collection name="textinput" long-name="Text Input" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5733 |
<component name="ptienginev2" filter="s60" long-name="Predictive Text Input Engine"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5734 |
<unit bldFile="mw/inputmethods/textinput/ptienginev2/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5735 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5736 |
<component name="akninputlanguage" filter="s60" long-name="Avkon Input Language"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5737 |
<unit bldFile="mw/inputmethods/textinput/akninputlanguage/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5738 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5739 |
<component name="peninputarc" filter="s60" long-name="Pen Input Arc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5740 |
<unit bldFile="mw/inputmethods/textinput/peninputarc/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5741 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5742 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5743 |
<collection name="fep" long-name="FEP" level="engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5744 |
<component name="aknfep" filter="s60" long-name="Avkon FEP" plugin="Y"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5745 |
<unit bldFile="mw/inputmethods/fepstub/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5746 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5747 |
<component name="frontendprocessor" long-name="Front End Processor" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5748 |
<unit bldFile="mw/inputmethods/fep/frontendprocessor/group" mrp="mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5749 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5750 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5751 |
<collection name="inputmethods_info" long-name="Input Methods Info" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5752 |
<component name="inputmethods_metadata" long-name="Input Methods Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5753 |
<unit mrp="mw/inputmethods/inputmethods_info/inputmethods_metadata/inputmethods_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5754 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5755 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5756 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5757 |
<block name="qt" level="generic" long-name="Qt" levels="tool mw app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5758 |
<collection name="qtconf" long-name="Qt Config" level="tool"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5759 |
<component name="qt_deviceconfiguration" long-name="Qt Device Configuration" filter="qt_tools" introduced="^2" class="config tool"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5760 |
<unit bldFile="mw/qt/src/s60installs/deviceconfiguration"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5761 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5762 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5763 |
<collection name="qt_info" long-name="Qt Info" level="mw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5764 |
<component name="qt_build" long-name="Qt Build" introduced="^2"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
5765 |
<unit bldFile="mw/qt" proFile="projects.pro" qmakeArgs="-r"/> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5766 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5767 |
</collection> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5768 |
<collection name="qtdemos" long-name="Qt Demos" level="app"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5769 |
<collection name="qtexamples" long-name="Qt Examples" level="app"/> |
590
f2261b6004ff
Add auto generated symbian4 system model (packages@d0cf5c0dc8c7)
Dario Sestito <darios@symbian.org>
parents:
588
diff
changeset
|
5770 |
<collection name="qt_tests" long-name="Qt Tests" level="app"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5771 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5772 |
<block name="qtextensions" level="generic" long-name="Qt Extensions" levels="tool mw app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5773 |
<collection name="qtecomplugins" long-name="Qt ECom Plugins" level="app"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5774 |
<component name="qtecomplugins_build" filter="qtecomplugins" long-name="Qt ECom Plugin" purpose="development" introduced="^4" plugin="Y"> |
529
0c7be4cd56d8
Update model to reflect one generated from packages repo
Shabe Razvi <shaber@symbian.org>
parents:
509
diff
changeset
|
5775 |
<unit bldFile="mw/qtextensions/qtecomplugins" proFile="qtecomplugins.pro" qmakeArgs="-r"/> |
0c7be4cd56d8
Update model to reflect one generated from packages repo
Shabe Razvi <shaber@symbian.org>
parents:
509
diff
changeset
|
5776 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5777 |
<component name="qtextensions_examples" filter="qtextensionsexamples,build_as_app" long-name="Qt ECom Plugin Examples" purpose="development" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5778 |
<unit bldFile="mw/qtextensions/qtecomplugins/examples" proFile="examples.pro" qmakeArgs="-r"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5779 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5780 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5781 |
<collection name="qthighway" long-name="Qt Highway" level="app"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5782 |
<component name="qthighway_build" filter="qthighway" long-name="Qt Highway" purpose="development" introduced="^4"> |
529
0c7be4cd56d8
Update model to reflect one generated from packages repo
Shabe Razvi <shaber@symbian.org>
parents:
509
diff
changeset
|
5783 |
<unit bldFile="mw/qtextensions/qthighway" proFile="qthighway.pro" qmakeArgs="-r"/> |
0c7be4cd56d8
Update model to reflect one generated from packages repo
Shabe Razvi <shaber@symbian.org>
parents:
509
diff
changeset
|
5784 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5785 |
<component name="qthighway_examples" filter="qtextensionsexamples,build_as_app" long-name="Qt Highway Examples" purpose="development" introduced="^4"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5786 |
<unit bldFile="mw/qtextensions/qthighway/examples" proFile="examples.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5787 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5788 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5789 |
<collection name="qtmobileextensions" long-name="Qt Mobile Extensions" level="app"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5790 |
<component name="qtmobileextensions_build" filter="qtextension" long-name="Qt Mobile Extensions" purpose="development" introduced="^4"> |
529
0c7be4cd56d8
Update model to reflect one generated from packages repo
Shabe Razvi <shaber@symbian.org>
parents:
509
diff
changeset
|
5791 |
<unit bldFile="mw/qtextensions/qtmobileextensions" proFile="qtmobileextensions.pro" qmakeArgs="-r"/> |
0c7be4cd56d8
Update model to reflect one generated from packages repo
Shabe Razvi <shaber@symbian.org>
parents:
509
diff
changeset
|
5792 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5793 |
<component name="qtmobileextensions_examples" filter="qtextensionsexamples,build_as_app" long-name="Qt Mobile Extensions Examples" purpose="development" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5794 |
<unit bldFile="mw/qtextensions/qtmobileextensions/examples" proFile="examples.pro" qmakeArgs="-r"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5795 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5796 |
</collection> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5797 |
<collection name="qtmobility" long-name="Qt Mobility" level="mw"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5798 |
<component name="qtmobility_build" filter="qtmobility" long-name="Qt Mobility" purpose="development" introduced="^4"> |
529
0c7be4cd56d8
Update model to reflect one generated from packages repo
Shabe Razvi <shaber@symbian.org>
parents:
509
diff
changeset
|
5799 |
<unit bldFile="mw/qtextensions/qtmobility" proFile="qtmobility.pro" qmakeArgs="-r"/> |
0c7be4cd56d8
Update model to reflect one generated from packages repo
Shabe Razvi <shaber@symbian.org>
parents:
509
diff
changeset
|
5800 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
5801 |
<component name="qtmobility_examples" filter="qtextensionsexamples,build_as_app" long-name="Qt Mobility Examples" purpose="development" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5802 |
<unit bldFile="mw/qtextensions/qtmobility/examples" proFile="examples.pro" qmakeArgs="-r"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5803 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5804 |
</collection> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5805 |
<collection name="qhbstyle" level="mw" long-name="Qt Orbit Style"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5806 |
<component name="qhbstyle_build" long-name="Qt Orbit Style Build" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5807 |
<unit bldFile="mw/qtextensions/qhbstyle" qmakeArgs="-r" proFile="qhbstyle.pro"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5808 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5809 |
</collection> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
5810 |
<collection name="qtextensions_info" long-name="Qt Extensions Info" level="app"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
5811 |
<component name="qtextensions_conf" long-name="Qt Extensions Confgure" introduced="^4" filter="qt_tools" class="config"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5812 |
<unit bldFile="mw/qtextensions/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5813 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5814 |
<component name="qtextensions_build" long-name="Qt Extensions Build" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5815 |
<!-- break this up into the above collections--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5816 |
<unit bldFile="mw/qtextensions" proFile="qtextensions.pro" qmakeArgs="-r"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5817 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5818 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5819 |
</block> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
5820 |
<block name="hb" level="generic" long-name="Orbit" levels="engine test api"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
5821 |
<collection name="hb_info" long-name="Orbit Info" level="api"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
5822 |
<component name="hb_build" long-name="Orbit Build" introduced="^4"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
5823 |
<!-- should break this down into actual components --> |
495
7cb4c08e1022
Add EXPORTUNZFROZEN mmp rule to Orbit
Shabe Razvi <shaber@symbian.org>
parents:
490
diff
changeset
|
5824 |
<unit bldFile="mw/hb" proFile="hb.pro" qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
5825 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
5826 |
</collection> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
5827 |
</block> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5828 |
<block name="classicui" level="generic" long-name="Classic UI" levels="base support server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5829 |
<collection name="classicui_plat" long-name="Classic UI Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5830 |
<component name="signal_pane_api" long-name="Signal Pane API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5831 |
<unit bldFile="mw/classicui/classicui_plat/signal_pane_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5832 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5833 |
<component name="japanese_reading_api" long-name="Japanese Reading API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5834 |
<unit bldFile="mw/classicui/classicui_plat/japanese_reading_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5835 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5836 |
<component name="global_popup_priority_controller_api" long-name="Global Popup Priority Controller API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5837 |
<unit bldFile="mw/classicui/classicui_plat/global_popup_priority_controller_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5838 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5839 |
<component name="item_finder_api" long-name="Item Finder API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5840 |
<unit bldFile="mw/classicui/classicui_plat/item_finder_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5841 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5842 |
<component name="avkon_fonts_api" long-name="Avkon Fonts API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5843 |
<unit bldFile="mw/classicui/classicui_plat/avkon_fonts_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5844 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5845 |
<component name="extended_utilities_api" long-name="Extended Utilities API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5846 |
<unit bldFile="mw/classicui/classicui_plat/extended_utilities_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5847 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5848 |
<component name="extended_aiw_criteria_api" long-name="Extended AIW Criteria API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5849 |
<unit bldFile="mw/classicui/classicui_plat/extended_aiw_criteria_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5850 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5851 |
<component name="volume_popup_api" long-name="Volume Popup API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5852 |
<unit bldFile="mw/classicui/classicui_plat/volume_popup_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5853 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5854 |
<component name="avkon_secondary_display_support_api" long-name="AVKON Secondary Display Support API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5855 |
<unit bldFile="mw/classicui/classicui_plat/avkon_secondary_display_support_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5856 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5857 |
<component name="extended_setting_pages_api" long-name="Extended Setting Pages API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5858 |
<unit bldFile="mw/classicui/classicui_plat/extended_setting_pages_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5859 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5860 |
<component name="extended_lists_api" long-name="Extended Lists API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5861 |
<unit bldFile="mw/classicui/classicui_plat/extended_lists_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5862 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5863 |
<component name="input_block_api" long-name="Input Block API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5864 |
<unit bldFile="mw/classicui/classicui_plat/input_block_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5865 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5866 |
<component name="avkon_ui_server_api" long-name="AVKON UI Server API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5867 |
<unit bldFile="mw/classicui/classicui_plat/avkon_ui_server_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5868 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5869 |
<component name="number_grouping_api" long-name="Number Grouping API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5870 |
<unit bldFile="mw/classicui/classicui_plat/number_grouping_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5871 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5872 |
<component name="extended_status_pane_api" long-name="Extended Status Pane API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5873 |
<unit bldFile="mw/classicui/classicui_plat/extended_status_pane_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5874 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5875 |
<component name="extended_notifiers_api" long-name="Extended Notifiers API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5876 |
<unit bldFile="mw/classicui/classicui_plat/extended_notifiers_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5877 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5878 |
<component name="task_list_api" long-name="Task List API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5879 |
<unit bldFile="mw/classicui/classicui_plat/task_list_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5880 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5881 |
<component name="key_event_utilities_api" long-name="Key Event Utilities API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5882 |
<unit bldFile="mw/classicui/classicui_plat/key_event_utilities_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5883 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5884 |
<component name="emergency_call_support_api" long-name="Emergency Call Support API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5885 |
<unit bldFile="mw/classicui/classicui_plat/emergency_call_support_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5886 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5887 |
<component name="extended_dialogs_api" long-name="Extended Dialogs API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5888 |
<unit bldFile="mw/classicui/classicui_plat/extended_dialogs_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5889 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5890 |
<component name="legacy_ui_framework_headers_api" long-name="Legacy UI Framework Headers API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5891 |
<unit bldFile="mw/classicui/classicui_plat/legacy_ui_framework_headers_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5892 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5893 |
<component name="extended_editors_api" long-name="Extended Editors API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5894 |
<unit bldFile="mw/classicui/classicui_plat/extended_editors_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5895 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5896 |
<component name="alarm_api" long-name="Alarm API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5897 |
<unit bldFile="mw/classicui/classicui_plat/alarm_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5898 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5899 |
<component name="aiw_service_interface_base_api" long-name="AIW Service Interface Base API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5900 |
<unit bldFile="mw/classicui/classicui_plat/aiw_service_interface_base_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5901 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5902 |
<component name="list_effects_api" long-name="List Effects API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5903 |
<unit bldFile="mw/classicui/classicui_plat/list_effects_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5904 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5905 |
<component name="find_item_ui_api" long-name="Find Item UI API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5906 |
<unit bldFile="mw/classicui/classicui_plat/find_item_ui_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5907 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5908 |
<component name="server_application_services_api" long-name="Server Application Services API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5909 |
<unit bldFile="mw/classicui/classicui_plat/server_application_services_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5910 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5911 |
<component name="common_ui_settings_api" long-name="Common UI Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5912 |
<unit bldFile="mw/classicui/classicui_plat/common_ui_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5913 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5914 |
<component name="aiw_service_interface_menu_api" long-name="AIW Service Interface Menu API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5915 |
<unit bldFile="mw/classicui/classicui_plat/aiw_service_interface_menu_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5916 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5917 |
<component name="eikon_server_extension_client_api" long-name="EIKON Server Extension Client API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5918 |
<unit bldFile="mw/classicui/classicui_plat/eikon_server_extension_client_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5919 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5920 |
<component name="skinnable_clock_api" long-name="Skinnable Clock API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5921 |
<unit bldFile="mw/classicui/classicui_plat/skinnable_clock_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5922 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5923 |
<component name="battery_pane_api" long-name="Battery Pane API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5924 |
<unit bldFile="mw/classicui/classicui_plat/battery_pane_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5925 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5926 |
<component name="fep_document_navigation_api" long-name="FEP Document Navigation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5927 |
<unit bldFile="mw/classicui/classicui_plat/fep_document_navigation_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5928 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5929 |
<component name="memory_card_ui_api" long-name="Memory Card UI API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5930 |
<unit bldFile="mw/classicui/classicui_plat/memory_card_ui_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5931 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5932 |
<component name="avkon_status_api" long-name="AVKON Status API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5933 |
<unit bldFile="mw/classicui/classicui_plat/avkon_status_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5934 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5935 |
<component name="application_switching_api" long-name="Application Switching API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5936 |
<unit bldFile="mw/classicui/classicui_plat/application_switching_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5937 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5938 |
<component name="avkon_localised_texts_api" long-name="AVKON Localised Texts API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5939 |
<unit bldFile="mw/classicui/classicui_plat/avkon_localised_texts_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5940 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5941 |
<component name="avkon_secondary_display_api" long-name="AVKON Secondary Display API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5942 |
<unit bldFile="mw/classicui/classicui_plat/avkon_secondary_display_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5943 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5944 |
<component name="extended_animation_api" long-name="Extended Animation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5945 |
<unit bldFile="mw/classicui/classicui_plat/extended_animation_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5946 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5947 |
<component name="extended_notes_api" long-name="Extended Notes API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5948 |
<unit bldFile="mw/classicui/classicui_plat/extended_notes_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5949 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5950 |
<component name="text_scroller_api" long-name="Text Scroller API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5951 |
<unit bldFile="mw/classicui/classicui_plat/text_scroller_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5952 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5953 |
<component name="custom_cursors_api" long-name="Custom Cursors API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5954 |
<unit bldFile="mw/classicui/classicui_plat/custom_cursors_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5955 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5956 |
<component name="global_window_priorities_api" long-name="Global Window Priorities API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5957 |
<unit bldFile="mw/classicui/classicui_plat/global_window_priorities_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5958 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5959 |
<component name="extended_indicators_api" long-name="Extended Indicators API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5960 |
<unit bldFile="mw/classicui/classicui_plat/extended_indicators_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5961 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5962 |
<component name="special_character_table_api" long-name="Special Character Table API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5963 |
<unit bldFile="mw/classicui/classicui_plat/special_character_table_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5964 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5965 |
<component name="avkon_settings_api" long-name="AVKON Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5966 |
<unit bldFile="mw/classicui/classicui_plat/avkon_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5967 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5968 |
<component name="extended_sounds_api" long-name="Extended Sounds API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5969 |
<unit bldFile="mw/classicui/classicui_plat/extended_sounds_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5970 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5971 |
<component name="themes_settings_api" long-name="Themes Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5972 |
<unit bldFile="mw/classicui/classicui_plat/themes_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5973 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5974 |
<component name="media_shared_document_api" long-name="Media Shared Document API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5975 |
<unit bldFile="mw/classicui/classicui_plat/media_shared_document_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5976 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5977 |
<component name="extended_queries_api" long-name="Extended Queries API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5978 |
<unit bldFile="mw/classicui/classicui_plat/extended_queries_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5979 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5980 |
<component name="phone_number_text_utilities_api" long-name="Phone Number Text Utilities API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5981 |
<unit bldFile="mw/classicui/classicui_plat/phone_number_text_utilities_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5982 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5983 |
<component name="extended_scroller_api" long-name="Extended Scroller API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5984 |
<unit bldFile="mw/classicui/classicui_plat/extended_scroller_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5985 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5986 |
<component name="key_rotator_api" long-name="Key Rotator API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5987 |
<unit bldFile="mw/classicui/classicui_plat/key_rotator_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5988 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5989 |
<component name="extended_grids_api" long-name="Extended Grids API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5990 |
<unit bldFile="mw/classicui/classicui_plat/extended_grids_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5991 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5992 |
<component name="generic_parameter_api" long-name="Generic Parameter API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5993 |
<unit bldFile="mw/classicui/classicui_plat/generic_parameter_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5994 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5995 |
<component name="indicator_touch_observer_api" long-name="Indicator Touch Observer API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5996 |
<unit bldFile="mw/classicui/classicui_plat/indicator_touch_observer_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5997 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5998 |
<component name="popup_form_api" long-name="Popup Form API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
5999 |
<unit bldFile="mw/classicui/classicui_plat/popup_form_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6000 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6001 |
<component name="stylus_activated_popup_api" long-name="Stylus Activated Pop-up API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6002 |
<unit bldFile="mw/classicui/classicui_plat/stylus_activated_popup_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6003 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6004 |
<component name="indicator_plugin_api" long-name="Indicator Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6005 |
<unit bldFile="mw/classicui/classicui_plat/indicator_plugin_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6006 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6007 |
<component name="layout_configuration_api" long-name="Layout Configuration API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6008 |
<unit bldFile="mw/classicui/classicui_plat/layout_configuration_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6009 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6010 |
<component name="common_file_dialogs_filter_factory_api" long-name="Common File Dialogs Filter Factory API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
6011 |
<unit bldFile="mw/classicui/classicui_plat/common_file_dialogs_filter_factory_api/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6012 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6013 |
<component name="avkon_anim_dll_api" long-name="AVKON Anim DLL API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6014 |
<unit bldFile="mw/classicui/classicui_plat/avkon_anim_dll_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6015 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6016 |
<component name="extended_initialization_api" long-name="Extended Initialization API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6017 |
<unit bldFile="mw/classicui/classicui_plat/extended_initialization_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6018 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6019 |
<component name="long_tap_animation_api" long-name="Long Tap Animation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6020 |
<unit bldFile="mw/classicui/classicui_plat/long_tap_animation_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6021 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6022 |
<component name="extended_ui_framework_definitions_api" long-name="Extended UI Framework Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6023 |
<unit bldFile="mw/classicui/classicui_plat/extended_ui_framework_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6024 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6025 |
<component name="extended_buttons_api" long-name="Extended Buttons API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6026 |
<unit bldFile="mw/classicui/classicui_plat/extended_buttons_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6027 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6028 |
<component name="aiw_provider_utility_api" long-name="AIW Provider Utility API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6029 |
<unit bldFile="mw/classicui/classicui_plat/aiw_provider_utility_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6030 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6031 |
<component name="transition_effect_parameters_api" long-name="Transition Effect Parameters API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6032 |
<unit bldFile="mw/classicui/classicui_plat/transition_effect_parameters_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6033 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6034 |
<component name="extended_input_capabilities_api" long-name="Extended Input Capabilities API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6035 |
<unit bldFile="mw/classicui/classicui_plat/extended_input_capabilities_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6036 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6037 |
<component name="uikon_status_api" long-name="UIKON Status API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6038 |
<unit bldFile="mw/classicui/classicui_plat/uikon_status_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6039 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6040 |
<component name="transition_effect_utilities_api" long-name="Transition Effect Utilities API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6041 |
<unit bldFile="mw/classicui/classicui_plat/transition_effect_utilities_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6042 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6043 |
<component name="pointer_event_modifier_api" long-name="Pointer Event Modifier API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6044 |
<unit bldFile="mw/classicui/classicui_plat/pointer_event_modifier_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6045 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6046 |
<component name="avkon_testability_api" long-name="AVKON Testability API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6047 |
<unit bldFile="mw/classicui/classicui_plat/avkon_testability_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6048 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6049 |
<component name="ganes_api" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6050 |
<unit bldFile="mw/classicui/classicui_plat/ganes_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6051 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6052 |
<component name="ode_api" long-name="Ode API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6053 |
<unit bldFile="mw/classicui/classicui_plat/ode_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6054 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6055 |
<component name="physics_api" long-name="Physics API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6056 |
<unit bldFile="mw/classicui/classicui_plat/physics_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6057 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6058 |
<component name="touch_pane_api" long-name="Touch Pane API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6059 |
<unit bldFile="mw/classicui/classicui_plat/touch_pane_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6060 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6061 |
<component name="touch_pane_observer_api" long-name="Touch Pane Observer API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6062 |
<unit bldFile="mw/classicui/classicui_plat/touch_pane_observer_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6063 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6064 |
<component name="alternate_fs_api" long-name="Alternate FS API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6065 |
<unit bldFile="mw/classicui/classicui_plat/alternate_fs_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6066 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6067 |
<component name="discreet_popup_api" long-name="Discreet Popup API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6068 |
<unit bldFile="mw/classicui/classicui_plat/discreet_popup_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6069 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6070 |
<component name="touch_gesture_framework_api" long-name="Touch Gesture Framework API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6071 |
<unit bldFile="mw/classicui/classicui_plat/touch_gesture_framework_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6072 |
<!-- should this be commented out? --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6073 |
<!--<unit bldFile="classicui_plat/touch_gesture_framework_api/tsrc/group" filter="test,api_test"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6074 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6075 |
<component name="extended_options_menu_api" long-name="Extended Options Menu API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6076 |
<unit bldFile="mw/classicui/classicui_plat/extended_options_menu_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6077 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6078 |
<component name="directory_localizer_api" long-name="Directory Localizer API" filter="s60" class="api"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6079 |
<unit bldFile="mw/classicui/classicui_plat/directory_localizer_api/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6080 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6081 |
<component name="findutil_api" long-name="Find Util API" filter="s60" class="api"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6082 |
<unit bldFile="mw/classicui/classicui_plat/findutil_api/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6083 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6084 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6085 |
<collection name="classicui_pub" long-name="Classic UI Public Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6086 |
<component name="input_frame_api" long-name="Input Frame API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6087 |
<unit bldFile="mw/classicui/classicui_pub/input_frame_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6088 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6089 |
<component name="window_server_event_observer_api" long-name="Window Server Event Observer API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6090 |
<unit bldFile="mw/classicui/classicui_pub/window_server_event_observer_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6091 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6092 |
<component name="application_framework_api" long-name="Application Framework API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6093 |
<unit bldFile="mw/classicui/classicui_pub/application_framework_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6094 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6095 |
<component name="scroller_api" long-name="Scroller API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6096 |
<unit bldFile="mw/classicui/classicui_pub/scroller_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6097 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6098 |
<component name="ui_framework_utilities_api" long-name="UI Framework Utilities API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6099 |
<unit bldFile="mw/classicui/classicui_pub/ui_framework_utilities_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6100 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6101 |
<component name="ui_framework_definitions_api" long-name="UI Framework Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6102 |
<unit bldFile="mw/classicui/classicui_pub/ui_framework_definitions_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6103 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6104 |
<component name="buttons_api" long-name="Buttons API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6105 |
<unit bldFile="mw/classicui/classicui_pub/buttons_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6106 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6107 |
<component name="queries_api" long-name="Queries API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6108 |
<unit bldFile="mw/classicui/classicui_pub/queries_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6109 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6110 |
<component name="aiw_generic_parameter_api" long-name="AIW Generic Parameter API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6111 |
<unit bldFile="mw/classicui/classicui_pub/aiw_generic_parameter_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6112 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6113 |
<component name="editors_api" long-name="Editors API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6114 |
<unit bldFile="mw/classicui/classicui_pub/editors_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6115 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6116 |
<component name="common_file_dialogs_api" long-name="Common File Dialogs API" filter="s60" class="api"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
6117 |
<unit bldFile="mw/classicui/classicui_pub/common_file_dialogs_api/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6118 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6119 |
<component name="dialog_shutter_api" long-name="Dialog Shutter API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6120 |
<unit bldFile="mw/classicui/classicui_pub/dialog_shutter_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6121 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6122 |
<component name="fonts_api" long-name="Fonts API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6123 |
<unit bldFile="mw/classicui/classicui_pub/fonts_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6124 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6125 |
<component name="screen_clearer_api" long-name="Screen Clearer API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6126 |
<unit bldFile="mw/classicui/classicui_pub/screen_clearer_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6127 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6128 |
<component name="notifiers_api" long-name="Notifiers API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6129 |
<unit bldFile="mw/classicui/classicui_pub/notifiers_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6130 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6131 |
<component name="notes_api" long-name="Notes API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6132 |
<unit bldFile="mw/classicui/classicui_pub/notes_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6133 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6134 |
<component name="status_pane_api" long-name="Status Pane API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6135 |
<unit bldFile="mw/classicui/classicui_pub/status_pane_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6136 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6137 |
<component name="base_controls_api" long-name="Base Controls API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6138 |
<unit bldFile="mw/classicui/classicui_pub/base_controls_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6139 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6140 |
<component name="grids_api" long-name="Grids API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6141 |
<unit bldFile="mw/classicui/classicui_pub/grids_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6142 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6143 |
<component name="context_pane_api" long-name="Context Pane API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6144 |
<unit bldFile="mw/classicui/classicui_pub/context_pane_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6145 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6146 |
<component name="lists_api" long-name="Lists API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6147 |
<unit bldFile="mw/classicui/classicui_pub/lists_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6148 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6149 |
<component name="popups_api" long-name="Popups API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6150 |
<unit bldFile="mw/classicui/classicui_pub/popups_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6151 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6152 |
<component name="misc_controls_api" long-name="Misc Controls API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6153 |
<unit bldFile="mw/classicui/classicui_pub/misc_controls_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6154 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6155 |
<component name="keylock_api" long-name="Keylock API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6156 |
<unit bldFile="mw/classicui/classicui_pub/keylock_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6157 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6158 |
<component name="options_menu_api" long-name="Options Menu API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6159 |
<unit bldFile="mw/classicui/classicui_pub/options_menu_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6160 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6161 |
<component name="hierarchical_lists_api" long-name="Hierarchical Lists API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6162 |
<unit bldFile="mw/classicui/classicui_pub/hierarchical_lists_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6163 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6164 |
<component name="navigation_pane_api" long-name="Navigation Pane API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6165 |
<unit bldFile="mw/classicui/classicui_pub/navigation_pane_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6166 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6167 |
<component name="tabs_api" long-name="Tabs API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6168 |
<unit bldFile="mw/classicui/classicui_pub/tabs_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6169 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6170 |
<component name="title_pane_touch_observer_api" long-name="Title Pane Touch Observer API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6171 |
<unit bldFile="mw/classicui/classicui_pub/title_pane_touch_observer_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6172 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6173 |
<component name="choice_list_api" long-name="Choice List API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6174 |
<unit bldFile="mw/classicui/classicui_pub/choice_list_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6175 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6176 |
<component name="info_popup_note_api" long-name="Info Popup Note API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6177 |
<unit bldFile="mw/classicui/classicui_pub/info_popup_note_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6178 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6179 |
<component name="setting_pages_api" long-name="Setting Pages API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6180 |
<unit bldFile="mw/classicui/classicui_pub/setting_pages_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6181 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6182 |
<component name="screen_mode_api" long-name="Screen Mode API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6183 |
<unit bldFile="mw/classicui/classicui_pub/screen_mode_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6184 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6185 |
<component name="indicators_api" long-name="Indicators API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6186 |
<unit bldFile="mw/classicui/classicui_pub/indicators_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6187 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6188 |
<component name="error_ui_api" long-name="Error UI API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6189 |
<unit bldFile="mw/classicui/classicui_pub/error_ui_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6190 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6191 |
<component name="animation_api" long-name="Animation API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6192 |
<unit bldFile="mw/classicui/classicui_pub/animation_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6193 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6194 |
<component name="searchfield_api" long-name="Searchfield API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6195 |
<unit bldFile="mw/classicui/classicui_pub/searchfield_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6196 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6197 |
<component name="labels_api" long-name="Labels API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6198 |
<unit bldFile="mw/classicui/classicui_pub/labels_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6199 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6200 |
<component name="hotkeys_api" long-name="Hotkeys API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6201 |
<unit bldFile="mw/classicui/classicui_pub/hotkeys_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6202 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6203 |
<component name="initialization_api" long-name="Initialization API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6204 |
<unit bldFile="mw/classicui/classicui_pub/initialization_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6205 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6206 |
<component name="volume_control_api" long-name="Volume Control API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6207 |
<unit bldFile="mw/classicui/classicui_pub/volume_control_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6208 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6209 |
<component name="title_pane_api" long-name="Title Pane API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6210 |
<unit bldFile="mw/classicui/classicui_pub/title_pane_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6211 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6212 |
<component name="sounds_api" long-name="Sounds API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6213 |
<unit bldFile="mw/classicui/classicui_pub/sounds_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6214 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6215 |
<component name="aiw_service_handler_api" long-name="AIW Service Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6216 |
<unit bldFile="mw/classicui/classicui_pub/aiw_service_handler_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6217 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6218 |
<component name="aiw_criteria_api" long-name="AIW Criteria API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6219 |
<unit bldFile="mw/classicui/classicui_pub/aiw_criteria_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6220 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6221 |
<component name="touch_ui_utilities_api" long-name="Touch UI Utilities API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6222 |
<unit bldFile="mw/classicui/classicui_pub/touch_ui_utilities_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6223 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6224 |
<component name="generic_button_api" long-name="Generic Button API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6225 |
<unit bldFile="mw/classicui/classicui_pub/generic_button_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6226 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6227 |
<component name="form_api" long-name="Form API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6228 |
<unit bldFile="mw/classicui/classicui_pub/form_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6229 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6230 |
<component name="uikon_core_controls" long-name="Uikon Core Controls" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6231 |
<unit bldFile="mw/classicui/classicui_pub/uikon_core_controls/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6232 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6233 |
<component name="calendar_api" long-name="Calendar API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6234 |
<unit bldFile="mw/classicui/classicui_pub/calendar_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6235 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6236 |
<component name="toolbar_api" long-name="Toolbar API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6237 |
<unit bldFile="mw/classicui/classicui_pub/toolbar_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6238 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6239 |
<component name="server_application_api" long-name="Server Application API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6240 |
<unit bldFile="mw/classicui/classicui_pub/server_application_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6241 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6242 |
<component name="slider_api" long-name="Slider API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6243 |
<unit bldFile="mw/classicui/classicui_pub/slider_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6244 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6245 |
<component name="private_ui_framework_api" long-name="Private UI Framework API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6246 |
<unit bldFile="mw/classicui/classicui_pub/private_ui_framework_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6247 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6248 |
<component name="dialogs_api" long-name="Dialogs API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6249 |
<unit bldFile="mw/classicui/classicui_pub/dialogs_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6250 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6251 |
<component name="document_handler_api" long-name="Document handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6252 |
<unit bldFile="mw/classicui/classicui_pub/document_handler_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6253 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6254 |
<component name="images_api" long-name="Images API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6255 |
<unit bldFile="mw/classicui/classicui_pub/images_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6256 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6257 |
<component name="stylus_popup_menu_api" long-name="Stylus Pop-up Menu API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6258 |
<unit bldFile="mw/classicui/classicui_pub/stylus_popup_menu_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6259 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6260 |
<component name="information_preview_popup_api" long-name="Information Preview Popup API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6261 |
<unit bldFile="mw/classicui/classicui_pub/information_preview_popup_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6262 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6263 |
<component name="intermediate_state_api" long-name="Intermediate State API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6264 |
<unit bldFile="mw/classicui/classicui_pub/intermediate_state_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6265 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6266 |
<component name="help_launcher_api" long-name="Help Launcher API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6267 |
<unit bldFile="mw/classicui/classicui_pub/help_launcher_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6268 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6269 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6270 |
<collection name="ode" long-name="Open Dynamics Engine" level="support"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6271 |
<!-- the collection is really a component. Move down a directory.--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6272 |
<component name="ode_build" filter="s60" long-name="ODE"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6273 |
<unit bldFile="mw/classicui/ode/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6274 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6275 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6276 |
<collection name="uifw" long-name="UI Framework" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6277 |
<component name="uiklaf" filter="s60" long-name="Uikon Look-and-Feel"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6278 |
<unit bldFile="mw/classicui/uifw/uiklaf/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6279 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6280 |
<component name="eikctl" filter="s60" long-name="Eikon Controls"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6281 |
<unit bldFile="mw/classicui/uifw/eikctl/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6282 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6283 |
<component name="avkon" filter="s60" long-name="Avkon"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6284 |
<!-- can only have one unit. Split into 3 components, or #include all from same bld.inf --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6285 |
<unit bldFile="mw/classicui/uifw/avkon/aknphysics/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6286 |
<unit bldFile="mw/classicui/uifw/avkon/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6287 |
<unit bldFile="mw/classicui/uifw/avkon/aknconf/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6288 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6289 |
<component name="eikstd" filter="s60" long-name="Eikon Standard"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6290 |
<unit bldFile="mw/classicui/uifw/eikstd/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6291 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6292 |
<component name="aknglobalui" filter="s60" long-name="Avkon Global UI"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6293 |
<unit bldFile="mw/classicui/uifw/aknglobalui/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6294 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6295 |
<component name="ganes" filter="s60" long-name="Ganes"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6296 |
<unit bldFile="mw/classicui/uifw/ganes/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6297 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6298 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6299 |
<collection name="commonuis" long-name="Common UIs" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6300 |
<component name="commonui" filter="s60" long-name="Common UI"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6301 |
<unit bldFile="mw/classicui/commonuis/commonui/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6302 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6303 |
<component name="commondialogs" filter="s60" long-name="Common Dialogs"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6304 |
<unit bldFile="mw/classicui/commonuis/commondialogs/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6305 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6306 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6307 |
<collection name="applicationinterworkingfw" long-name="Application Interworking Framework" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6308 |
<component name="aifwservicehandler" filter="s60" long-name="Application Interworking Service Handler"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6309 |
<unit bldFile="mw/classicui/applicationinterworkingfw/servicehandler/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6310 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6311 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6312 |
<collection name="commonadapter" long-name="Common Adapter" level="support"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6313 |
<!-- the collection is really a component. Move down a directory.--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6314 |
<component name="commonadapter_build" filter="s60" long-name="Common Adapter Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6315 |
<unit bldFile="mw/classicui/commonadapter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6316 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6317 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6318 |
<collection name="akntouchgesturefw" long-name="Avkon Touch Gesture Framework" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6319 |
<!-- the collection is really a component. Move down a directory.--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6320 |
<component name="akntouchgesturefw_build" filter="s60" long-name="Avkon Touch Gesture Framework Build" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6321 |
<unit bldFile="mw/classicui/akntouchgesturefw/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6322 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6323 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6324 |
<collection name="uiutils" long-name="UI Utils" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6325 |
<component name="localizer" filter="s60" long-name="Directory Localizer"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6326 |
<unit bldFile="mw/classicui/uiutils/localizer/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6327 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6328 |
<component name="findutil" filter="s60" long-name="Find Utility"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6329 |
<unit bldFile="mw/classicui/uiutils/findutil/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6330 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6331 |
<component name="gamerecognizer" filter="s60" long-name="Game Recognizer" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6332 |
<unit bldFile="mw/classicui/uiutils/gamerecognizer/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6333 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6334 |
<component name="aknjapanesereading" filter="s60" long-name="Avkon Japanese Reading"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6335 |
<unit bldFile="mw/classicui/uiutils/aknjapanesereading/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6336 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6337 |
<component name="hlplch" long-name="Help Launcher" filter="s60,bldfirst"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6338 |
<unit bldFile="mw/classicui/uiutils/hlplch/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6339 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6340 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6341 |
<collection name="commonuisupport" long-name="Common UI Support" level="support"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6342 |
<component name="uikon" long-name="Uikon" introduced="6.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6343 |
<unit bldFile="mw/classicui/commonuisupport/uikon/group" mrp="mw/classicui/commonuisupport/uikon/group/app-framework_uikon.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6344 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6345 |
<component name="errorresolverdata" long-name="Error Resolver Data" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6346 |
<unit bldFile="mw/classicui/commonuisupport/errorresolverdata/group" mrp="mw/classicui/commonuisupport/errorresolverdata/group/app-framework_errorresgt.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6347 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6348 |
<component name="uilaf" long-name="UI Look and Feel" introduced="6.0" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6349 |
<unit bldFile="mw/classicui/commonuisupport/uilaf/GROUP" mrp="mw/classicui/commonuisupport/uilaf/GROUP/app-framework_uiklafgt.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6350 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6351 |
<component name="grid" long-name="Grid" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6352 |
<unit bldFile="mw/classicui/commonuisupport/grid/group" mrp="mw/classicui/commonuisupport/grid/group/app-framework_grid.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6353 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6354 |
<component name="uifwsdocs" long-name="UI Frameworks Documentation" purpose="development" class="doc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6355 |
<unit mrp="mw/classicui/commonuisupport/uifwsdocs/app-framework_documentation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6356 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6357 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6358 |
<collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6359 |
<component name="cone" long-name="Control Environment" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6360 |
<unit bldFile="mw/classicui/lafagnosticuifoundation/cone/group" mrp="mw/classicui/lafagnosticuifoundation/cone/group/app-framework_cone.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6361 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6362 |
<component name="graphicseffects" long-name="Graphics Effects" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6363 |
<unit bldFile="mw/classicui/lafagnosticuifoundation/graphicseffects/group" mrp="mw/classicui/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6364 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6365 |
<component name="uigraphicsutils" long-name="UI Graphics Utilities" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6366 |
<unit bldFile="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group" mrp="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group/app-framework_egul.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6367 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6368 |
<component name="clockanim" long-name="Clock" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6369 |
<unit bldFile="mw/classicui/lafagnosticuifoundation/clockanim/group" mrp="mw/classicui/lafagnosticuifoundation/clockanim/group/app-framework_clock.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6370 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6371 |
<component name="bmpanimation" long-name="BMP Animation" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6372 |
<unit bldFile="mw/classicui/lafagnosticuifoundation/bmpanimation/group" mrp="mw/classicui/lafagnosticuifoundation/bmpanimation/group/app-framework_bmpanim.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6373 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6374 |
<component name="animation" long-name="Animation" introduced="9.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6375 |
<unit bldFile="mw/classicui/lafagnosticuifoundation/animation/group" mrp="mw/classicui/lafagnosticuifoundation/animation/group/app-framework_animation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6376 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6377 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6378 |
<collection name="classicui_info" long-name="Classic UI Info" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6379 |
<!-- the multiple units in the API test components need to be resolved --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6380 |
<component name="classicui_metadata" long-name="Classic UI Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6381 |
<unit mrp="mw/classicui/classicui_info/classicui_metadata/classicui_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6382 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6383 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6384 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6385 |
<block name="svgt" level="generic" long-name="SVG Tiny" levels="util ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6386 |
<collection name="svgt_plat" long-name="SVG Tiny Platform Interfaces" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6387 |
<component name="svgt_api" long-name="SVGT API" introduced="9.2" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6388 |
<unit bldFile="mw/svgt/svgt_plat/svgt_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6389 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6390 |
<component name="nvg_api" long-name="NVG API" introduced="9.2" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6391 |
<unit bldFile="mw/svgt/svgt_plat/nvg_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6392 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6393 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6394 |
<collection name="svgtopt" long-name="SVG-T Engine" level="util"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6395 |
<component name="svgtopt_build" filter="s60" long-name="SVG Engine" introduced="9.2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6396 |
<!-- component is at collection level. Needs to be moved down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6397 |
<unit bldFile="mw/svgt/svgtopt/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6398 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6399 |
<component name="svgtplugin" filter="s60" long-name="SVG Plugin" introduced="9.2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6400 |
<unit bldFile="mw/svgt/svgtopt/svgtplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6401 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6402 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6403 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6404 |
<block name="uiaccelerator" level="generic" long-name="UI Accelerator" levels="plugin framework server ex if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6405 |
<collection name="uiaccelerator_plat" long-name="UI Accelerator Platform Interfaces" level="if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6406 |
<component name="alf_core_toolkit_api" long-name="ALF Core Toolkit API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6407 |
<unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_core_toolkit_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6408 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6409 |
<component name="alf_visual_api" long-name="ALF Visual API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6410 |
<unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_visual_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6411 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6412 |
<component name="alf_extended_visual_api" long-name="ALF Extended Visual API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6413 |
<unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_extended_visual_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6414 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6415 |
<component name="alf_extension_api" long-name="ALF Extension API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6416 |
<unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_extension_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6417 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6418 |
<component name="alf_tracing_api" long-name="ALF Tracing API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6419 |
<unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_tracing_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6420 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6421 |
<component name="alf_client_server_api" long-name="ALF Client Server API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6422 |
<unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_client_server_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6423 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6424 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6425 |
<collection name="uiacceltk" long-name="UI Accelerator Toolkit" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6426 |
<component name="hitchcock" filter="s60" long-name="Hitchcock"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6427 |
<unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6428 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6429 |
<component name="uiacceltk_build" filter="s60" long-name="UI Accelerator Toolkit Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6430 |
<!-- move into the other component, or remove the #include and make this UI Accelerator Toolkit ROM--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6431 |
<unit bldFile="mw/uiaccelerator/uiacceltk/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6432 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6433 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6434 |
<collection name="uiaccelerator_test" long-name="UI Accelerator Test" level="ex"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6435 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6436 |
<block name="uiresources" level="generic" long-name="UI Resources" levels="compile plugin framework server generic data"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6437 |
<!-- are the custom filters below needed? --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6438 |
<collection name="uiresources_pub" long-name="UI Resources Public Interfaces" level="data"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6439 |
<component name="pictograph_api" long-name="Pictograph API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6440 |
<unit bldFile="mw/uiresources/uiresources_pub/pictograph_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6441 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6442 |
<component name="skins_api" long-name="Skins API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6443 |
<unit bldFile="mw/uiresources/uiresources_pub/skins_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6444 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6445 |
<component name="font_definition_api" long-name="Font Definition API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6446 |
<unit bldFile="mw/uiresources/uiresources_pub/font_definition_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6447 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6448 |
<component name="graphics_api" long-name="Graphics API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6449 |
<unit bldFile="mw/uiresources/uiresources_pub/graphics_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6450 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6451 |
<component name="scalable_icons_api" long-name="Scalable Icons API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6452 |
<unit bldFile="mw/uiresources/uiresources_pub/scalable_icons_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6453 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6454 |
<component name="layout_id_definitions_api" long-name="Layout ID Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6455 |
<unit bldFile="mw/uiresources/uiresources_pub/layout_id_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6456 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6457 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6458 |
<collection name="uiresources_plat" long-name="UI Resources Platform Interfaces" level="data"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6459 |
<component name="layout_system_private_api" long-name="Layout System Private API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6460 |
<unit bldFile="mw/uiresources/uiresources_plat/layout_system_private_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6461 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6462 |
<component name="layout_data_api" long-name="Layout Data API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6463 |
<unit bldFile="mw/uiresources/uiresources_plat/layout_data_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6464 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6465 |
<component name="cdl_api" long-name="CDL API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6466 |
<unit bldFile="mw/uiresources/uiresources_plat/cdl_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6467 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6468 |
<component name="extended_skins_api" long-name="Extended Skins API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6469 |
<unit bldFile="mw/uiresources/uiresources_plat/extended_skins_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6470 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6471 |
<component name="tfx_server_controller_plugin_api" long-name="TFX Server Controller Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6472 |
<unit bldFile="mw/uiresources/uiresources_plat/tfx_server_controller_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6473 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6474 |
<component name="extended_fonts_api" long-name="Extended Fonts API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6475 |
<unit bldFile="mw/uiresources/uiresources_plat/extended_fonts_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6476 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6477 |
<component name="graphic_configuration_api" long-name="Graphic Configuration API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6478 |
<unit bldFile="mw/uiresources/uiresources_plat/graphic_configuration_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6479 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6480 |
<component name="mif_header_cdl_api" long-name="MIF Header CDL API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6481 |
<unit bldFile="mw/uiresources/uiresources_plat/mif_header_cdl_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6482 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6483 |
<component name="personalisation_and_skins_settings_api" long-name="Personalisation and Skins Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6484 |
<unit bldFile="mw/uiresources/uiresources_plat/personalisation_and_skins_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6485 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6486 |
<component name="tfx_effect_setup_plugin_api" long-name="TFX Effect Setup Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6487 |
<unit bldFile="mw/uiresources/uiresources_plat/tfx_effect_setup_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6488 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6489 |
<component name="mifconv_definitions_api" long-name="Mifconv Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6490 |
<unit bldFile="mw/uiresources/uiresources_plat/mifconv_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6491 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6492 |
<component name="wallpaper_configuration_api" long-name="Wallpaper Configuration API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6493 |
<unit bldFile="mw/uiresources/uiresources_plat/wallpaper_configuration_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6494 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6495 |
<component name="language_code_definitions_api" long-name="Language Code Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6496 |
<unit bldFile="mw/uiresources/uiresources_plat/language_code_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6497 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6498 |
<component name="skins_image_attributes_api" long-name="Skins Image Attributes API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6499 |
<unit bldFile="mw/uiresources/uiresources_plat/skins_image_attributes_api/group" filter="!test"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6500 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6501 |
<component name="private_user_area_code_definitions_api" long-name="Private User Area Code Definitions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6502 |
<unit bldFile="mw/uiresources/uiresources_plat/private_user_area_code_definitions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6503 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6504 |
<component name="tfx_server_plugin_ids_api" long-name="TFX Server Plug-in IDs API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6505 |
<unit bldFile="mw/uiresources/uiresources_plat/tfx_server_plugin_ids_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6506 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6507 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6508 |
<collection name="uiresources_info" long-name="UI Resources Info" level="data"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6509 |
<component name="uiresources_test" filter="s60,test,api_test" long-name="UI Resources Tests" purpose="development"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6510 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6511 |
<collection name="uigraphics" long-name="UI Graphics" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6512 |
<component name="bitmaps2" filter="s60" long-name="Bitmaps 2" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6513 |
<unit bldFile="mw/uiresources/uigraphics/bitmaps2/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6514 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6515 |
<component name="icons" filter="s60" long-name="Icons" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6516 |
<unit bldFile="mw/uiresources/uigraphics/icons/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6517 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6518 |
<component name="variatedbitmaps" filter="s60" long-name="Variated Bitmaps" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6519 |
<unit bldFile="mw/uiresources/uigraphics/variatedbitmaps/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6520 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6521 |
<component name="aknicon" filter="s60" long-name="Avkon Icon Framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6522 |
<unit bldFile="mw/uiresources/uigraphics/aknicon/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6523 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6524 |
<component name="nvgrenderstage" filter="sf_build" long-name="NVG Render Stage"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6525 |
<unit bldFile="mw/uiresources/uigraphics/nvgrenderstage/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6526 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6527 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6528 |
<collection name="layouts" long-name="Layouts" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6529 |
<component name="cdl" filter="s60" long-name="Customization Definition Language"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6530 |
<!-- can only have one unit. Need to #include them or split into multiple components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6531 |
<unit bldFile="mw/uiresources/layouts/cdl/cdlengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6532 |
<unit bldFile="mw/uiresources/layouts/cdl/cdlserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6533 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6534 |
<component name="aknlayout2" filter="s60" long-name="Avkon Layout 2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6535 |
<unit bldFile="mw/uiresources/layouts/aknlayout2/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6536 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6537 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6538 |
<collection name="skins" long-name="Skins" level="data"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6539 |
<component name="aknskincontent" filter="s60" long-name="Avkon Skin Content" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6540 |
<unit bldFile="mw/uiresources/skins/aknskincontent/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6541 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6542 |
<component name="aknskins" filter="s60" long-name="Avkon Skin Compiler"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6543 |
<unit bldFile="mw/uiresources/skins/aknskins/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6544 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6545 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6546 |
<collection name="pictographs" long-name="Pictographs" level="data"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6547 |
<component name="aknpictograph" filter="s60" long-name="Avkon Pictograph"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6548 |
<unit bldFile="mw/uiresources/pictographs/aknpictograph/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6549 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6550 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6551 |
<collection name="locales" long-name="Locales" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6552 |
<component name="locales_build" filter="s60" long-name="Locales Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6553 |
<unit bldFile="mw/uiresources/locales/loce32"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6554 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6555 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6556 |
<collection name="uiconfig" long-name="UI Config" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6557 |
<component name="s60config" filter="s60" long-name="S60 UI Config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6558 |
<unit bldFile="mw/uiresources/uiconfig/s60config/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6559 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6560 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6561 |
<collection name="fontsupport" long-name="Font Support" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6562 |
<component name="fontprovider" filter="s60" long-name="Font Provider"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6563 |
<unit bldFile="mw/uiresources/fontsupport/fontprovider/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6564 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6565 |
<!-- R&D materials, should be Nokia only: exports S60 fonts, removes freetype |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6566 |
<component id="s60_fonts" filter="s60" name="S60 Fonts"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6567 |
<unit bldFile="fontsupport/fontutils/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6568 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6569 |
--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6570 |
<component name="fontutils" filter="sf_build" long-name="Font Utils"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6571 |
<unit bldFile="mw/uiresources/fontsupport/fontutils/FontUtils/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6572 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6573 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6574 |
<collection name="helpthemes" long-name="Help Themes" level="data"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6575 |
<!-- collection is really a component. Need to move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6576 |
<component name="helpthemes_build" filter="s60" long-name="Help Themes Build" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6577 |
<unit bldFile="mw/uiresources/helpthemes/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6578 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6579 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6580 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6581 |
<block name="hapticsservices" level="generic" long-name="Haptics Services" levels="fw server api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6582 |
<collection name="hapticsservices_plat" long-name="Haptics Services Platform Interfaces" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6583 |
<component name="tacticon_api" long-name="Tacticon API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6584 |
<unit bldFile="mw/hapticsservices/hapticsservices_plat/tacticon_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6585 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6586 |
<component name="tactile_feedback_core_api" long-name="Tactile Feedback Core API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6587 |
<unit bldFile="mw/hapticsservices/hapticsservices_plat/tactile_feedback_core_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6588 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6589 |
<component name="tactile_feedback_server_api" long-name="Tactile Feedback Server API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6590 |
<unit bldFile="mw/hapticsservices/hapticsservices_plat/tactile_feedback_server_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6591 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6592 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6593 |
<collection name="hapticsservices_pub" long-name="Haptics Services Public Interfaces" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6594 |
<component name="tactile_feedback_client_api" long-name="Tactile Feedback Client API" introduced="^1" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6595 |
<unit bldFile="mw/hapticsservices/hapticsservices_pub/tactile_feedback_client_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6596 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6597 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6598 |
<collection name="tacticonserver" long-name="Tacticon Server" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6599 |
<!-- collection is really a component. Move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6600 |
<component name="tacticonserver_build" filter="s60" long-name="Tacticon Server Build" introduced="^3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6601 |
<unit bldFile="mw/hapticsservices/tacticonserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6602 |
<!-- clients and servers are suauly the same component. Consider moving pluign to a separate component if needed --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6603 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6604 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6605 |
<collection name="tactilefeedback" long-name="Tactile Feedback" level="fw"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6606 |
<component name="tactilearearegistry" filter="s60" long-name="Tactile Area Registry" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6607 |
<unit bldFile="mw/hapticsservices/tactilefeedback/tactilearearegistry/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6608 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6609 |
<component name="tactilefeedbackresolver" filter="s60" long-name="Tactile Feedback Resolver" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6610 |
<unit bldFile="mw/hapticsservices/tactilefeedback/tactilefeedbackresolver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6611 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6612 |
<component name="tactileclickplugin" filter="s60" long-name="Tactile Click Plugin" introduced="^1" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6613 |
<unit bldFile="mw/hapticsservices/tactilefeedback/tactileclickplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6614 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6615 |
<component name="tactilefeedbackclient" filter="s60" long-name="Tactile Feedback Client" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6616 |
<unit bldFile="mw/hapticsservices/tactilefeedback/tactilefeedbackclient/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6617 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6618 |
<component name="tactileactionplugin" filter="s60" long-name="Tactile Action Plugin" introduced="^1" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6619 |
<unit bldFile="mw/hapticsservices/tactilefeedback/tactileactionplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6620 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6621 |
<component name="tactilefeedback_build" filter="s60" long-name="Tactile Feedback Build" introduced="^1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6622 |
<!-- consider moving IBY to one fo the above components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6623 |
<unit bldFile="mw/hapticsservices/tactilefeedback/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6624 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6625 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6626 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6627 |
<block name="platformthemes" level="specific" long-name="Platform Themes" levels="framework generic ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6628 |
<collection name="platformthemes_info" long-name="Platform Themes Info"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6629 |
<component name="platformthemes_build" long-name="Platform Themes Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6630 |
<!-- no real structure in this package. Should break into collections / components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6631 |
<unit bldFile="mw/platformthemes" proFile="platformthemes.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6632 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6633 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6634 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6635 |
<block name="gsprofilesrv" level="generic" long-name="General Settings and Profiles Services" levels="system plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6636 |
<collection name="gsprofilesrv_pub" long-name="GS and Profiles Services Public Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6637 |
<component name="profiles_engine_active_profile_settings_api" long-name="Profiles Engine Active Profile Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6638 |
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_pub/profiles_engine_active_profile_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6639 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6640 |
<component name="profiles_engine_wrapper_api" long-name="Profiles Engine Wrapper API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6641 |
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_pub/profiles_engine_wrapper_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6642 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6643 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6644 |
<collection name="gsprofilesrv_plat" long-name="GS and Profiles Services Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6645 |
<component name="ftuwizardmodel_api" long-name="FTU Wizard Model API" filter="bldfirst,s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6646 |
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_plat/ftuwizardmodel_api" proFile="ftuwizardmodel_api.pro" qmakeArgs="-r -config rom"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6647 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6648 |
<component name="profiles_engine_api" long-name="Profiles Engine API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6649 |
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_plat/profiles_engine_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6650 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6651 |
<component name="settings_uis_cenrep_collection_api" long-name="Settings UIs CenRep Collection API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6652 |
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_plat/settings_uis_cenrep_collection_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6653 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6654 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6655 |
<collection name="ftuwizardmodel" long-name="FTU Wizard Model" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6656 |
<component name="ftuwizardmodel_build" long-name="FTU Wizardmodel Build" filter="bldfirst"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6657 |
<unit bldFile="mw/gsprofilesrv/ftuwizardmodel" proFile="ftuwizardmodel.pro" qmakeArgs="-r -config rom"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6658 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6659 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6660 |
<collection name="controlpanel" long-name="Control Panel" level="generic"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6661 |
<component name="controlpanel_rom" long-name="Control Panel ROM" filter="s60" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6662 |
<!-- Need to create a real .pro file for this |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6663 |
<unit bldFile="controlpanel/rom" qt:proFile="cp_rom.pri" qt:qmakeArgs="-r -config rom"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6664 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6665 |
<component name="controlpanel_config" long-name="Control Panel Config" filter="s60" introduced="^4" class="config placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6666 |
<!-- Need to create a real .pro file for this |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6667 |
<unit bldFile="controlpanel/conf" qt:proFile="conf.pri" qt:qmakeArgs="-r -config rom"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6668 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6669 |
<component name="controlpanel_source" long-name="Control Panel Source" filter="s60" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6670 |
<!-- Uncomment when controlpanel_build is removed |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6671 |
<unit bldFile="controlpanel/src" qt:qmakeArgs="-r -config rom" qt:proFile="src.pro"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6672 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6673 |
<component name="controlpanel_build" long-name="Control Panel Build" filter="s60"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6674 |
<!-- need to make included .pri file into a real .pro file --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6675 |
<unit bldFile="mw/gsprofilesrv/controlpanel" qmakeArgs="-r -config rom" proFile="controlpanel.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6676 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6677 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6678 |
<collection name="profilesservices" long-name="Profiles Services" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6679 |
<component name="profileengine" filter="s60" long-name="Profile Engine" introduced="9.1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6680 |
<unit bldFile="mw/gsprofilesrv/profilesservices/profileengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6681 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6682 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6683 |
</block> |
584
b33fab07693d
Add auto generated symbian4 system model (packages@e241c90784c5)
Dario Sestito <darios@symbian.org>
parents:
581
diff
changeset
|
6684 |
<block name="homescreensrv" level="specific" long-name="Home Screen Services" levels="plugin framework server generic specific"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6685 |
<collection name="hswidgetmodel" long-name="Home Screen Widget Model" level="framework"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6686 |
<component name="hswidgetmodel_build" long-name="Home Screen Widget Model Build" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6687 |
<unit bldFile="mw/homescreensrv/hswidgetmodel" qmakeArgs="-r" proFile="hswidgetmodel.pro"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6688 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6689 |
</collection> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6690 |
<collection name="contentstorage" long-name="Content Storage" level="framework"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6691 |
<component name="cautils" long-name="Content Arsenal Utils" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6692 |
<unit bldFile="mw/homescreensrv/contentstorage/cautils" qmakeArgs="-r" proFile="cautils.pro"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6693 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6694 |
<component name="contentstorage_build" long-name="Content Storage Build" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6695 |
<unit bldFile="mw/homescreensrv/contentstorage/group" qmakeArgs="-r" proFile="group.pro"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6696 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6697 |
<component name="casrv/calocalizerscanner" long-name="Content Arsenal Server Localizer Scanner" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6698 |
<unit bldFile="mw/homescreensrv/contentstorage/casrv/calocalizerscanner" qmakeArgs="-r" proFile="calocalizerscanner.pro"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6699 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6700 |
<component name="cahandler" long-name="Content Arsenal Handler" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6701 |
<unit bldFile="mw/homescreensrv/contentstorage/cahandler" qmakeArgs="-r" proFile="cahandler.pro"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6702 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6703 |
<component name="caclient" long-name="Content Arsenal Client" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6704 |
<unit bldFile="mw/homescreensrv/contentstorage/caclient" qmakeArgs="-r" proFile="caclient.pro"/> |
584
b33fab07693d
Add auto generated symbian4 system model (packages@e241c90784c5)
Dario Sestito <darios@symbian.org>
parents:
581
diff
changeset
|
6705 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6706 |
<component name="casoftwareregistry" long-name="Content Arsenal Software Registry" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6707 |
<unit bldFile="mw/homescreensrv/contentstorage/casoftwareregistry" qmakeArgs="-r" proFile="casoftwareregistry.pro"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6708 |
</component> |
584
b33fab07693d
Add auto generated symbian4 system model (packages@e241c90784c5)
Dario Sestito <darios@symbian.org>
parents:
581
diff
changeset
|
6709 |
</collection> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6710 |
<collection name="homescreensrv_plat" long-name="Home Screen Services Platform Interfaces" level="specific"> |
590
f2261b6004ff
Add auto generated symbian4 system model (packages@d0cf5c0dc8c7)
Dario Sestito <darios@symbian.org>
parents:
588
diff
changeset
|
6711 |
<component name="homescreensrv_plat_build" long-name="Home Screen Services Platform Interfaces build" introduced="^4"> |
f2261b6004ff
Add auto generated symbian4 system model (packages@d0cf5c0dc8c7)
Dario Sestito <darios@symbian.org>
parents:
588
diff
changeset
|
6712 |
<unit bldFile="mw/homescreensrv/homescreensrv_plat" qmakeArgs="-r" proFile="homescreensrv_plat.pro"/> |
f2261b6004ff
Add auto generated symbian4 system model (packages@d0cf5c0dc8c7)
Dario Sestito <darios@symbian.org>
parents:
588
diff
changeset
|
6713 |
</component> |
f2261b6004ff
Add auto generated symbian4 system model (packages@d0cf5c0dc8c7)
Dario Sestito <darios@symbian.org>
parents:
588
diff
changeset
|
6714 |
<component name="menu_sat_interface_api" long-name="Menu SAT Interface API" filter="s60" class="api"/> |
f2261b6004ff
Add auto generated symbian4 system model (packages@d0cf5c0dc8c7)
Dario Sestito <darios@symbian.org>
parents:
588
diff
changeset
|
6715 |
<component name="contentstorage_api" long-name="Content Storage API" filter="s60" introduced="^4" class="api"/> |
f2261b6004ff
Add auto generated symbian4 system model (packages@d0cf5c0dc8c7)
Dario Sestito <darios@symbian.org>
parents:
588
diff
changeset
|
6716 |
<component name="hswidgetmodel_api" long-name="HS Widget Model API" filter="s60" introduced="^4" class="api"/> |
f2261b6004ff
Add auto generated symbian4 system model (packages@d0cf5c0dc8c7)
Dario Sestito <darios@symbian.org>
parents:
588
diff
changeset
|
6717 |
<component name="homescreen_information_api" long-name="Homescreen Information API" filter="s60" introduced="^4" class="api"/> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6718 |
</collection> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6719 |
<collection name="hsactivityfw" long-name="Activity Framework" level="fw"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6720 |
<component name="hsactivityfw_build" long-name="Activity Framework Build" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6721 |
<unit bldFile="mw/homescreensrv/activityfw" qmakeArgs="-r" proFile="activityfw.pro"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6722 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6723 |
</collection> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6724 |
<collection name="tstaskmonitor" long-name="Task Switcher Task Monitor" level="fw"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6725 |
<!-- move collection down to a component directory or split up into component .pro files --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6726 |
<component name="tstaskmonitor_build" long-name="Task Switcher Task Monitor Build" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6727 |
<unit bldFile="mw/homescreensrv/tstaskmonitor" qmakeArgs="-r" proFile="tstaskmonitor.pro"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6728 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6729 |
</collection> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6730 |
<collection name="hsappkeyhandler" long-name="HS Appplication Key Handler" level="server"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6731 |
<component name="hsappkeyhandler_build" long-name="Appplication Key Handler Build" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6732 |
<unit bldFile="mw/homescreensrv/hsappkeyhandler" qmakeArgs="-r" proFile="hsappkeyhandler.pro"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6733 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6734 |
</collection> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
6735 |
<collection name="tsdevicedialog" long-name="Task Switcher Device Dialog" level="plugin"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
6736 |
<component name="tsdevicedialog_build" long-name="Task Switcher Device Dialog Build" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
6737 |
<!-- break this up into real components --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
6738 |
<unit bldFile="mw/homescreensrv/tsdevicedialog" qmakeArgs="-r" proFile="tsdevicedialog.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
6739 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
6740 |
</collection> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6741 |
<collection name="homescreensrv_info" long-name="Home Screen Services Info" level="specific"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6742 |
<component name="homescreensrvconf" long-name="Home Screen Services Config" introduced="^4" class="config"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6743 |
<unit bldFile="mw/homescreensrv" qmakeArgs="-r" proFile="homescreensrv_exports_to_rom.pri"/> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6744 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6745 |
<component name="homescreensrvrom" long-name="Home Screen Services ROM" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
6746 |
<unit bldFile="mw/homescreensrv/group"/> |
584
b33fab07693d
Add auto generated symbian4 system model (packages@e241c90784c5)
Dario Sestito <darios@symbian.org>
parents:
581
diff
changeset
|
6747 |
</component> |
b33fab07693d
Add auto generated symbian4 system model (packages@e241c90784c5)
Dario Sestito <darios@symbian.org>
parents:
581
diff
changeset
|
6748 |
</collection> |
b33fab07693d
Add auto generated symbian4 system model (packages@e241c90784c5)
Dario Sestito <darios@symbian.org>
parents:
581
diff
changeset
|
6749 |
</block> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6750 |
<block name="homescreensrvlegacy" level="generic" long-name="Legacy Home Screen Services" levels="plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6751 |
<collection name="homescreensrvlegacy_plat" long-name="Legacy Home Screen Services Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6752 |
<component name="ai_content_model_api" long-name="AI Content Model API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6753 |
<unit bldFile="mw/homescreensrvlegacy/ai_content_model_api/group" proFile="group.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6754 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6755 |
<component name="ai_plugin_information_api" long-name="AI Plug-in Information API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6756 |
<unit bldFile="mw/homescreensrvlegacy/ai_plugin_information_api/group" proFile="group.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6757 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6758 |
<component name="content_harvester_plugin_api" long-name="Content Harvester Plugin API " filter="s60" class="api"> |
646
43d614744229
Add homescreenlegacysrv content_harvester_plugin_api component, for contentharvester.h
William Roberts <williamr@symbian.org>
parents:
642
diff
changeset
|
6759 |
<unit bldFile="mw/homescreensrvlegacy/content_harvester_plugin_api/group"/> |
43d614744229
Add homescreenlegacysrv content_harvester_plugin_api component, for contentharvester.h
William Roberts <williamr@symbian.org>
parents:
642
diff
changeset
|
6760 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6761 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6762 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6763 |
<block name="appinstall" level="generic" long-name="Application Installation" levels="tool framework generic api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6764 |
<collection name="appinstall_plat" long-name="Application Installation Platform Interfaces" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6765 |
<component name="iaupdate_api" long-name="IA Update API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6766 |
<unit bldFile="mw/appinstall/appinstall_plat/iaupdate_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6767 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6768 |
<component name="task_plugin_api" long-name="Task Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6769 |
<unit bldFile="mw/appinstall/appinstall_plat/task_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6770 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6771 |
<component name="sw_installer_common_ui_api" long-name="SW Installer Common UI API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6772 |
<unit bldFile="mw/appinstall/appinstall_plat/sw_installer_common_ui_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6773 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6774 |
<component name="sw_installer_launcher_api" long-name="SW Installer Launcher API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6775 |
<unit bldFile="mw/appinstall/appinstall_plat/sw_installer_launcher_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6776 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6777 |
<component name="task_management_api" long-name="Task Management API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6778 |
<unit bldFile="mw/appinstall/appinstall_plat/task_management_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6779 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6780 |
<component name="sw_installer_ui_plugin_api" long-name="SW Installer UI Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6781 |
<unit bldFile="mw/appinstall/appinstall_plat/sw_installer_ui_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6782 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6783 |
<component name="sw_installer_cr_keys" long-name="SW Installer CR Keys" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6784 |
<unit bldFile="mw/appinstall/appinstall_plat/sw_installer_cr_keys/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6785 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6786 |
<component name="sw_installer_ps_keys" long-name="SW Installer PS Keys" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6787 |
<unit bldFile="mw/appinstall/appinstall_plat/sw_installer_ps_keys/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6788 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6789 |
<component name="sifui_api" long-name="STIF UI API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6790 |
<unit bldFile="mw/appinstall/appinstall_plat/sifui_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6791 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6792 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6793 |
<collection name="appinstall_pub" long-name="Application Installation Public Interfaces" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6794 |
<component name="startup_list_management_api" long-name="Startup List Management API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6795 |
<unit bldFile="mw/appinstall/appinstall_pub/startup_list_management_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6796 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6797 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6798 |
<collection name="ncdengine" long-name="Nokia Content Discover" level="framework"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
6799 |
<component name="ncdengine_build" filter="s60" long-name="NCD Engine" introduced="^1"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
6800 |
<unit bldFile="mw/appinstall/ncdengine/engine" proFile="engine.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6801 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6802 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6803 |
<collection name="appinstaller" long-name="Application Installer" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6804 |
<component name="appinstui" filter="s60" long-name="Application Installer UI" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6805 |
<unit bldFile="mw/appinstall/appinstaller/appinstui/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6806 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6807 |
<component name="appinstui_qt" filter="s60" long-name="Application Installer Qt UI" introduced="^2"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6808 |
<unit bldFile="mw/appinstall/appinstaller/appinstui" proFile="appinstui.pro" qmakeArgs="-r"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6809 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6810 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6811 |
<collection name="iaupdateapi_stub" long-name="IA Update API Stub" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6812 |
<!-- the collection is really a component. Move down a directory.--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6813 |
<component name="iaupdateapi_stub_build" long-name="IA Update API Stub Build" filter="s60" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6814 |
<unit bldFile="mw/appinstall/iaupdateapi_stub/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6815 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6816 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6817 |
<collection name="iaupdate" long-name="Independent Apps Update" level="api"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6818 |
<!-- Should reorganise into actual components --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6819 |
<component name="iad" long-name="Independent App delivery" filter="s60" introduced="^4" purpose="development"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6820 |
<unit bldFile="mw/appinstall/iaupdate" proFile="iaupdate.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6821 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6822 |
<component name="iaupdate_build" filter="s60" long-name="IA Update Build" introduced="^2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6823 |
<unit bldFile="mw/appinstall/iaupdate/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6824 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6825 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6826 |
<collection name="installationservices" long-name="Installation Services" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6827 |
<component name="swi" long-name="Secure Software Install" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6828 |
<unit bldFile="mw/appinstall/installationservices/swi/group" mrp="mw/appinstall/installationservices/swi/group/security_swi.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6829 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6830 |
<component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6831 |
<unit bldFile="mw/appinstall/installationservices/swidevicetools/group" mrp="mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6832 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6833 |
<component name="swcomponentregistry" long-name="Software Component Registry" introduced="^4" purpose="mandatory"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6834 |
<unit bldFile="mw/appinstall/installationservices/swcomponentregistry/group" mrp="mw/appinstall/installationservices/swcomponentregistry/group/security_softwarecomponentregistry.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6835 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6836 |
<component name="swinstallationfw" long-name="Software Installation Framework" introduced="^4" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6837 |
<unit bldFile="mw/appinstall/installationservices/swinstallationfw/group" mrp="mw/appinstall/installationservices/swinstallationfw/group/security_softwareinstallframework.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6838 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6839 |
<component name="swtransactionservices" long-name="Software Transaction Services" introduced="^4" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6840 |
<unit bldFile="mw/appinstall/installationservices/swtransactionservices/group" mrp="mw/appinstall/installationservices/swtransactionservices/group/security_softwaretransactionservices.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6841 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6842 |
<component name="refswinstallationplugin" long-name="Reference Software Installation Plugin" introduced="^4" purpose="development" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6843 |
<unit bldFile="mw/appinstall/installationservices/refswinstallationplugin/group" mrp="mw/appinstall/installationservices/refswinstallationplugin/group/security_sifrefplugin.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6844 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6845 |
<component name="refsoftwareappmgr" long-name="Reference Software Application Manager" introduced="^4" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6846 |
<unit bldFile="mw/appinstall/installationservices/refsoftwareappmgr/group" mrp="mw/appinstall/installationservices/refsoftwareappmgr/group/security_referenceapplicationmanager.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6847 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6848 |
<component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6849 |
<unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6850 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6851 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6852 |
<collection name="secureswitools" long-name="Secure Software Install Tools" level="tool"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6853 |
<component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6854 |
<unit bldFile="mw/appinstall/secureswitools/makekeys/group" mrp="mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6855 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6856 |
<component name="swianalysistoolkit" long-name="SWI Analysis Toolkit" purpose="development" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6857 |
<unit bldFile="mw/appinstall/secureswitools/swianalysistoolkit/group" mrp="mw/appinstall/secureswitools/swianalysistoolkit/group/security_switools.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6858 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6859 |
<component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6860 |
<unit mrp="mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6861 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6862 |
<component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6863 |
<unit bldFile="mw/appinstall/secureswitools/swisistools/group" mrp="mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6864 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6865 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6866 |
<collection name="appinstall_info" long-name="Application Installation Info" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6867 |
<component name="appinstall_metadata" long-name="Application Installation Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6868 |
<unit mrp="mw/appinstall/appinstall_info/appinstall_metadata/appinstall_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6869 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6870 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6871 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6872 |
<block name="serviceapifw" level="specific" long-name="Service API Framework" levels="plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6873 |
<collection name="serviceapifw_pub" long-name="Service API Framework Public Interfaces" level="specific"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6874 |
<collection name="serviceapifw_plat" long-name="Service API Framework Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6875 |
<component name="rtsecuritymanager_common_api" long-name="Runtime Security Manager Common API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6876 |
<unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_common_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6877 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6878 |
<component name="rtsecuritymanager_utility_api" long-name="Runtime Security Manager Utility API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6879 |
<unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6880 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6881 |
<component name="rtsecuritymanager_client_api" long-name="Runtime Security Manager Client API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6882 |
<unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_client_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6883 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6884 |
<component name="liw_provider_utility_api" long-name="LIW Provider Utility API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6885 |
<unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_provider_utility_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6886 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6887 |
<component name="liw_service_interface_base_api" long-name="LIW Service Interface Base API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6888 |
<unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_service_interface_base_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6889 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6890 |
<component name="liw_service_interface_menu_api" long-name="LIW Service Interface Menu API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6891 |
<unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_service_interface_menu_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6892 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6893 |
<component name="liw_criteria_api" long-name="LIW Criteria API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6894 |
<unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_criteria_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6895 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6896 |
<component name="liw_generic_parameter_api" long-name="LIW Generic Parameter API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6897 |
<unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_generic_parameter_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6898 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6899 |
<component name="liw_service_handler_api" long-name="LIW Service Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6900 |
<unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_service_handler_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6901 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6902 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6903 |
<collection name="rtsecuritymanager" long-name="Runtime Security Manager" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6904 |
<component name="rtsecuritymanagerutil" filter="s60" long-name="Runtime Security Manager Util"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6905 |
<unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerutil/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6906 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6907 |
<component name="rtsecuritymanagerserver" filter="s60" long-name="Runtime Security Manager Server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6908 |
<unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6909 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6910 |
<component name="rtsecuritymanagerclient" filter="s60" long-name="Runtime Security Manager Client"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6911 |
<unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerclient/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6912 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6913 |
<component name="rtsecuritymanager_build" filter="s60" long-name="Runtime Security Manager Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6914 |
<!-- Move the export to the appropriate components, or make this a ROM component by removing the #includes --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6915 |
<unit bldFile="mw/serviceapifw/rtsecuritymanager/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6916 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6917 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6918 |
<collection name="languageinterworkingfw" long-name="Language Interworking Framework" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6919 |
<component name="lifwservicehandler" filter="s60" long-name="Service Handler"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6920 |
<unit bldFile="mw/serviceapifw/languageinterworkingfw/servicehandler/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6921 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6922 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6923 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6924 |
<block name="serviceapi" level="specific" long-name="Service API" levels="os mw1 mw2 app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6925 |
<!-- should break up this collection into something meaningful --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6926 |
<collection name="serviceproviders" long-name="Service Providers" level="mw1"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6927 |
<!-- are commented out components to be removed? --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6928 |
<component name="sapi_contacts_vpbk" long-name="Contacts Phonebook SAPI" filter="s60" plugin="Y" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6929 |
<!--<unit bldFile="serviceproviders/sapi_contacts_vpbk/group"/>--> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6930 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6931 |
<component name="sapi_location" long-name="Location SAPI" filter="s60" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6932 |
<unit bldFile="mw/serviceapi/serviceproviders/sapi_location/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6933 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6934 |
<component name="sapi_mediamanagement" long-name="Media Management SAPI" filter="s60" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6935 |
<unit bldFile="mw/serviceapi/serviceproviders/sapi_mediamanagement/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6936 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6937 |
<component name="sapi_landmarks" long-name="Landmarks SAPI" filter="s60" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6938 |
<unit bldFile="mw/serviceapi/serviceproviders/sapi_landmarks/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6939 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6940 |
<component name="sapi_messaging" long-name="Messaging SAPI" filter="s60" plugin="Y" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6941 |
<!-- <unit bldFile="serviceproviders/sapi_messaging/group"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6942 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6943 |
<component name="sapi_applicationmanager" long-name="Application Manager SAPI" filter="s60" plugin="Y" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6944 |
<!-- <unit bldFile="serviceproviders/sapi_applicationmanager/group"/>--> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6945 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6946 |
<component name="sapi_calendar" long-name="Calendar SAPI" filter="s60" plugin="Y" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
6947 |
<!-- <unit bldFile="serviceproviders/sapi_calendar/group"/> --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6948 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6949 |
<component name="sapi_logging" long-name="Logging SAPI" filter="s60" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6950 |
<unit bldFile="mw/serviceapi/serviceproviders/sapi_logging/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6951 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6952 |
<component name="sapi_sensor" long-name="Sensor SAPI" filter="s60" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6953 |
<unit bldFile="mw/serviceapi/serviceproviders/sapi_sensor/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6954 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6955 |
<component name="sapi_sysinfo" long-name="Sysinfo SAPI" filter="s60" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6956 |
<unit bldFile="mw/serviceapi/serviceproviders/sapi_sysinfo/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6957 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6958 |
<component name="sapi_serviceregistry" long-name="Service Registry SAPI" filter="s60" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6959 |
<unit bldFile="mw/serviceapi/serviceproviders/sapi_serviceregistry/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6960 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6961 |
<component name="jsapi" long-name="Javascript API" filter="s60" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6962 |
<unit bldFile="mw/serviceapi/serviceproviders/jsapi/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6963 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6964 |
<component name="serviceproviders_build" filter="s60" long-name="Service API Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6965 |
<!-- distribute the exports or make this a ROM component by removing the #includes --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6966 |
<unit bldFile="mw/serviceapi/serviceproviders/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6967 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6968 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6969 |
</block> |
588
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
6970 |
<block name="browser" level="specific" long-name="Browser" levels="plugin utils support main"> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
6971 |
<collection name="bookmarksengine" long-name="Bookmarks Engine" level="support"> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
6972 |
<component name="bookmarksengine_build" long-name="Bookmarks Engine Build" introduced="^4"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
6973 |
<unit bldFile="mw/browser/bookmarksengine" proFile="bookmarksengine.pro"/> |
588
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
6974 |
</component> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
6975 |
</collection> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
6976 |
</block> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6977 |
<block name="web" level="specific" long-name="Web" levels="plugin utils server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6978 |
<collection name="web_pub" long-name="Web Public Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6979 |
<component name="browser_control_api" long-name="Browser Control API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6980 |
<unit bldFile="mw/web/web_pub/browser_control_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6981 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6982 |
<component name="download_mgr_client_api" long-name="Download Manager Client API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6983 |
<unit bldFile="mw/web/web_pub/download_mgr_client_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6984 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6985 |
<component name="download_mgr_ui_api" long-name="Download Manager UI Library API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6986 |
<unit bldFile="mw/web/web_pub/download_mgr_ui_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6987 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6988 |
<component name="favourites_engine_api" long-name="Favourites Engine API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6989 |
<unit bldFile="mw/web/web_pub/favourites_engine_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6990 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6991 |
<component name="browser_plugin_api" long-name="Browser Plug-in API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6992 |
<unit bldFile="mw/web/web_pub/browser_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6993 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6994 |
<component name="settings_api" long-name="Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6995 |
<unit bldFile="mw/web/web_pub/settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6996 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6997 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6998 |
<collection name="web_plat" long-name="Web Platform Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
6999 |
<component name="aiw_browser_provider_api" long-name="AIW Browser Provider API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7000 |
<unit bldFile="mw/web/web_plat/aiw_browser_provider_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7001 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7002 |
<component name="browser_dialogs_provider_api" long-name="Browser Dialogs Provider API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7003 |
<unit bldFile="mw/web/web_plat/browser_dialogs_provider_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7004 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7005 |
<component name="browser_platform_api" long-name="Browser Platform API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7006 |
<unit bldFile="mw/web/web_plat/browser_platform_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7007 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7008 |
<component name="cod_handler_api" long-name="COD Handler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7009 |
<unit bldFile="mw/web/web_plat/cod_handler_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7010 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7011 |
<component name="connection_manager_api" long-name="Connection Manager API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7012 |
<unit bldFile="mw/web/web_plat/connection_manager_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7013 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7014 |
<component name="download_mgr_client_api_extn" long-name="Download Manager Client API Extension" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7015 |
<unit bldFile="mw/web/web_plat/download_mgr_client_api_extn/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7016 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7017 |
<component name="feeds_engine_api" long-name="Feeds Engine API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7018 |
<unit bldFile="mw/web/web_plat/feeds_engine_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7019 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7020 |
<component name="launcher_api" long-name="Launcher API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7021 |
<unit bldFile="mw/web/web_plat/launcher_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7022 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7023 |
<component name="multipart_parser_api" long-name="Multipart Parser API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7024 |
<unit bldFile="mw/web/web_plat/multipart_parser_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7025 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7026 |
<component name="recent_url_store_api" long-name="Recent URL Store API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7027 |
<unit bldFile="mw/web/web_plat/recent_url_store_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7028 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7029 |
<component name="rt_gesturehelper_api" long-name="Runtime Gesture Helper API" filter="s60" introduced="^4" class="api"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7030 |
<unit bldFile="mw/web/web_plat/rt_gesturehelper_api/group"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7031 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7032 |
<component name="scheme_handler_plugin_api" long-name="Scheme Handler Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7033 |
<unit bldFile="mw/web/web_plat/scheme_handler_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7034 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7035 |
<component name="scriptable_plugin_api" long-name="Scriptable Plugin API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7036 |
<unit bldFile="mw/web/web_plat/scriptable_plugin_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7037 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7038 |
<component name="webutils_api" long-name="Web Utils API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7039 |
<unit bldFile="mw/web/web_plat/webutils_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7040 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7041 |
<component name="widget_registry_api" long-name="Widget Registry API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7042 |
<unit bldFile="mw/web/web_plat/widget_registry_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7043 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7044 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7045 |
<collection name="browserutilities" long-name="Browser Utilities" level="utils"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7046 |
<component name="browserdialogsprovider" filter="s60" long-name="Browser Dialogs Provider"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7047 |
<unit bldFile="mw/web/browserutilities/browserdialogsprovider/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7048 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7049 |
<component name="recenturlstore" filter="s60" long-name="Recent URL Store"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7050 |
<unit bldFile="mw/web/browserutilities/recenturlstore/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7051 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7052 |
<component name="downloadmgr" filter="s60" long-name="Download Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7053 |
<unit bldFile="mw/web/browserutilities/downloadmgr/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7054 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7055 |
<component name="connectionmanager" filter="s60" long-name="Connection Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7056 |
<unit bldFile="mw/web/browserutilities/connectionmanager/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7057 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7058 |
<component name="browsertelservice" filter="s60" long-name="Browser Telephony Service"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7059 |
<unit bldFile="mw/web/browserutilities/browsertelservice/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7060 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7061 |
<component name="favouritesengine" filter="s60" long-name="Favourites Engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7062 |
<unit bldFile="mw/web/browserutilities/favouritesengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7063 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7064 |
<component name="feedsengine" filter="s60" long-name="Feeds Engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7065 |
<unit bldFile="mw/web/browserutilities/feedsengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7066 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7067 |
<component name="multipartparser" filter="s60" long-name="Multipart Parser"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7068 |
<unit bldFile="mw/web/browserutilities/multipartparser/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7069 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7070 |
<component name="schemehandler" filter="s60" long-name="Scheme Handler"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7071 |
<unit bldFile="mw/web/browserutilities/schemehandler/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7072 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7073 |
<component name="webutils" filter="s60" long-name="Web Utils"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7074 |
<unit bldFile="mw/web/browserutilities/webutils/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7075 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7076 |
<component name="aiwbrowserprovider" filter="s60" long-name="AIW Browser Provider" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7077 |
<unit bldFile="mw/web/browserutilities/aiwbrowserprovider/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7078 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7079 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7080 |
<collection name="webengine" long-name="Web Engine" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7081 |
<component name="osswebengine" filter="s60" long-name="OSS Web Engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7082 |
<!-- can only have one unit. Either split into multiple components or #include from a single main bld.inf --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7083 |
<unit bldFile="mw/web/webengine/osswebengine/cache/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7084 |
<unit bldFile="mw/web/webengine/osswebengine/memorymanager/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7085 |
<unit bldFile="mw/web/webengine/osswebengine/npscript/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7086 |
<unit bldFile="mw/web/webengine/osswebengine/webkit/s60/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7087 |
<unit bldFile="mw/web/webengine/osswebengine/webkit/s60/group/javascriptcore"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7088 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7089 |
<component name="webkitutils" filter="s60" long-name="WebKit Utils"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7090 |
<unit bldFile="mw/web/webengine/webkitutils/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7091 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7092 |
<component name="pagescaler" filter="s60" long-name="Page Scaler"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7093 |
<unit bldFile="mw/web/webengine/pagescaler/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7094 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7095 |
<component name="webwidgetinstaller" filter="s60" long-name="Widget Installer"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7096 |
<unit bldFile="mw/web/webengine/widgetinstaller/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7097 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7098 |
<component name="widgetregistry" filter="s60" long-name="Widget Registry"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7099 |
<unit bldFile="mw/web/webengine/widgetregistry/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7100 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7101 |
<component name="device" filter="s60" long-name="Device"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7102 |
<!-- this needs a more meaningful name --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7103 |
<unit bldFile="mw/web/webengine/device/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7104 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7105 |
<component name="widgetengine" filter="s60" long-name="Widget Engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7106 |
<unit bldFile="mw/web/webengine/widgetengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7107 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7108 |
<component name="web_memoryplugin" long-name="Memory Plugin" filter="s60" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7109 |
<unit bldFile="mw/web/webengine/memoryplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7110 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7111 |
<component name="widgetmemoryplugin" filter="s60" long-name="Widget Memory Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7112 |
<unit bldFile="mw/web/webengine/widgetmemoryplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7113 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7114 |
<component name="widgetbackuprestore" filter="s60" long-name="Widget Backup and Restore"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7115 |
<unit bldFile="mw/web/webengine/widgetbackuprestore/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7116 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7117 |
<component name="browserrecognizers" filter="s60" long-name="Browser Recognizers" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7118 |
<unit bldFile="mw/web/webengine/browserrecognizers/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7119 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7120 |
<component name="wrtharvester" filter="s60" long-name="Web Runtime Harvester" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7121 |
<unit bldFile="mw/web/webengine/wrtharvester/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7122 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7123 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7124 |
<collection name="codhandler" long-name="Content Object Descriptor Handler" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7125 |
<component name="codeng" filter="s60" long-name="COD Engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7126 |
<unit bldFile="mw/web/codhandler/codeng/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7127 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7128 |
<component name="codui" filter="s60" long-name="COD UI"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7129 |
<unit bldFile="mw/web/codhandler/codui/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7130 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7131 |
<component name="codrecog" filter="s60" long-name="COD Recogniser" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7132 |
<unit bldFile="mw/web/codhandler/codrecog/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7133 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7134 |
<component name="codviewer" filter="s60" long-name="COD Viewer"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7135 |
<unit bldFile="mw/web/codhandler/codviewer/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7136 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7137 |
<component name="ddrecog" filter="s60" long-name="Download Descriptor Recogniser" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7138 |
<unit bldFile="mw/web/codhandler/ddrecog/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7139 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7140 |
<component name="ddviewer" filter="s60" long-name="Download Descriptor Viewer"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7141 |
<unit bldFile="mw/web/codhandler/ddviewer/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7142 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7143 |
<component name="coddownload" filter="s60" long-name="COD Download"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7144 |
<unit bldFile="mw/web/codhandler/coddownload/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7145 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7146 |
<component name="roapapp" filter="s60" long-name="ROAP Application"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7147 |
<unit bldFile="mw/web/codhandler/roapapp/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7148 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7149 |
<component name="codhandler_build" filter="s60" long-name="COD Handler Build"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7150 |
<!-- Exports need to go into another component or make this self-contained. |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7151 |
#included .hrh file needs to be #included in each of the other components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7152 |
<unit bldFile="mw/web/codhandler/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7153 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7154 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7155 |
<collection name="widgets" long-name="Web Widget Framework" level="generic"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7156 |
<component name="widgetrecognizer" filter="s60" long-name="Widget Recognizer" plugin="Y"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7157 |
<unit bldFile="mw/web/widgets/widgetrecognizer/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7158 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7159 |
<component name="widgetinstaller" filter="s60" long-name="Widget Installer UI" plugin="Y"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7160 |
<unit bldFile="mw/web/widgets/widgetinstaller/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7161 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7162 |
<component name="widgetlauncher" filter="s60" long-name="Widget Launcher"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7163 |
<unit bldFile="mw/web/widgets/widgetlauncher/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7164 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7165 |
<component name="widgetapp" filter="s60" long-name="Widget UI"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7166 |
<unit bldFile="mw/web/widgets/widgetapp/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7167 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7168 |
<component name="widgetpreinstaller" filter="s60" long-name="Widget Pre-Installer"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7169 |
<unit bldFile="mw/web/widgets/widgetpreinstaller/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7170 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7171 |
<component name="widgetstartup" filter="s60" long-name="Widget Startup"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7172 |
<unit bldFile="mw/web/widgets/widgetstartup/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7173 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7174 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7175 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7176 |
<block name="websrv" level="generic" long-name="Web Services" levels="plugin framework server generic specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7177 |
<collection name="websrv_pub" long-name="Web Services Public Interfaces" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7178 |
<component name="web_service_description_api" long-name="Web Service Description API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7179 |
<unit bldFile="mw/websrv/websrv_pub/web_service_description_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7180 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7181 |
<component name="web_service_connection_api" long-name="Web Service Connection API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7182 |
<unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7183 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7184 |
<component name="web_service_manager_api" long-name="Web Service Manager API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7185 |
<unit bldFile="mw/websrv/websrv_pub/web_service_manager_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7186 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7187 |
<component name="hostlet_connection_api" long-name="Hostlet Connection API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7188 |
<unit bldFile="mw/websrv/websrv_pub/hostlet_connection_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7189 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7190 |
<component name="web_service_messaging_api" long-name="Web Service Messaging API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7191 |
<unit bldFile="mw/websrv/websrv_pub/web_service_messaging_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7192 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7193 |
<component name="xml_extensions_api" long-name="XML Extensions API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7194 |
<unit bldFile="mw/websrv/websrv_pub/xml_extensions_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7195 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7196 |
<component name="xml_fragment_api" long-name="XML Fragment API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7197 |
<unit bldFile="mw/websrv/websrv_pub/xml_fragment_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7198 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7199 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7200 |
<collection name="webservices" long-name="Web Services Framework" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7201 |
<!-- consider breaking this collection into more meaningful subsets --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7202 |
<component name="wsnotifierplugins" filter="s60" long-name="WS Notifier Plugins" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7203 |
<unit bldFile="mw/websrv/webservices/wsnotifierplugins/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7204 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7205 |
<component name="wslogger" filter="s60" long-name="WS Logger"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7206 |
<unit bldFile="mw/websrv/webservices/wslogger/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7207 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7208 |
<component name="wsxml" filter="s60" long-name="WS XML Extensions"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7209 |
<unit bldFile="mw/websrv/webservices/wsxml/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7210 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7211 |
<component name="wsutils" filter="s60" long-name="WS Utils"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7212 |
<unit bldFile="mw/websrv/webservices/wsutils/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7213 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7214 |
<component name="wsfragment" filter="s60" long-name="WS Fragment"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7215 |
<unit bldFile="mw/websrv/webservices/wsfragment/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7216 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7217 |
<component name="wsdescription" filter="s60" long-name="WS Service Description"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7218 |
<unit bldFile="mw/websrv/webservices/wsdescription/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7219 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7220 |
<component name="wsconnection" filter="s60" long-name="WS Service Connection"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7221 |
<unit bldFile="mw/websrv/webservices/wsconnection/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7222 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7223 |
<component name="wsmessages" filter="s60" long-name="WS Messages"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7224 |
<unit bldFile="mw/websrv/webservices/wsmessages/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7225 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7226 |
<component name="wscredentialmanager" filter="s60" long-name="WS Credential Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7227 |
<unit bldFile="mw/websrv/webservices/wscredentialmanager/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7228 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7229 |
<component name="wsframework" filter="s60" long-name="WS Framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7230 |
<unit bldFile="mw/websrv/webservices/wsframework/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7231 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7232 |
<component name="wshttpchanneltransportplugin" filter="s60" long-name="WS HTTP Channel Transport Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7233 |
<unit bldFile="mw/websrv/webservices/wshttpchanneltransportplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7234 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7235 |
<component name="wsconnectionagent" filter="s60" long-name="WS Connection Agent"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7236 |
<unit bldFile="mw/websrv/webservices/wsconnectionagent/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7237 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7238 |
<component name="wsprovider" filter="s60" long-name="WS Provider"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7239 |
<unit bldFile="mw/websrv/webservices/wsprovider/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7240 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7241 |
<component name="wshostletconnection" filter="s60" long-name="WS Hostlet Connection"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7242 |
<unit bldFile="mw/websrv/webservices/wshostletconnection/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7243 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7244 |
<component name="wsmanager" filter="s60" long-name="WS Service Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7245 |
<unit bldFile="mw/websrv/webservices/wsmanager/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7246 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7247 |
<component name="wsidentitymanager" filter="s60" long-name="WS Identity Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7248 |
<unit bldFile="mw/websrv/webservices/wsidentitymanager/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7249 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7250 |
<component name="idwsfplugin" filter="s60" long-name="ID-WSF Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7251 |
<unit bldFile="mw/websrv/webservices/idwsfplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7252 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7253 |
<component name="wsibasicplugin" filter="s60" long-name="WS-I Basic Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7254 |
<unit bldFile="mw/websrv/webservices/wsibasicplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7255 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7256 |
<component name="wsrestplugin" filter="s60" long-name="WS REST Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7257 |
<unit bldFile="mw/websrv/webservices/wsrestplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7258 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7259 |
<component name="idwsfsecuritymechanism" filter="s60" long-name="ID-WSF Security Mechanism"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7260 |
<unit bldFile="mw/websrv/webservices/idwsfsecuritymechanism/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7261 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7262 |
<component name="wspasswordtransforms" filter="s60" long-name="WS Password Transforms"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7263 |
<unit bldFile="mw/websrv/webservices/wspasswordtransforms/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7264 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7265 |
<component name="wscore" filter="s60" long-name="WS Core Service Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7266 |
<unit bldFile="mw/websrv/webservices/wscore/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7267 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7268 |
<component name="wslocaltransportplugin" filter="s60" long-name="WS Local Transport Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7269 |
<unit bldFile="mw/websrv/webservices/wslocaltransportplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7270 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7271 |
<component name="wshostlettransportplugin" filter="s60" long-name="WS Hostlet Transport Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7272 |
<unit bldFile="mw/websrv/webservices/wshostlettransportplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7273 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7274 |
<component name="wsstar" filter="s60" long-name="WS Star"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7275 |
<!-- can only have one unit. Need to split into separate components or #include from a single bld.inf --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7276 |
<unit bldFile="mw/websrv/webservices/wsstar/wsstarpolicy/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7277 |
<unit bldFile="mw/websrv/webservices/wsstar/wsstarplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7278 |
<unit bldFile="mw/websrv/webservices/wsstar/wsstarmessagehandlers/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7279 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7280 |
<component name="wsoviplugin" filter="s60" long-name="WS Ovi Plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7281 |
<unit bldFile="mw/websrv/webservices/wsoviplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7282 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7283 |
<component name="webservices_build" filter="s60" long-name="Web Services Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7284 |
<!-- need to split into self-contained components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7285 |
<unit bldFile="mw/websrv/webservices/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7286 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7287 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7288 |
<collection name="websrv_info" long-name="Web Services Info" level="specific"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7289 |
<component name="websrv_bld" filter="s60" long-name="Web Services Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7290 |
<!-- need to include common .hrh in each unit --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7291 |
<unit bldFile="mw/websrv/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7292 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7293 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7294 |
</block> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
7295 |
<block name="webruntime" level="specific" long-name="Web Runtime"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7296 |
<!-- need to break up this package into collections and components --> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
7297 |
<collection name="webruntime_info" long-name="Web Runtime Info"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
7298 |
<component name="webruntime_build" long-name="Web Runtime Build" introduced="^4"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7299 |
<unit bldFile="mw/webruntime" proFile="cwrt.pro" qmakeArgs=""what+=qtsfw" "what+=tenone" "what+=usif" "what+=services" "what+=wrtlite" "what+=exportiby""/> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
7300 |
</component> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
7301 |
</collection> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
7302 |
</block> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7303 |
<block name="platformtools" level="generic" long-name="Platform Tools"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7304 |
<collection name="gfxconversion" long-name="Graphics Conversion"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7305 |
<component name="bmconv_s60" filter="s60" long-name="S60 Bitmap Converter" class="placeholder PC"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7306 |
<!-- Removed bmconv from builds <unit bldFile="gfxconversion/bmconv_s60/group"/> --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7307 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7308 |
<component name="mifconv" filter="s60" long-name="Multi Icon File Converter" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7309 |
<unit bldFile="mw/platformtools/gfxconversion/mifconv/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7310 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7311 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7312 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7313 |
<block name="uitools" level="specific" long-name="UI Tools" levels="compile encode tool if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7314 |
<collection name="uitools_pub" long-name="UI Tools Public Interfaces" level="if"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7315 |
<component name="third_party_bitmap_palette_api" long-name="Third Party Bitmap Palette API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7316 |
<unit bldFile="mw/uitools/uitools_pub/third_party_bitmap_palette_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7317 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7318 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7319 |
<collection name="uitools_plat" long-name="UI Tools Platform Interfaces" level="if"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7320 |
<component name="uitools_cdl_api" long-name="CDL API" filter="s60" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7321 |
<unit bldFile="mw/uitools/uitools_plat/cdl_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7322 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7323 |
<component name="uitools_layout_system_private_api" long-name="Layout System Private API" filter="s60" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7324 |
<unit bldFile="mw/uitools/uitools_plat/layout_system_private_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7325 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7326 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7327 |
<collection name="cdlcompilertoolkit" long-name="CDL Compiler Toolkit" level="compile"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7328 |
<!-- collection is actually a component. Needs to be moved down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7329 |
<component name="cdlcompilertoolkit_build" filter="s60" long-name="CDL Compiler Toolkit Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7330 |
<unit bldFile="mw/uitools/cdlcompilertoolkit/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7331 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7332 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7333 |
<collection name="cdlcompiler" long-name="CDL Compiler" level="compile"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7334 |
<!-- collection is actually a component. Needs to be moved down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7335 |
<component name="cdlcompiler_build" filter="s60" long-name="CDL Compiler Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7336 |
<unit bldFile="mw/uitools/cdlcompiler/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7337 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7338 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7339 |
<collection name="gfxtools" long-name="Graphics Tools" level="tool"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7340 |
<component name="color" filter="s60" long-name="Bitmap Colour Palette" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7341 |
<unit bldFile="mw/uitools/gfxtools/color/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7342 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7343 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7344 |
<collection name="aknlayoutcompiler" long-name="Avkon Layout Compiler" level="compile"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7345 |
<!-- collection is actually a component. Needs to be moved down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7346 |
<component name="aknlayoutcompiler_build" filter="s60" long-name="Avkon Layout Compiler Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7347 |
<unit bldFile="mw/uitools/aknlayoutcompiler/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7348 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7349 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7350 |
<collection name="skincompiler" long-name="Skin Compiler" level="compile"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7351 |
<component name="aknskindesccompiler" filter="s60" long-name="Avkon Skin Descriptor Compiler"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7352 |
<unit bldFile="mw/uitools/skincompiler/AknSkinDescCompiler/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7353 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7354 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7355 |
<collection name="reszip" long-name="Resource Zip" level="encode"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7356 |
<!-- collection is actually a component. Needs to be moved down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7357 |
<component name="reszip_build" filter="s60" long-name="Resource Zip Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7358 |
<unit bldFile="mw/uitools/reszip/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7359 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7360 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7361 |
<collection name="toollibraries" long-name="Tool Libraries" level="tool"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7362 |
<collection name="svgtencoder" long-name="SVGT Encoder" level="encode"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7363 |
<component name="svgtenc" filter="s60" long-name="Standalone SVGT Encoder" class="PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7364 |
<unit bldFile="mw/uitools/svgtencoder/svgtenc/standalone/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7365 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7366 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7367 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7368 |
</layer> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7369 |
<layer name="app" long-name="Applications" levels="services apps"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7370 |
<block name="location" level="apps" long-name="Location Apps" levels="ui events loc api"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7371 |
<collection name="location_plat" long-name="Location Apps Platform Interfaces" level="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7372 |
<component name="location_picker_service_api" long-name="Location Picker Service API" introduced="^4" filter="s60" class="api"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7373 |
<unit bldFile="app/location/location_plat" proFile="location_plat.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7374 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7375 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7376 |
<collection name="locationpickerservice" long-name="Location Picker Service" level="loc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7377 |
<!--collection is really a component. Should move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7378 |
<component name="locationpickerservice_build" filter="s60" long-name="Location Picker Service Build" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7379 |
<unit bldFile="app/location/locationpickerservice" proFile="locationpickerservice.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7380 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7381 |
</collection> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7382 |
<collection name="locationdataharvester" long-name="Location Data Harvester" level="events"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7383 |
<!--collection is really a component. Should move down a directory --> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7384 |
<component name="locationdataharvester_build" long-name="Location Data Harvester Build" filter="s60" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7385 |
<unit bldFile="app/location/locationdataharvester" proFile="locationdataharvester.pro"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7386 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7387 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7388 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7389 |
<!-- pending removal --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7390 |
<block name="phone" level="apps" span="2" long-name="Phone Apps" levels="engine plugin ui app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7391 |
<collection name="phoneapp" long-name="Phone Application" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7392 |
<component name="blacklist" filter="s60" long-name="Phone Blacklist Clearing" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7393 |
<unit bldFile="app/phone/phoneapp/blacklist/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7394 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7395 |
<component name="phoneuicontrol" filter="s60" long-name="Phone UI Control"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7396 |
<unit bldFile="app/phone/phoneapp/phoneuicontrol/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7397 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7398 |
<component name="phoneuistates" filter="s60" long-name="Phone UI States"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7399 |
<unit bldFile="app/phone/phoneapp/phoneuistates/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7400 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7401 |
<component name="phoneuiutils" filter="s60" long-name="Phone UI Utils"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7402 |
<unit bldFile="app/phone/phoneapp/phoneuiutils/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7403 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7404 |
<component name="silenceactionplugin" filter="s60" long-name="Silence Action Plugin" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7405 |
<unit bldFile="app/phone/phoneapp/silenceactionplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7406 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7407 |
<component name="phonemediatorcenter" filter="s60" long-name="Phone Mediator Center"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7408 |
<unit bldFile="app/phone/phoneapp/phonemediatorcenter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7409 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7410 |
<component name="phoneuiview2" filter="s60" long-name="Phone UI View"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7411 |
<unit bldFile="app/phone/phoneapp/phoneuiview2" proFile="phoneuiview2.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7412 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7413 |
<component name="phoneuiqtviewadapter" filter="s60" long-name="Phone UI Qt View Adapter" introduced="^4" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7414 |
<unit bldFile="app/phone/phoneapp/phoneuiqtviewadapter" proFile="phoneuiqtviewadapter.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7415 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7416 |
<component name="phonestringloader" filter="s60" long-name="Phone String Loader" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7417 |
<unit bldFile="app/phone/phoneapp/phonestringloader" proFile="phonestringloader.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7418 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7419 |
<component name="phoneui2" filter="s60" long-name="Phone UI"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7420 |
<unit bldFile="app/phone/phoneapp/phoneui2" proFile="phoneui2.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7421 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7422 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7423 |
<collection name="phoneengine" long-name="Phone Engine" level="engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7424 |
<component name="phonecntfinder2" filter="s60" long-name="Phone Contact Finder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7425 |
<unit bldFile="app/phone/phoneengine/phonecntfinder2" proFile="phonecntfinder2.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7426 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7427 |
<component name="audiohandling" filter="s60" long-name="Phone Audio Handling"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7428 |
<unit bldFile="app/phone/phoneengine/audiohandling/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7429 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7430 |
<component name="callhandling" filter="s60" long-name="Call Handling"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7431 |
<unit bldFile="app/phone/phoneengine/callhandling/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7432 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7433 |
<component name="contacthandling2" filter="s60" long-name="Phone Contact Handling"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7434 |
<unit bldFile="app/phone/phoneengine/contacthandling2/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7435 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7436 |
<component name="loghandling" filter="s60" long-name="Phone Log Handling"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7437 |
<unit bldFile="app/phone/phoneengine/loghandling/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7438 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7439 |
<component name="engineinfo" filter="s60" long-name="Phone Engine Info"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7440 |
<unit bldFile="app/phone/phoneengine/engineinfo/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7441 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7442 |
<component name="phonemodel" filter="s60" long-name="Phone Model"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7443 |
<unit bldFile="app/phone/phoneengine/phonemodel" proFile="phonemodel.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7444 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7445 |
<component name="servicehandling" filter="s60" long-name="Phone Service Handling"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7446 |
<unit bldFile="app/phone/phoneengine/servicehandling/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7447 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7448 |
<component name="phoneservices" filter="s60" long-name="Phone Server" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7449 |
<unit bldFile="app/phone/phoneengine/phoneservices" proFile="phoneservices.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7450 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7451 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7452 |
<collection name="phoneuis" long-name="Phone UIs" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7453 |
<component name="bubblemanager2" filter="s60" long-name="Phone Bubble Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7454 |
<unit bldFile="app/phone/phoneuis/bubblemanager2" proFile="bubblemanager2.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7455 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7456 |
<component name="telephonydevicemode" filter="s60" long-name="Telephony Device Mode"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7457 |
<unit bldFile="app/phone/phoneuis/telephonydevicemode/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7458 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7459 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7460 |
<collection name="phone_plat" long-name="Phone Apps Platform Interfaces" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7461 |
<component name="3d_ringing_tone_enabler_api" long-name="3D Ringing Tone Enabler API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7462 |
<unit bldFile="app/phone/phone_plat/3d_ringing_tone_enabler_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7463 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7464 |
<component name="telephony_comms_information_api" long-name="Telephony Comms Information API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7465 |
<unit bldFile="app/phone/phone_plat/telephony_comms_information_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7466 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7467 |
<component name="telephony_information_api" long-name="Telephony Information API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7468 |
<unit bldFile="app/phone/phone_plat/telephony_information_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7469 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7470 |
<component name="telephony_device_mode_api" long-name="Telephony Device Mode API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7471 |
<unit bldFile="app/phone/phone_plat/telephony_device_mode_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7472 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7473 |
<component name="telephony_remote_party_information_api" long-name="Telephony Remote Party Information API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7474 |
<unit bldFile="app/phone/phone_plat/telephony_remote_party_information_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7475 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7476 |
<component name="telephony_video_mailbox_settings_api" long-name="Telephony Video Mailbox Settings API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7477 |
<unit bldFile="app/phone/phone_plat/telephony_video_mailbox_settings_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7478 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7479 |
<component name="telephony_microphone_mute_status_api" long-name="Telephony Microphone Mute Status API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7480 |
<unit bldFile="app/phone/phone_plat/telephony_microphone_mute_status_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7481 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7482 |
<component name="telephony_logging_extension_api" long-name="Telephony Logging Extension API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7483 |
<unit bldFile="app/phone/phone_plat/telephony_logging_extension_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7484 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7485 |
<component name="telephony_matching_extension_api" long-name="Telephony Matching Extension API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7486 |
<unit bldFile="app/phone/phone_plat/telephony_matching_extension_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7487 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7488 |
<component name="phone_application_commands_api" long-name="Phone Application Commands API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7489 |
<unit bldFile="app/phone/phone_plat/phone_application_commands_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7490 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7491 |
<component name="phone_application_voip_commands_api" long-name="Phone Application VOIP Commands API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7492 |
<unit bldFile="app/phone/phone_plat/phone_application_voip_commands_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7493 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7494 |
<component name="phone_telephony_mediator_api" long-name="Telephony Mediator API" filter="s60" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7495 |
<unit bldFile="app/phone/phone_plat/telephony_mediator_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7496 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7497 |
<component name="video_telephony_mediator_api" long-name="Video Telephony Mediator API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7498 |
<unit bldFile="app/phone/phone_plat/video_telephony_mediator_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7499 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7500 |
<component name="video_telephony_control_mediator_api" long-name="Video Telephony Control Mediator API" filter="s60" introduced="^4" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7501 |
<unit bldFile="app/phone/phone_plat/video_telephony_control_mediator_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7502 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7503 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7504 |
<collection name="phoneplugins" long-name="Phone Plugins" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7505 |
<component name="csplugin" filter="s60" long-name="Circuit Switched Plugin" introduced="^4" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7506 |
<unit bldFile="app/phone/phoneplugins/csplugin/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7507 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7508 |
<component name="dialerwidgetplugin" filter="s60" long-name="Dialer Widget Plugin" introduced="^4" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7509 |
<unit bldFile="app/phone/phoneplugins/dialerwidgetplugin" proFile="dialerwidgetplugin.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7510 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7511 |
<component name="infowidgetplugin" filter="s60" long-name="Info Widget Plugin" introduced="^4" plugin="Y"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7512 |
<unit bldFile="app/phone/phoneplugins/infowidgetplugin" proFile="infowidgetplugin.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7513 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7514 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7515 |
<collection name="phonesettings" long-name="Phone Settings" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7516 |
<component name="cpphonesettingsplugins" filter="s60" long-name="CP Phone Settings Plugins" introduced="^4" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7517 |
<unit bldFile="app/phone/phonesettings/cpphonesettingsplugins" proFile="cpphonesettingsplugins.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7518 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7519 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7520 |
</block> |
588
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
7521 |
<block name="recents" level="apps" long-name="Recent Events" levels="engine support ui api"> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
7522 |
<collection name="recents_plat" long-name="Recent Events Platform Interfaces" level="api"> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
7523 |
<component name="logs_services_api" long-name="Logs Services API" filter="s60" introduced="^4" class="api"/> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
7524 |
<component name="logs_engine_api" long-name="Logs Engine API" filter="s60" introduced="^4" class="api"/> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
7525 |
<component name="logs_timers_api" long-name="Logs Timers API" filter="s60" class="api"/> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
7526 |
<component name="logs_engine_api_extensions" long-name="Logs Engine API Extensions" filter="s60" class="api"/> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
7527 |
</collection> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
7528 |
<collection name="logsui" long-name="Logs UI" level="ui"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7529 |
<!-- split into actual components --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7530 |
<component name="logsservices" filter="s60" long-name="Logs Services" introduced="^4" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7531 |
<!-- <unit bldFile="logsui/logsservices" qt:proFile="logsui.pro"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7532 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7533 |
<component name="logscntfinder" filter="s60" long-name="Logs Contact finder" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7534 |
<!--<unit bldFile="logsui/logscntfinder" qt:proFile="logscntfinder.pro"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7535 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7536 |
<component name="logsengine" filter="s60" long-name="Logs Engine" introduced="^4" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7537 |
<!--<unit bldFile="logsui/logsengine" qt:proFile="logsengine.pro"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7538 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7539 |
<component name="logsapp" filter="s60" long-name="Logs Application" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7540 |
<!--<unit bldFile="logsui/logsengine" qt:proFile="logsengine.pro"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7541 |
</component> |
588
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
7542 |
<component name="logsui_build" filter="s60" long-name="Logs UI Build"> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
7543 |
<unit bldFile="app/recents/logsui" proFile="logsui.pro"/> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
7544 |
</component> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
7545 |
</collection> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
7546 |
</block> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7547 |
<block name="settingsuis" level="services" long-name="Settings UIs" levels="plugin ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7548 |
<collection name="controlpanelplugins" long-name="Control Panel Plugins" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7549 |
<component name="themeplugin" filter="s60" long-name="Theme Plugin" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7550 |
<unit bldFile="app/settingsuis/controlpanelplugins/themeplugin" proFile="themeplugin.pro" qmakeArgs="-r -config rom"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7551 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7552 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7553 |
<collection name="controlpanelui" long-name="Control Panel UI" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7554 |
<!-- collection is really a component, move down a dir --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7555 |
<component name="controlpanelui_build" filter="s60" long-name="Control Panel UI Build" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7556 |
<unit bldFile="app/settingsuis/controlpanelui" proFile="controlpanelui.pro" qmakeArgs="-r -config rom"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7557 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7558 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7559 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7560 |
<block name="contentcontrol" level="services" long-name="Content Control Daemons" levels="plugin framework app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7561 |
<collection name="contentctrl_plat" long-name="Content Control Daemons Platforn Interfaces" level="app"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7562 |
<component name="ds_contactsdatastoreextension_api" long-name="DS Contacts Data Store Extension API" filter="s60" introduced="^4" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7563 |
<unit bldFile="app/contentcontrol/contentctrl_plat/ds_contactsdatastoreextension_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7564 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7565 |
<component name="ds_data_modification_api" long-name="DS Data Modification API" filter="s60" introduced="^3" class="api"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7566 |
<unit bldFile="app/contentcontrol/contentctrl_plat/ds_data_modification_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7567 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7568 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7569 |
<collection name="connectivitymodules" long-name="Connectivity Modules" level="framework"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7570 |
<component name="secon" filter="s60" long-name="Service Controllers"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7571 |
<unit bldFile="app/contentcontrol/connectivitymodules/secon/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7572 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7573 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7574 |
<collection name="dsdcmoadapter" long-name="Data Sync DCMO Adapter" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7575 |
<!-- Component at wrong rank, should move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7576 |
<component name="dsdcmoadapter_build" filter="s60" long-name="Data Sync Control DCMO Adapter"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7577 |
<unit bldFile="app/contentcontrol/dsdcmoadapter/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7578 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7579 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7580 |
<collection name="omads" long-name="OMA Data Sync" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7581 |
<component name="omads_build" filter="s60" long-name="OMA DS Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7582 |
<unit bldFile="app/contentcontrol/omads/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7583 |
<!-- need to remove #include and rename and OMA DS ROM --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7584 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7585 |
<component name="omadsextensions" filter="s60" long-name="OMA DS Extensions" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7586 |
<unit bldFile="app/contentcontrol/omads/omadsextensions/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7587 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7588 |
<component name="omadsextensions_qt" filter="s60" long-name="OMA DS Qt Extensions" plugin="Y"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7589 |
<unit bldFile="app/contentcontrol/omads/omadsextensions" proFile="omadsextensions.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7590 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7591 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7592 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7593 |
<block name="firsttimeuse" level="apps" long-name="First Time Use" levels="support services ui app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7594 |
<!-- these empty collections are really components. Move down a directory and supply units --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7595 |
<collection name="ftuapplication" long-name="First Time Use Application" level="app"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7596 |
<collection name="fturuntimeservices" long-name="First Time Use Runtime Services" level="services"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7597 |
<collection name="wizardproviders" long-name="Wizard Providers" level="support"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7598 |
<collection name="stateproviders" long-name="State Providers" level="support"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7599 |
<collection name="runtimeproviders" long-name="Runtime Providers" level="support"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7600 |
<collection name="firsttimeuse_info" long-name="First Time Use Info" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7601 |
<component name="firsttimeuse_build" long-name="First Time Use Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7602 |
<unit bldFile="app/firsttimeuse" proFile="ftu.pro" qmakeArgs="-r -config rom"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7603 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7604 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7605 |
</block> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7606 |
<block name="devicecontrol" level="services" long-name="Device Control Daemons" levels="support mid app"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7607 |
<collection name="devicemgmtdialogsplugin" long-name="Device Management Dialogs Plugin" level="support"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7608 |
<!-- need to put component at the proper directory level --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7609 |
<component name="devicemanagementnotifiersplugin" long-name="Device Management Notifiers Plugin" filter="s60" introduced="^4" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7610 |
<unit bldFile="app/devicecontrol/devicemgmtdialogsplugin" proFile="devicemgmtdialogsplugin.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7611 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7612 |
</collection> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7613 |
<collection name="devicemgmtindicatorsplugin" long-name="Device Management Indicators Plugin" level="support"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7614 |
<!-- collection is really a component. Need to move down a dir --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7615 |
<component name="devicemgmtindicatorsplugin_build" long-name="Device Management Indicators Plugin Build" filter="s60" introduced="^4" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7616 |
<unit bldFile="app/devicecontrol/devicemgmtindicatorsplugin" proFile="devicemgmtindicatorsplugin.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7617 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7618 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7619 |
<collection name="deviceupdatesui" long-name="Device Updates UI" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7620 |
<component name="deviceupdates" long-name="Device Updates" filter="s60" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7621 |
<unit bldFile="app/devicecontrol/deviceupdatesui/deviceupdates" proFile="deviceupdates.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7622 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7623 |
<component name="deviceupdatesplugin" long-name="Device Updates Plugin" filter="s60" introduced="^4" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7624 |
<unit bldFile="app/devicecontrol/deviceupdatesui/deviceupdatesplugin" proFile="deviceupdatesplugin.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7625 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7626 |
<component name="deviceupdatesqtsp" long-name="Device Updates Qt Service Provider" filter="s60" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7627 |
<unit bldFile="app/devicecontrol/deviceupdatesui/deviceupdatesqtsp" proFile="deviceupdatesqtsp.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7628 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7629 |
</collection> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7630 |
<collection name="clientprovisioning" long-name="Client Provisioning" level="mid"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7631 |
<component name="cpqtsp" long-name="Client Provisioning Qt Service Provider" filter="s60" introduced="^4"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7632 |
<unit bldFile="app/devicecontrol/clientprovisioning/cpqtsp" proFile="cpqtsp.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7633 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7634 |
</collection> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7635 |
<collection name="applicationmanagement" long-name="Applicaton Management" level="mid"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7636 |
<component name="applicationmgmtserver" long-name="Applicaton Management Server" filter="s60" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7637 |
<unit bldFile="app/devicecontrol/applicationmanagement/server" proFile="server.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7638 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7639 |
<component name="applicationmgmt_build" long-name="Applicaton Management Build" filter="s60" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7640 |
<!-- need to break up into components or move down a directory --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7641 |
<unit bldFile="app/devicecontrol/applicationmanagement/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7642 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7643 |
</collection> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7644 |
<collection name="omadmadapters" long-name="OMA DM Adapters" level="support"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7645 |
<component name="omadmadapters_build" long-name="OMA DM Adapters Build" filter="s60"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7646 |
<!-- need to split IBY into the components or make this a ROM component --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7647 |
<unit bldFile="app/devicecontrol/omadmadapters/bld"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7648 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7649 |
<component name="devinfo" long-name="Device Info" filter="s60"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7650 |
<unit bldFile="app/devicecontrol/omadmadapters/devinfo/bld"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7651 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7652 |
<component name="devdetail" long-name="Device Detail" filter="s60"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7653 |
<unit bldFile="app/devicecontrol/omadmadapters/devdetail/bld"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7654 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7655 |
<component name="syncmldm" long-name="SyncML DM" filter="s60"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7656 |
<unit bldFile="app/devicecontrol/omadmadapters/syncmldm/bld"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7657 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7658 |
<component name="syncmldm12" long-name="SyncML DM 1.2" filter="s60"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7659 |
<unit bldFile="app/devicecontrol/omadmadapters/syncmldm12/bld"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7660 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7661 |
<component name="omadm_browseradapter" long-name="Browser Adapter" filter="s60" plugin="Y" class="placeholder"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7662 |
<!-- <unit bldFile="omadmadapters/browseradapter/bld"/> --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7663 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7664 |
<component name="omadm_streamingadapter" long-name="Streaming Adapter" filter="s60" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7665 |
<unit bldFile="app/devicecontrol/omadmadapters/streamingadapter/bld"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7666 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7667 |
<component name="globalwlansettings" long-name="Global WLAN Settings" filter="s60"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7668 |
<unit bldFile="app/devicecontrol/omadmadapters/globalwlansettings/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7669 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7670 |
<component name="nsmldminternet" filter="s60"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7671 |
<unit bldFile="app/devicecontrol/omadmadapters/nsmldminternet/group"/> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7672 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7673 |
<component name="nsmldmalwaysonadapter" long-name="Always Online Device Management Adapter" filter="s60" introduced="9.1" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7674 |
<unit bldFile="app/devicecontrol/omadmadapters/nsmldmalwaysonadapter/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7675 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7676 |
<component name="nsmldmbmadapter" long-name="NSML DM BM Adapter" filter="s60" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7677 |
<unit bldFile="app/devicecontrol/omadmadapters/nsmldmbmadapter/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7678 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7679 |
<component name="connmoadapter" long-name="Connection Management Object Adapter" filter="s60" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7680 |
<unit bldFile="app/devicecontrol/omadmadapters/connmoadapter/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7681 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7682 |
<component name="syncmlds" long-name="SyncML Data Sync" filter="s60"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7683 |
<unit bldFile="app/devicecontrol/omadmadapters/syncmlds/bld"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7684 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7685 |
<component name="omadm_email" long-name="OMA DM Email" filter="s60"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7686 |
<unit bldFile="app/devicecontrol/omadmadapters/email/bld"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7687 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7688 |
<component name="omadm_mms" long-name="OMA DM MMS" filter="s60"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7689 |
<unit bldFile="app/devicecontrol/omadmadapters/mms/bld"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7690 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7691 |
<component name="omadm_fota" long-name="OMA DM FOTA" filter="s60"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7692 |
<unit bldFile="app/devicecontrol/omadmadapters/fota/bld"/> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7693 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7694 |
<component name="omadm_imps" long-name="OMA DM IMPS" filter="s60"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7695 |
<!-- <unit bldFile="omadmadapters/imps/bld"/> --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7696 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7697 |
<component name="dcmodmadapter" long-name="DC Management Object DM Adapter" filter="s60" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7698 |
<unit bldFile="app/devicecontrol/omadmadapters/dcmodmadapter/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7699 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7700 |
</collection> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7701 |
<collection name="omadcmoadapters" long-name="OMA DC Management Object Adapters" level="support"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7702 |
<component name="omadcmoadapters_build" long-name="OMA DCMA Adapters Build" filter="s60" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7703 |
<!-- need to break up into components --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7704 |
<unit bldFile="app/devicecontrol/omadcmoadapters/group"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7705 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7706 |
</collection> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7707 |
<collection name="omacpadapters" long-name="OMA Client Provisioning Adapters" level="support"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7708 |
<component name="omacpadapters_build" long-name="OMA CP Adapters Build" filter="s60" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7709 |
<!-- need to break up into components --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7710 |
<unit bldFile="app/devicecontrol/omacpadapters/bld"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7711 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7712 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7713 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7714 |
<block name="printing" level="services" long-name="Printing"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7715 |
<block name="files" level="apps" long-name="File Manager Apps" levels="support apps"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7716 |
<collection name="filemanager" long-name="File Manager" level="apps"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7717 |
<component name="filemanager_plat" long-name="File Manager Platform Interfaces" filter="s60" introduced="^4" class="api"/> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7718 |
<component name="fmbkupengine" filter="s60,bldfirst" long-name="File Manager Backup Engine" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7719 |
<unit bldFile="app/files/filemanager/src/fmbkupengine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7720 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7721 |
<component name="fmfiledialog" filter="s60,bldfirst" long-name="File Manager File Dialog" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7722 |
<unit bldFile="app/files/filemanager/src/fmfiledialog" proFile="fmfiledialog.pro" qmakeArgs="-r -config rom"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7723 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7724 |
<component name="filemanager_build" filter="s60" long-name="File Manager Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7725 |
<!-- break this up into components or move down a directory --> |
642
8b22bbcd8363
Add qmakeArgs="-r", to get app/files/filemanager to work properly and export fmdialog.h
William Roberts <williamr@symbian.org>
parents:
638
diff
changeset
|
7726 |
<unit bldFile="app/files/filemanager" qmakeArgs="-r" proFile="filemanager.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7727 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7728 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7729 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7730 |
<block name="search" level="apps" long-name="Search Apps" levels="eng base app api"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7731 |
<collection name="search_info" long-name="Search Info" level="base"> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
7732 |
<component name="search_build" long-name="Search Build" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7733 |
<unit bldFile="app/search/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7734 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7735 |
</collection> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7736 |
<collection name="search_plat" long-name="Search Platform Interfaces" level="api"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7737 |
<component name="search_plat_build" long-name="Search Platform Interfaces Build" introduced="^4" class="api"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7738 |
<unit bldFile="app/search/search_plat" proFile="search_plat.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7739 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7740 |
</collection> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7741 |
<collection name="onlinesearchproviders" long-name="Online Search Providers" level="eng"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7742 |
<component name="onlinesearchproviders_build" long-name="Online Search Providers Build" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7743 |
<unit bldFile="app/search/onlinesearchproviders" proFile="onlinesearchproviders.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7744 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7745 |
</collection> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7746 |
<collection name="search_harvesterplugins" long-name="Search Harvester Plugins" level="base"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7747 |
<component name="search_qtemailfetcher" long-name="Search Qt Email Fetcher" introduced="^4" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7748 |
<unit bldFile="app/search/harvesterplugins/messaging/email/qtemailfetcher" proFile="qtemailfetcher.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7749 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7750 |
</collection> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7751 |
<collection name="searchui" long-name="Search UI" level="app"> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
7752 |
<component name="searchui_build" long-name="Search UI Build" introduced="^4"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7753 |
<unit bldFile="app/search/searchui" proFile="searchui.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7754 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7755 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7756 |
</block> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7757 |
<block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services plugin ui"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7758 |
<collection name="contacts_plat" long-name="Contacts Apps Platform Interfaces" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7759 |
<component name="qt_mobility_contacts_api" long-name="Qt Mobility Contacts API" filter="s60" introduced="^4" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7760 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7761 |
<collection name="phonebookui" long-name="Phonebook UI" level="ui"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7762 |
<component name="cnthistorymodel" filter="s60" long-name="Contacts History Model" introduced="^4" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7763 |
<!--<unit bldFile="phonebookui/cnthistorymodel" qt:proFile="cnthistorymodel.pro"/> --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7764 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7765 |
<component name="pbkcommonui" filter="s60" long-name="Phonebook Common UI" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7766 |
<!--<unit bldFile="phonebookui/pbkcommonui" qt:proFile="pbkcommonui.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7767 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7768 |
<component name="phonebookapp" filter="s60" long-name="Phonebook Application" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7769 |
<!--<unit bldFile="phonebookui/phonebookapp" qt:proFile="phonebookapp.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7770 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7771 |
<component name="phonebookservices" filter="s60" long-name="Phonebook Services" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7772 |
<!--<unit bldFile="phonebookui/phonebookservices" qt:proFile="phonebookservices.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7773 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7774 |
<component name="phonebookui_build" filter="s60" long-name="Phonebook UI Build" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7775 |
<!-- break up into components --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7776 |
<unit bldFile="app/contacts/phonebookui" proFile="phonebookui.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7777 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7778 |
</collection> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7779 |
<collection name="phonebookengines_old" long-name="Old Phonebook Engines" level="engine"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7780 |
<component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7781 |
<unit bldFile="app/contacts/phonebookengines_old/contactsmodel/groupsql" mrp="app/contacts/phonebookengines_old/contactsmodel/groupsql/app-engines_cntmodel.mrp" version="2"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7782 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7783 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7784 |
<collection name="phonebookengines" long-name="Phonebook Engines" level="engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7785 |
<component name="cntfindplugin" filter="s60" long-name="Contacts Find Plugin" introduced="^2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7786 |
<unit bldFile="app/contacts/phonebookengines/cntfindplugin" proFile="cntfindplugin.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7787 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7788 |
<component name="cntsortplugin" filter="s60" long-name="Contacts Sort Plugin" introduced="^2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7789 |
<unit bldFile="app/contacts/phonebookengines/cntsortplugin" proFile="cntsortplugin.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7790 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7791 |
<component name="qtcontactsmobility" filter="s60" long-name="Qt Contacts Mobility" introduced="^4" plugin="Y" class="placeholder"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7792 |
<!-- need to move to this actual dir rather than including something from another collection --> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7793 |
<!-- <unit bldFile="qtcontactsmobility" qt:proFile="qtcontactsmobility.pro"/> --> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7794 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7795 |
<component name="cntlistmodel" filter="s60" long-name="Contact List Model" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7796 |
<unit bldFile="app/contacts/phonebookengines/cntlistmodel" proFile="cntlistmodel.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7797 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7798 |
<component name="cntactions" filter="s60" long-name="Contacts Actions" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7799 |
<unit bldFile="app/contacts/phonebookengines/cntactions" proFile="cntactions.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7800 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7801 |
<component name="cntmaptileservice" filter="s60" long-name="Contacts Map Tile Service" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7802 |
<unit bldFile="app/contacts/phonebookengines/cntmaptileservice" proFile="cntmaptileservice.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7803 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7804 |
<component name="cntsimutility" filter="s60" long-name="Contacts SIM Utility" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7805 |
<unit bldFile="app/contacts/phonebookengines/cntsimutility" proFile="cntsimutility.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7806 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7807 |
<component name="cntimageutility" long-name="Contacts Image Utility" filter="s60" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7808 |
<unit bldFile="app/contacts/phonebookengines/cntimageutility" proFile="cntimageutility.pro"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7809 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7810 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7811 |
<collection name="pimprotocols" long-name="PIM Protocols" level="services"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7812 |
<component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7813 |
<unit bldFile="app/contacts/pimprotocols/phonebooksync/group" mrp="app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7814 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7815 |
<component name="pbap" filter="s60" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7816 |
<unit bldFile="app/contacts/pimprotocols/pbap/group" mrp="app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7817 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7818 |
</collection> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7819 |
<collection name="presencecache" long-name="Presence Cache" level="support"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7820 |
<component name="presencecachesymbian" filter="s60" long-name="Presence Cache Symbian" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7821 |
<unit bldFile="app/contacts/presencecache/presencecachesymbian" proFile="presencecachesymbian.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7822 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7823 |
<component name="presencecacheqt" filter="s60" long-name="Presence Cache Qt" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7824 |
<unit bldFile="app/contacts/presencecache/presencecacheqt" proFile="presencecacheqt.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7825 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7826 |
</collection> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7827 |
<collection name="contactwidgethsplugin" long-name="Contact Widget Homescreen Plugin" level="plugin"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7828 |
<!-- collection is really a component, move down a directory --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7829 |
<component name="contactwidgethsplugin_build" long-name="Contact Widget Homescreen Plugin Build" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7830 |
<unit bldFile="app/contacts/contactwidgethsplugin" proFile="contactwidgethsplugin.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7831 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7832 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7833 |
<collection name="contacts_info" long-name="Contacts Apps Info" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7834 |
<component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7835 |
<unit mrp="app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7836 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7837 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7838 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7839 |
<block name="organizer" level="apps" span="2" long-name="Organizer Application Suite" levels="support services engine ui app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7840 |
<collection name="organizer_pub" long-name="Organizer Application Suite Public Interfaces" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7841 |
<component name="calendar_interim_utils2_api" long-name="Calendar Interim Utils 2 API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7842 |
<!-- move into own .pro file --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7843 |
<unit bldFile="app/organizer/organizer_pub" proFile="organizer_pub.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7844 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7845 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7846 |
<collection name="organizer_plat" long-name="Organizer Application Suite Platform Interfaces" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7847 |
<component name="organizer_plat_build" long-name="Organizer Application Suite Platform Interface Build" filter="s60" class="api"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7848 |
<!-- break up into individual .pro files, move the above metaxmls to those components --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7849 |
<unit bldFile="app/organizer/organizer_plat" proFile="organizer_plat.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7850 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7851 |
<component name="agenda_versit_2_api" long-name="Agenda Versit 2 API" filter="s60" class="api placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7852 |
<!-- <unit bldFile="organizer_plat/agenda_versit_2_api/group"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7853 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7854 |
<component name="calendar_exporter_api" long-name="Calendar Exporter API" filter="s60" class="api placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7855 |
<!--<unit bldFile="organizer_plat/calendar_exporter_api/group"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7856 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7857 |
<component name="calendar_importer_api" long-name="Calendar Importer API" filter="s60" class="api placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7858 |
<!--<unit bldFile="organizer_plat/calendar_importer_api/group"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7859 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7860 |
<component name="calendar_launcher_api" long-name="Calendar Launcher API" filter="s60" class="api placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7861 |
<!--<unit bldFile="organizer_plat/calendar_launcher_api/group"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7862 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7863 |
<component name="agenda_interface_api" long-name="Agenda Interface API" filter="s60" introduced="^4" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7864 |
<component name="calendar_editor_api" long-name="Calendar Editor API" filter="s60" introduced="^4" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7865 |
<component name="notes_editor_api" long-name="Notes Editor API" filter="s60" introduced="^4" class="api"/> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7866 |
<component name="clock_settingsview_plugin_api" long-name="Clock Settings View Plugin API" filter="s60" introduced="^4" class="api"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7867 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7868 |
<collection name="agendainterface" long-name="Agenda Interface" level="services"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7869 |
<!-- collection is really a component, should move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7870 |
<component name="agendainterface_build" filter="s60" long-name="Agenda Interface Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7871 |
<unit bldFile="app/organizer/agendainterface" proFile="agendainterface.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7872 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7873 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7874 |
<collection name="calendarui" long-name="Calendar UI" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7875 |
<component name="commonutils" filter="s60" long-name="Calendar Common Utils"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7876 |
<unit bldFile="app/organizer/calendarui/commonutils" proFile="commonutils.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7877 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7878 |
<component name="calenlauncher" filter="s60" long-name="Calendar Launcher"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7879 |
<unit bldFile="app/organizer/calendarui/calenlauncher" proFile="calenlauncher.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7880 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7881 |
<component name="caleneditor" filter="s60" long-name="Calendar Editor" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7882 |
<unit bldFile="app/organizer/calendarui/caleneditor" proFile="caleneditor.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7883 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7884 |
<component name="agendaeventviewer" filter="s60" long-name="Agenda Event Viewer" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7885 |
<unit bldFile="app/organizer/calendarui/agendaeventviewer" proFile="agendaeventviewer.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7886 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7887 |
<component name="globaldata" filter="s60" long-name="Calendar Global Data"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7888 |
<unit bldFile="app/organizer/calendarui/globaldata" proFile="globaldata.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7889 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7890 |
<component name="settings" filter="s60" long-name="Calendar Settings"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7891 |
<unit bldFile="app/organizer/calendarui/settings" proFile="settings.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7892 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7893 |
<component name="calenplugins" filter="s60" long-name="Calendar Plugins" introduced="^4" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7894 |
<unit bldFile="app/organizer/calendarui/calenplugins" proFile="calenplugins.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7895 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7896 |
<component name="customisationmanager" filter="s60" long-name="Calendar Customisation Manager"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7897 |
<unit bldFile="app/organizer/calendarui/customisationmanager" proFile="customisationmanager.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7898 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7899 |
<component name="calendarui_views" filter="s60" long-name="Calendar Views"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7900 |
<unit bldFile="app/organizer/calendarui/views" proFile="views.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7901 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7902 |
<component name="calendarui_controller" filter="s60" long-name="Calendar Controller"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7903 |
<unit bldFile="app/organizer/calendarui/controller" proFile="controller.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7904 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7905 |
<component name="calendarui_application" filter="s60" long-name="Calendar Application"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7906 |
<unit bldFile="app/organizer/calendarui/application" proFile="application.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7907 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7908 |
<component name="regionalplugins" long-name="Regional Plugins" filter="s60" introduced="^4" plugin="Y"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7909 |
<unit bldFile="app/organizer/calendarui/regionalplugins" proFile="regionalplugins.pro"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
7910 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7911 |
<component name="calenviewerservice" long-name="Calendar Viewer Service" filter="s60" introduced="^4" plugin="Y"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7912 |
<unit bldFile="app/organizer/calendarui/calenviewerservice" proFile="calenviewerservice.pro"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
7913 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7914 |
<component name="caldav" filter="sf_build" long-name="CalDAV" introduced="^3" plugin="Y" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7915 |
<!-- not yet delivered in S^4 <unit bldFile="calendarui/caldav/group"/>--> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7916 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7917 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7918 |
<collection name="notes" long-name="Notes" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7919 |
<component name="notes_build" filter="s60" long-name="Notes Build" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7920 |
<unit bldFile="app/organizer/notes" proFile="notes.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7921 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7922 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7923 |
<collection name="calendarengines" long-name="Calendar Engines" level="engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7924 |
<component name="versit2" filter="s60" long-name="Versit 2 iCal Parser" introduced="9.2"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7925 |
<unit bldFile="app/organizer/calendarengines/versit2/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7926 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7927 |
<component name="agnversit2" filter="s60" long-name="Versit 2 Agenda Interface" introduced="9.2" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7928 |
<unit bldFile="app/organizer/calendarengines/agnversit2/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7929 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7930 |
<component name="caleninterimutils" filter="s60" long-name="Calendar Interim Utils" introduced="9.1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7931 |
<unit bldFile="app/organizer/calendarengines/caleninterimutils/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7932 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7933 |
<component name="calenimp" filter="s60" long-name="Calendar Import Wrapper" introduced="7.0s"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7934 |
<unit bldFile="app/organizer/calendarengines/calenimp/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7935 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7936 |
<component name="caldavsrv" filter="sf_build" long-name="CalDAV Server" introduced="^3" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7937 |
<!-- Not yet delivered in S^4 <unit bldFile="calendarengines/caldav/group"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
7938 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7939 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7940 |
<collection name="clock" long-name="Clock" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7941 |
<!-- uncomment unit when block_build is split up--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7942 |
<component name="clockengines" filter="s60" long-name="Clock Engines" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7943 |
<!--<unit bldFile="clock/clockengines" qt:proFile="clockengines.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7944 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7945 |
<component name="clockmw" filter="s60" long-name="Clock Middleware" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7946 |
<!--<unit bldFile="clock/clockmw" qt:proFile="clockmw.pro"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7947 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7948 |
<component name="clockui" filter="s60" long-name="Clock UI" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7949 |
<!--<unit bldFile="clock/clockui" qt:proFile="clockui.pro"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7950 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7951 |
<component name="clock_build" filter="s60" long-name="Clock Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7952 |
<!-- make exports into a component, or just move to one of the above components, then remove this and uncomment the above --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7953 |
<unit bldFile="app/organizer/clock" proFile="clock.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7954 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7955 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7956 |
<collection name="pimappservices" long-name="PIM Application Services" level="services"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7957 |
<component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7958 |
<unit bldFile="app/organizer/pimappservices/calendar/group" mrp="app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp" version="2"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7959 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7960 |
<component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7961 |
<unit bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7962 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7963 |
<component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7964 |
<unit mrp="app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7965 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7966 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7967 |
<collection name="pimappsupport" long-name="PIM Application Support" level="support"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7968 |
<component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7969 |
<unit bldFile="app/organizer/pimappsupport/vcardandvcal/group" mrp="app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7970 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7971 |
<component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7972 |
<unit bldFile="app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7973 |
</component> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
7974 |
<component name="chinesecalendaralg" long-name="Chinese Calendar Algorithm" introduced="^2" purpose="optional" plugin="Y"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
7975 |
<unit bldFile="app/organizer/pimappsupport/chinesecalendaralg/group" mrp="app/organizer/pimappsupport/chinesecalendaralg/group/app-services_chinesecalendaralgorithm.mrp"/> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
7976 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7977 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7978 |
<collection name="alarmui" long-name="Alarm UI" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7979 |
<!-- collection is really a component, should move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7980 |
<component name="alarmui_build" filter="s60" long-name="Alarm UI Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7981 |
<unit bldFile="app/organizer/alarmui" proFile="alarmui.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7982 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7983 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7984 |
<collection name="organizer_info" long-name="Organizer Application Suite Info" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7985 |
<component name="organizer_metadata" long-name="Organizer Application Suite Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7986 |
<unit mrp="app/organizer/organizer_info/organizer_metadata/organizer_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7987 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7988 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
7989 |
</block> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7990 |
<block name="calendarwidget" level="apps" long-name="Calendar Widget" levels="build app"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7991 |
<collection name="calendarwidget_info" long-name="Calendar Widget Info" level="build"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7992 |
<component name="calendarwidget_rom" long-name="Calendar Widget ROM" filter="dfs_build" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7993 |
<!-- remove subdirs and put exports into a real bld.inf --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7994 |
<unit bldFile="app/calendarwidget" proFile="calendarwidget.pro" qmakeArgs="-r"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7995 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7996 |
</collection> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7997 |
<collection name="calendarwidgetinstaller" long-name="Calendar Widget Installer" level="build"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7998 |
<!-- collection is really a component, need to move down a directory --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
7999 |
<component name="calendarwidgetinstaller_build" long-name="Calendar Widget Installer Build" filter="dfs_build" introduced="^4" class="placeholder"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8000 |
<!-- built by calendarwidget_rom |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8001 |
<unit bldFile="calendarwidgetinstaller" qt:qmakeArgs="-r" qt:proFile="calendarwidgetinstaller.pro"/> --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8002 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8003 |
</collection> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8004 |
<collection name="calendarwidgetplugin" long-name="Calendar Widget Plugin" level="app"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8005 |
<!-- collection is really a component, need to move down a directory --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8006 |
<component name="calendarwidgetplugin_build" long-name="Calendar Widget Plugin Build" filter="dfs_build" introduced="^4" plugin="Y" class="placeholder"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8007 |
<!-- built by calendarwidget_rom |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8008 |
<unit bldFile="calendarwidgetplugin" qt:qmakeArgs="-r" qt:proFile="calendarwidgetplugin.pro"/> --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8009 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8010 |
<component name="calendarwidgetplugin_test" long-name="Calendar Widget Plugin Test" filter="dfs_build" introduced="^4"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8011 |
<unit bldFile="app/calendarwidget/calendarwidgetplugin/tsrc" qmakeArgs="-r" proFile="tsrc.pro"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8012 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8013 |
</collection> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8014 |
</block> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8015 |
<block name="messaging" level="apps" span="2" long-name="Messaging Apps" levels="plugin eng base app api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8016 |
<collection name="msg_plat" long-name="Messaging Apps Platform APIs" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8017 |
<component name="messaging_media_resolver_api" long-name="Messaging Media Resolver API" filter="s60" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8018 |
<component name="mms_application_api" long-name="MMS Application API" filter="s60" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8019 |
<component name="mms_codec_client_api" long-name="MMS Codec Client API" filter="s60" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8020 |
<component name="mms_conformance_api" long-name="MMS Conformance API" filter="s60" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8021 |
<component name="mms_engine_settings_api" long-name="MMS Engine Settings API" filter="s60" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8022 |
<component name="mms_server_settings_api" long-name="MMS Server Settings API" filter="s60" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8023 |
<component name="conversation_services_client_api" long-name="Conversation Services Client API" filter="s60" introduced="^4" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8024 |
<component name="conversation_services_plugin_api" long-name="Conversation Services Plugin API" filter="s60" introduced="^4" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8025 |
<component name="conversation_services_utilities_api" long-name="Conversation Services Utilities API" filter="s60" introduced="^4" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8026 |
<component name="shareui_api" long-name="Share UI API" filter="s60" introduced="^4" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8027 |
<component name="messaging_history_api" long-name="Messaging History API" filter="s60" introduced="^4" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8028 |
<component name="msg_plat_build" long-name="Messaging Apps Platform APIs Build" filter="s60" introduced="^4" class="api"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8029 |
<!-- break this up into the above units and replace their base attributes with bldFile, etc --> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8030 |
<unit bldFile="app/messaging/msg_plat" proFile="msg_plat.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8031 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8032 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8033 |
<collection name="msg_pub" long-name="Messaging Apps Public APIs" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8034 |
<component name="mms_client_mtm_api" long-name="MMS Client MTM API" filter="s60" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8035 |
<component name="msg_smil_dtd_api" long-name="Messaging SMIL DTD API" filter="s60" introduced="^4" class="api"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8036 |
<component name="msg_pub_build" long-name="Messaging Apps Public APIs Build" filter="s60" introduced="^4" class="api"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8037 |
<!-- break this up into the above units and replace their base attributes with bldFile, etc --> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8038 |
<unit bldFile="app/messaging/msg_pub" proFile="msg_pub.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8039 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8040 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8041 |
<collection name="mobilemessaging" long-name="Mobile Messaging" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8042 |
<component name="smsmtm" long-name="SMS MTM" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8043 |
<unit bldFile="app/messaging/mobilemessaging/smsmtm/group" mrp="app/messaging/mobilemessaging/smsmtm/group/messaging_sms.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8044 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8045 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8046 |
<collection name="messagingappbase" long-name="Messaging App Base" level="base"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8047 |
<component name="messagingappbase_build" filter="s60" long-name="Messaging App Base Build" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8048 |
<!-- break this up into the below components --> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8049 |
<unit bldFile="app/messaging/messagingappbase" proFile="messagingappbase.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8050 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8051 |
<component name="msgmedia" filter="s60" long-name="Message Media"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8052 |
<component name="smilparser" long-name="SMIL Parser" introduced="7.0s" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8053 |
<unit bldFile="app/messaging/messagingappbase/smilparser/GROUP" mrp="app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8054 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8055 |
<component name="obexmtms" long-name="OBEX MTMs" introduced="7.0s" purpose="optional" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8056 |
<unit bldFile="app/messaging/messagingappbase/obexmtms/Group" mrp="app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8057 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8058 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8059 |
<collection name="mmsengine" long-name="MMS Engine" level="eng"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8060 |
<component name="mmsconninit" filter="s60" long-name="MMS Connection Initiator" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8061 |
<!-- <unit bldFile="mmsengine/mmsconninit/bld"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8062 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8063 |
<component name="genutils" filter="s60" long-name="General Utils" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8064 |
<!-- <unit bldFile="mmsengine/genutils/bld"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8065 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8066 |
<component name="mmsserversettings" filter="s60" long-name="MMS Server Settings" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8067 |
<!-- <unit bldFile="mmsengine/mmsserversettings/bld"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8068 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8069 |
<component name="mmsmessage" filter="s60" long-name="MMS Message" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8070 |
<!-- <unit bldFile="mmsengine/mmsmessage/bld"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8071 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8072 |
<component name="mmshttptransport" filter="s60" long-name="MMS HTTP Transport" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8073 |
<!-- <unit bldFile="mmsengine/mmshttptransport/bld"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8074 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8075 |
<component name="mmscodec" filter="s60" long-name="MMS Codec" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8076 |
<!-- <unit bldFile="mmsengine/mmscodec/bld"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8077 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8078 |
<component name="mmsserver" filter="s60" long-name="MMS Server" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8079 |
<!-- <unit bldFile="mmsengine/mmsserver/bld"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8080 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8081 |
<component name="clientmtm" filter="s60" long-name="MMS Client MTM" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8082 |
<!-- <unit bldFile="mmsengine/clientmtm/bld"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8083 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8084 |
<component name="mmswatcher" filter="s60" long-name="MMS Watcher" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8085 |
<!-- <unit bldFile="mmsengine/mmswatcher/bld"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8086 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8087 |
<component name="mmspushhandler" filter="s60" long-name="MMS Push Handler" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8088 |
<!-- <unit bldFile="mmsengine/mmspushhandler/bld"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8089 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8090 |
<component name="applicationadapter" filter="s60" long-name="MMS Application Adapter" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8091 |
<!-- <unit bldFile="mmsengine/applicationadapter/bld"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8092 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8093 |
<component name="mmscodecclient" filter="s60" long-name="MMS Codec Client" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8094 |
<!-- <unit bldFile="mmsengine/mmscodecclient/bld"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8095 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8096 |
<component name="mmssettings" long-name="MMS Settings" introduced="9.2" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8097 |
<unit bldFile="app/messaging/mmsengine/mmssettings/group" mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8098 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8099 |
<component name="mmsconf" long-name="MMS Configuration" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8100 |
<unit bldFile="app/messaging/mmsengine/mmsconf" mrp="app/messaging/mmsengine/mmsconf/messaging_mmssettings-config.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8101 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8102 |
<component name="mmsengine_build" filter="s60" long-name="MMS Engine Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8103 |
<!-- this should be broken up into the individual other components --> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8104 |
<unit bldFile="app/messaging/mmsengine" proFile="mmsengine.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8105 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8106 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8107 |
<collection name="messagingapp" long-name="Messaging Application" level="app"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8108 |
<component name="messaging_conf" filter="s60" long-name="Messaging Application Configuration" introduced="^4" class="config"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8109 |
<unit bldFile="app/messaging/messagingapp/conf" proFile="messaging_conf.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8110 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8111 |
<component name="msgutils" filter="s60" long-name="Messaging Utils" introduced="^4"> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8112 |
<unit bldFile="app/messaging/messagingapp/msgutils" proFile="msgutils.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8113 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8114 |
<component name="msgappfw" filter="s60" long-name="Messaging Application Framework" introduced="^4"> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8115 |
<unit bldFile="app/messaging/messagingapp/msgappfw" proFile="msgappfw.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8116 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8117 |
<component name="msgsettings" filter="s60" long-name="Messaging Settings" introduced="^4"> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8118 |
<unit bldFile="app/messaging/messagingapp/msgsettings" proFile="msgsettings.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8119 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8120 |
<component name="msgnotifications" filter="s60" long-name="Messaging Notifications" introduced="^4"> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8121 |
<unit bldFile="app/messaging/messagingapp/msgnotifications" proFile="msgnotifications.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8122 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8123 |
<component name="smartmessaging" filter="s60" long-name="Smart Messaging"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8124 |
<unit bldFile="app/messaging/messagingapp/smartmessaging" proFile="smartmessaging.pro" qmakeArgs="-r"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8125 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8126 |
<component name="shareui" filter="s60" long-name="Shared UI" introduced="^4"> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8127 |
<unit bldFile="app/messaging/messagingapp/shareui" proFile="shareui.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8128 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8129 |
<component name="msgui" filter="s60" long-name="Messaging UI" introduced="^4"> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8130 |
<unit bldFile="app/messaging/messagingapp/msgui" proFile="msgui.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8131 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8132 |
<component name="msgservices" filter="s60" long-name="Messaging Services" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8133 |
<unit bldFile="app/messaging/messagingapp/msgservices" proFile="msgservices.pro" qmakeArgs="-r"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8134 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8135 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8136 |
<collection name="email" long-name="Email" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8137 |
<!-- use commonemail instead --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8138 |
<component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" purpose="optional" deprecated="^3" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8139 |
<unit bldFile="app/messaging/email/pop3andsmtpmtm/group" mrp="app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8140 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8141 |
<component name="imap4mtm" long-name="IMAP4 MTM" introduced="9.2" purpose="optional" deprecated="^3" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8142 |
<unit bldFile="app/messaging/email/imap4mtm/group" mrp="app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8143 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8144 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8145 |
<collection name="messaging_info" long-name="Messaging Apps Info" level="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8146 |
<component name="messaging_metadata" long-name="Messaging Apps Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8147 |
<unit mrp="app/messaging/messaging_info/messaging_metadata/messaging_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8148 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8149 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8150 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8151 |
<block name="commonemail" level="apps" span="2" long-name="Email Apps" levels="service support ui app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8152 |
<!-- need to resolve the qt parts into proper components, then uncomment the units --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8153 |
<collection name="email_plat" long-name="Email Apps Platform Interfaces" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8154 |
<component name="nmail_client_api" long-name="NMail Client API" filter="s60" introduced="^4" class="api placeholder"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8155 |
<!--<unit bldFile="email_plat/nmail_client_api" qt:proFile="nmail_client_api.pro"/> --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8156 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8157 |
<component name="email_services_api" long-name="Email Services API" filter="s60" introduced="^4" class="api placeholder"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8158 |
<!--<unit bldFile="email_plat/email_services_api" qt:proFile="email_services_api.pro"/> --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8159 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8160 |
<component name="nmail_settings_api" long-name="NMail Settings API" filter="s60" introduced="^4" class="api placeholder"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8161 |
<!--<unit bldFile="email_plat/nmail_settings_api" qt:proFile="nmail_settings_api.pro"/> --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8162 |
</component> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8163 |
<component name="email_client_api" long-name="EMail Client API" filter="s60" introduced="^4" class="api placeholder"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8164 |
<!--<unit bldFile="email_plat/email_client_api" qt:proFile="email_client_api.pro"/> --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8165 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8166 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8167 |
<collection name="emailservices" long-name="Email Services" level="service"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8168 |
<component name="nmailbase" filter="s60" long-name="NMail Base" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8169 |
<!-- <unit bldFile="emailservices/nmailbase" qt:proFile="nmailbase.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8170 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8171 |
<component name="emailcommon" filter="s60" long-name="Email Common" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8172 |
<!-- <unit bldFile="emailservices/emailcommon" qt:proFile="emailcommon.pro"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8173 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8174 |
<component name="emailframework" filter="s60" long-name="Email Framework" introduced="^2" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8175 |
<!-- <unit bldFile="emailservices/emailframework" qt:proFile="emailframework.pro"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8176 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8177 |
<component name="emailstore" filter="s60" long-name="Email Store" introduced="^2" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8178 |
<!-- <unit bldFile="emailservices/emailstore" qt:proFile="emailstore.pro"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8179 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8180 |
<component name="nmclientapi" filter="s60" long-name="Nmail Client API" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8181 |
<!-- <unit bldFile="emailservices/nmclientapi" qt:proFile="nmclientapi.pro"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8182 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8183 |
<component name="nmailagent" filter="s60" long-name="Nmail Agent" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8184 |
<!-- <unit bldFile="emailservices/nmailagent" qt:proFile="nmailagent.pro"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8185 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8186 |
<component name="nmutilities" filter="s60" long-name="Nmail Utilities" introduced="^4" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8187 |
<!-- <unit bldFile="emailservices/nmutilities" qt:proFile="nmutilities.pro"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8188 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8189 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8190 |
<collection name="ipsservices" long-name="IMAP/POP/SMTP Services" level="service"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8191 |
<component name="ipssosplugin" filter="s60" long-name="IPS SOS Plugin" introduced="^2" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8192 |
<!-- SOS? Consider spelling it out since the abbreviation is ambiguous --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8193 |
<!--<unit bldFile="ipsservices/ipssosplugin" qt:proFile="ipssosplugin.pro" />--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8194 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8195 |
<component name="nmimapclientplugin" filter="s60" long-name="NM IMAP Client Plugin" introduced="^4" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8196 |
<!--<unit bldFile="ipsservices/nmimapclientplugin" qt:proFile="nmimapclientplugin.pro"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8197 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8198 |
<component name="nmipsmtms" filter="s60" long-name="NM IPS Client Plugin" introduced="^4" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8199 |
<!-- <unit bldFile="ipsservices/nmipsmtms" qt:proFile="nmipsmtms.pro"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8200 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8201 |
<component name="nmipssettings" filter="s60" long-name="NM IPS Settings" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8202 |
<!-- <unit bldFile="ipsservices/nmipssettings" qt:proFile="nmipssettings.pro"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8203 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8204 |
<component name="ipsservices_build" filter="s60" long-name="IPS Services Build" introduced="^2" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8205 |
<!--<unit bldFile="ipsservices" qt:proFile="ipsservices.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8206 |
<!-- can the exports be broken up into the other components or made a config component?--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8207 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8208 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8209 |
<collection name="emailuis" long-name="Email UIs" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8210 |
<component name="nmailuiengine" filter="s60" long-name="Nmail UI Engine" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8211 |
<!-- <unit bldFile="emailuis/nmailuiengine" qt:proFile="nmailuiengine.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8212 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8213 |
<component name="nmailuiwidgets" filter="s60" long-name="Nmail UI Widgets" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8214 |
<!-- <unit bldFile="emailuis/nmailuiwidgets" qt:proFile="nmailuiwidgets.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8215 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8216 |
<component name="nmailuiwidgetsplugin" filter="s60" long-name="Nmail UI Widgets Plugin" introduced="^4" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8217 |
<!-- <unit bldFile="emailuis/nmailuiwidgetsplugin" qt:proFile="nmailuiwidgetsplugin.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8218 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8219 |
<component name="nmsettingui" filter="s60" long-name="Nmail Setting UI" introduced="^4" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8220 |
<!-- <unit bldFile="emailuis/nmsettingui" qt:proFile="nmsettingui.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8221 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8222 |
<component name="nmailcpplugin" filter="s60" long-name="Nmail CP Plugin" introduced="^4" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8223 |
<!-- <unit bldFile="emailuis/nmailcpplugin" qt:proFile="nmailcpplugin.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8224 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8225 |
<component name="nmailui" filter="s60" long-name="Nmail UI" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8226 |
<!-- <unit bldFile="emailuis/nmailui" qt:proFile="nmailui.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8227 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8228 |
<component name="nmindicatorplugin" filter="s60" long-name="Nmail Indicator Plugin" introduced="^4" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8229 |
<!-- <unit bldFile="emailuis/nmindicatorplugin" qt:proFile="nmindicatorplugin.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8230 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8231 |
<component name="nmframeworkadapter" filter="s60" long-name="Nmail Framework Adapter" introduced="^4" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8232 |
<!-- <unit bldFile="emailuis/nmframeworkadapter" qt:proFile="nmframeworkadapter.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8233 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8234 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8235 |
<collection name="commonemail_info" long-name="Email Apps Info" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8236 |
<component name="commonemail_build" long-name="Email Apps Build" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8237 |
<!-- split into actual components --> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8238 |
<unit bldFile="app/commonemail" proFile="nmail.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8239 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8240 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8241 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8242 |
<block name="camera" level="apps" long-name="Camera Apps"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8243 |
<collection name="camerauis" long-name="Camera UIs"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8244 |
<component name="cameraxui" filter="s60" long-name="CameraX UIs"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8245 |
<unit bldFile="app/camera/camerauis/cameraxui" filter="!test" proFile="camerax.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8246 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8247 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8248 |
</block> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8249 |
<block name="imgeditor" level="apps" long-name="Image Editor"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8250 |
<block name="videoeditor" level="apps" long-name="Video Editor"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8251 |
<block name="videoplayer" level="apps" long-name="Video Player Apps" levels="support plugin util apps"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8252 |
<collection name="videoplayer_plat" long-name="Video Player Apps Platform Interfaces" level="apps"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8253 |
<component name="videoplayer_startup_api" long-name="Video Player Startup API" filter="s60" class="api"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8254 |
<unit bldFile="app/videoplayer/videoplayer_plat/videoplayer_startup_api/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8255 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8256 |
<component name="videocollection_api" long-name="Video Collection API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8257 |
<unit bldFile="app/videoplayer/videoplayer_plat/videocollection_api/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8258 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8259 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8260 |
<collection name="videocollection" long-name="Video Collection" level="util"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8261 |
<component name="mpxmyvideoscollection" filter="s60" long-name="MPX My Videos Collection" introduced="^3"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8262 |
<unit bldFile="app/videoplayer/videocollection/mpxmyvideoscollection/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8263 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8264 |
<component name="videocollectionwrapper" filter="s60" long-name="Video Collection Wrapper" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8265 |
<unit bldFile="app/videoplayer/videocollection/videocollectionwrapper" proFile="videocollectionwrapper.pro" qmakeArgs="-r"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8266 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8267 |
<component name="videocollectionview" filter="s60" long-name="Video Collection View" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8268 |
<unit bldFile="app/videoplayer/videocollection/videocollectionview" proFile="videocollectionview.pro" qmakeArgs="-r"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8269 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8270 |
<component name="videofiledetailsview" filter="s60" long-name="Video File Details View" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8271 |
<unit bldFile="app/videoplayer/videocollection/videofiledetailsview" proFile="videofiledetailsview.pro" qmakeArgs="-r"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8272 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8273 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8274 |
<collection name="mediasettings" long-name="Media Settings" level="support"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8275 |
<component name="mediasettingsengine" filter="s60" long-name="Media Settings Engine"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8276 |
<unit bldFile="app/videoplayer/mediasettings/mediasettingsengine/group"/> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8277 |
</component> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8278 |
<component name="videosettingsplugin" filter="s60" long-name="Video Settings Plugin" plugin="Y"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8279 |
<unit bldFile="app/videoplayer/mediasettings/videosettingsplugin" proFile="videosettingsplugin.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8280 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8281 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8282 |
<collection name="videoplayerapp" long-name="Video Player App" level="apps"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8283 |
<component name="videoplayerengine" long-name="Video Player Engine" filter="s60" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8284 |
<unit bldFile="app/videoplayer/videoplayerapp/videoplayerengine" proFile="videoplayerengine.pro" qmakeArgs="-r"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8285 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8286 |
<component name="hbvideoplayer" filter="s60" long-name="Video Player" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8287 |
<unit bldFile="app/videoplayer/videoplayerapp/videoplayer" proFile="videoplayer.pro" qmakeArgs="-r"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8288 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8289 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8290 |
<collection name="videoplayback" long-name="Video Playback Plugins" level="plugin"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8291 |
<component name="hbvideoplaybackview" filter="s60" long-name="HB Video Playback View" introduced="^4" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8292 |
<unit bldFile="app/videoplayer/videoplayback/hbvideoplaybackview" proFile="hbvideoplaybackview.pro" qmakeArgs="-r"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8293 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8294 |
<component name="hbvideoplaybackviewplugin" filter="s60" long-name="HB Video Playback View Plugin" introduced="^4" plugin="Y"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8295 |
<unit bldFile="app/videoplayer/videoplayback/hbvideoplaybackviewplugin" proFile="hbvideoplaybackviewplugin.pro" qmakeArgs="-r"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8296 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8297 |
<component name="videohelix" long-name="Video Helix" filter="s60" introduced="^3" plugin="Y"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8298 |
<unit bldFile="app/videoplayer/videoplayback/videohelix/group" filter="!test"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8299 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8300 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8301 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8302 |
<block name="photos" level="apps" long-name="Photos" levels="util support ui app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8303 |
<collection name="photos_group" long-name="Photos Group" level="support"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8304 |
<component name="photos_group_build" filter="s60" long-name="Photos Group Build" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8305 |
<!--<unit bldFile="group" qt:proFile="group.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8306 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8307 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8308 |
<collection name="photos_loggers" long-name="Photos Loggers" level="util"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8309 |
<component name="photos_loggerqt" filter="s60" long-name="Photos Logger Qt" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8310 |
<!--<unit bldFile="loggers/loggerqt" qt:proFile="loggerqt.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8311 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8312 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8313 |
<collection name="photos_commonutilities" long-name="Photos Common Utilities" level="util"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8314 |
<component name="photos_externalutility" filter="s60" long-name="Photos External Utility" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8315 |
<!--<unit bldFile="commonutilities/externalutility" qt:proFile="externalutility.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8316 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8317 |
<component name="imagedecoderwrapper" filter="s60" long-name="Image Decoder Wrapper" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8318 |
<!--<unit bldFile="commonutilities/imagedecoderwrapper" qt:proFile="imagedecoderwrapper.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8319 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8320 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8321 |
<collection name="photos_ui" long-name="Photos UI" level="ui"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8322 |
<!-- need to move exports from ui.pro into separate .pro or bld.inf --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8323 |
<component name="detailscustomwidget " filter="s60" long-name="Details Custom Widget" introduced="^4" class="placeholder"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8324 |
<!--<unit bldFile="ui/detailscustomwidget " qt:proFile="detailscustomwidget .pro"/> --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8325 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8326 |
<component name="photos_uiengine" filter="s60" long-name="Photos UI Engine" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8327 |
<!--<unit bldFile="ui/uiengine" qt:proFile="uiengine.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8328 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8329 |
<component name="photos_commandhandlers" filter="s60" long-name="Photos Command Handlers" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8330 |
<!--<unit bldFile="ui/commandhandlers" qt:proFile="commandhandlers.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8331 |
</component> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8332 |
<component name="photos_viewutilities" filter="s60" long-name="Photos View Utilities" introduced="^4" class="placeholder"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8333 |
<!--<unit bldFile="ui/viewutilities" qt:proFile="commandhandlers.pro"/> --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8334 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8335 |
<component name="photos_widgets" filter="s60" long-name="Photos Widgets" introduced="^4" class="placeholder"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8336 |
<!--<unit bldFile="ui/widgets" qt:proFile="widgets.pro"/> --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8337 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8338 |
<component name="photos_views" filter="s60" long-name="Photos Views" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8339 |
<!--<unit bldFile="ui/views" qt:proFile="views.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8340 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8341 |
<component name="photos_viewmanagement" filter="s60" long-name="Photos View Management" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8342 |
<!--<unit bldFile="ui/viewmanagement" qt:proFile="viewmanagement.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8343 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8344 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8345 |
<collection name="photos_main" long-name="Photos Main" level="support"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8346 |
<component name="photos_main_build" filter="s60" long-name="Photos Main Build" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8347 |
<!--<unit bldFile="main" qt:proFile="main.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8348 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8349 |
</collection> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8350 |
<collection name="gallery" long-name="Gallery" level="ui"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8351 |
<component name="gallery_build" filter="s60" long-name="Gallery Build" introduced="^4" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8352 |
<!--<unit bldFile="gallery" qt:proFile="gallery.pro"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8353 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8354 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8355 |
<collection name="imageviewerapp" long-name="Image Viewer App" level="support"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8356 |
<component name="imageviewerapp_build" filter="s60" long-name="Image Viewer App Build" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8357 |
<!--<unit bldFile="imageviewerapp" qt:proFile="imageviewerapp.pro"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8358 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8359 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8360 |
<collection name="photos_info" long-name="Photos Info" level="support"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8361 |
<component name="photos_build" filter="s60" long-name="Photos Build" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8362 |
<!-- split this up into the above components --> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8363 |
<unit bldFile="app/photos" proFile="photos.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8364 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8365 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8366 |
</block> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8367 |
<block name="musicplayer" level="apps" long-name="Music Player Apps" levels="plugins support engine app"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8368 |
<!-- move the rom .pri files into their components and uncomment the units --> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8369 |
<collection name="mpdata " long-name="Music Player Data" level="support"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8370 |
<!-- collection is really a component, move down a directory --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8371 |
<component name="mpdata_build" filter="s60" long-name="Music Player Data Build" introduced="^4" class="placeholder"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8372 |
<!-- <unit bldFile="mpdata" qt:proFile="mpdata.pro" qt:qmakeArgs="-r -config rom"/> --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8373 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8374 |
</collection> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8375 |
<collection name="mpengine " long-name="Music Player Engine" level="engine"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8376 |
<!-- collection is really a component, move down a directory --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8377 |
<component name="mpengine_build" filter="s60" long-name="Music Player Engine Build" introduced="^4" class="placeholder"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8378 |
<!-- <unit bldFile="mpengine" qt:proFile="mpengine.pro" qt:qmakeArgs="-r -config rom"/> --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8379 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8380 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8381 |
<collection name="musicplayer_utilities " long-name="Music Player Utilities" level="support"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8382 |
<component name="mpnowplayingbanner" filter="s60" long-name="MP Now Playing Banner" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8383 |
<!-- <unit bldFile="utilities/mpnowplayingbanner" qt:proFile="mpnowplayingbanner.pro" qt:qmakeArgs="-r -config rom"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8384 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8385 |
<component name="mpsettingsmanager" filter="s60" long-name="MP Settings Manager" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8386 |
<!-- <unit bldFile="utilities/mpsettingsmanager" qt:proFile="mpsettingsmanager.pro" qt:qmakeArgs="-r -config rom"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8387 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8388 |
</collection> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8389 |
<collection name="musicservices " long-name="Music Services" level="support"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8390 |
<!-- collection is really a component, move down a directory --> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8391 |
<component name="musicservices_build" filter="s60" long-name="Music Services Build" introduced="^4" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8392 |
<!-- <unit bldFile="musicservices" qt:proFile="musicservices.pro" qt:qmakeArgs="-r -config rom"/> --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8393 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8394 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8395 |
<collection name="musicplayer_app " long-name="Music Player Application" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8396 |
<!-- collection is really a component, move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8397 |
<component name="musicplayer_app_build" filter="s60" long-name="Music Player Application Build" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8398 |
<!-- <unit bldFile="app" qt:proFile="app.pro" qt:qmakeArgs="-r -config rom"/> --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8399 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8400 |
</collection> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8401 |
<collection name="mpviewplugins" long-name="Music Player View Plugins" level="plugins"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8402 |
<component name="mpcollectionviewplugin" filter="s60" long-name="MP Collection View Plugin" introduced="^4" plugin="Y" class="placeholder"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8403 |
<!--<unit bldFile="mpviewplugins/mpcollectionviewplugin" qt:proFile="mpcollectionviewplugin.pro" qt:qmakeArgs="-r -config rom"/> --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8404 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8405 |
<component name="mpplaybackviewplugin" filter="s60" long-name="MP Playback View Plugin" introduced="^4" plugin="Y" class="placeholder"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8406 |
<!--<unit bldFile="mpviewplugins/mpplaybackviewplugin" qt:proFile="mpplaybackviewplugin.pro" qt:qmakeArgs="-r -config rom"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8407 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8408 |
<component name="mpsettingsviewplugin" filter="s60" long-name="MP Settings View Plugin" introduced="^4" plugin="Y" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8409 |
<!--<unit bldFile="mpviewplugins/mpsettingsviewplugin" qt:proFile="mpsettingsviewplugin.pro" qt:qmakeArgs="-r -config rom"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8410 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8411 |
<component name="mpdetailsviewplugin" filter="s60" long-name="MP Details View Plugin" introduced="^4" plugin="Y" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8412 |
<!--<unit bldFile="mpviewplugins/mpdetailsviewplugin" qt:proFile="mpdetailsviewplugin.pro" qt:qmakeArgs="-r -config rom"/> --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8413 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8414 |
<component name="mpmediawallviewplugin" filter="s60" long-name="MP Media Wall View Plugin" introduced="^4" plugin="Y" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8415 |
<!--<unit bldFile="mpviewplugins/mpmediawallviewplugin" qt:proFile="mpmediawallviewplugin.pro" qt:qmakeArgs="-r -config rom"/> --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8416 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8417 |
</collection> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8418 |
<collection name="musicwidgetplugin" long-name="Music Widget Plugin" level="plugins"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8419 |
<component name="musicwidgetplugin_build" filter="s60" long-name="Music Widget Plugin" introduced="^4" plugin="Y" class="placeholder"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8420 |
<!--<unit bldFile="musicwidgetplugin" qt:proFile="musicwidgetplugin.pro" qt:qmakeArgs="-r -config rom"/> --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8421 |
</component> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8422 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8423 |
<collection name="mpserviceplugins" long-name="Music Player Service Plugins" level="plugins"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8424 |
<component name="audioeffects" filter="s60" long-name="Audio Effects" introduced="^4" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8425 |
<!--<unit bldFile="mpserviceplugins/audioeffects/group"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8426 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8427 |
<component name="localaudio" filter="s60" long-name="Local Audio" introduced="^4" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8428 |
<!--<unit bldFile="mpserviceplugins/localaudio/group"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8429 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8430 |
<!-- Note: it's called SQLite, not SQLLite, just the one "L" --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8431 |
<component name="mpxsqlitedbcommon" filter="s60" long-name="MPX SQLite Database Common" introduced="^4" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8432 |
<!--<unit bldFile="mpserviceplugins/mpxsqlitedbcommon/group"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8433 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8434 |
<component name="mpxsqlitedbhgplugin" filter="s60" long-name="MPX SQLite Database Hg Plugin" introduced="^4" plugin="Y" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8435 |
<!--<unit bldFile="mpserviceplugins/mpxsqlitedbhgplugin/group"/>--> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8436 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8437 |
<component name="mpxsqlitedbplugin" filter="s60" long-name="MPX SQLite Database Plugin" introduced="^4" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8438 |
<!--<unit bldFile="mpserviceplugins/mpxsqlitedbplugin/group"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8439 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8440 |
<component name="mpxsqlitepodcastdbplugin" filter="s60" long-name="MPX SQLlite Podcast Database Plugin" introduced="^4" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8441 |
<!--<unit bldFile="mpserviceplugins/mpxsqlitepodcastdbplugin/group"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8442 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8443 |
<component name="mpxinmemoryplugin" filter="s60" long-name="MPX In-Memory Plugin" introduced="^4" plugin="Y" class="placeholder"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8444 |
<!--<unit bldFile="mpserviceplugins/mpxinmemoryplugin/group"/>--> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8445 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8446 |
<component name="m3uplaylistplugin" filter="s60" long-name="M3U Playlist Plugin" introduced="^4" plugin="Y" class="placeholder"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8447 |
<!--<unit bldFile="mpserviceplugins/mpxsqlitepodcastdbplugin/group"/>--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8448 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8449 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8450 |
<collection name="musicplayer_info" long-name="Music Player Apps Info" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8451 |
<component name="musicplayer_build" filter="s60" long-name="Music Player Build"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8452 |
<!-- break up into individual components. ROM includes should be in their components --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8453 |
<unit bldFile="app/musicplayer" proFile="qtmusicplayer.pro" qmakeArgs="-r -config rom"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8454 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8455 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8456 |
</block> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8457 |
<block name="radio" level="apps" long-name="Radio Apps" levels="engine plugin ui"> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8458 |
<collection name="radioengine" long-name="Radio Engine" level="engine"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8459 |
<component name="radioengineutils" filter="s60" long-name="Radio Engine Utils" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8460 |
<unit bldFile="app/radio/radioengine/utils/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8461 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8462 |
<component name="radioenginesettings" filter="s60" long-name="Radio Engine Settings" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8463 |
<unit bldFile="app/radio/radioengine/settings/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8464 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8465 |
<component name="radioengine_engine" filter="s60" long-name="Radio Engine" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8466 |
<unit bldFile="app/radio/radioengine/engine/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8467 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8468 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8469 |
<collection name="radioapp" long-name="Radio App" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8470 |
<component name="radioenginewrapper" filter="s60" long-name="Radio Engine Wrapper" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8471 |
<unit bldFile="app/radio/radioapp/radioenginewrapper" proFile="radioenginewrapper.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8472 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8473 |
<component name="radiopresetstorage" filter="s60" long-name="Radio Preset Storage" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8474 |
<unit bldFile="app/radio/radioapp/radiopresetstorage" proFile="radiopresetstorage.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8475 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8476 |
<component name="radiouiengine" filter="s60" long-name="Radio UI Engine" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8477 |
<unit bldFile="app/radio/radioapp/radiouiengine" proFile="radiouiengine.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8478 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8479 |
<component name="radiowidgets" filter="s60" long-name="Radio Widgets" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8480 |
<unit bldFile="app/radio/radioapp/radiowidgets" proFile="radiowidgets.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8481 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8482 |
<component name="radioapplication" filter="s60" long-name="Radio Application" introduced="^4"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8483 |
<unit bldFile="app/radio/radioapp/radioapplication" proFile="radioapplication.pro"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8484 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8485 |
<component name="radio_rom" filter="s60" long-name="Radio ROM" introduced="^4"> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8486 |
<unit bldFile="app/radio/rom"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8487 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8488 |
</collection> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8489 |
<collection name="radiohswidget" long-name="Radio Homescreen Widget" level="plugin"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8490 |
<!-- collection is really a component. Move down a directory --> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8491 |
<component name="radiohswidget_build" filter="s60" long-name="Radio HS Widget Build" introduced="^4"> |
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8492 |
<unit bldFile="app/radio/radiohswidget" proFile="radiohswidget.pro"/> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8493 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8494 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8495 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8496 |
<block name="internetradio" level="apps" long-name="Internet Radio Apps" levels="engine server ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8497 |
<collection name="internetradio2_0" long-name="Internet Radio 2.0" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8498 |
<!-- collection is really a component. Move down a dir --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8499 |
<component name="internetradio2_0_build" long-name="Internet Radio 2.0 Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8500 |
<unit bldFile="app/internetradio/internetradio2.0/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8501 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8502 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8503 |
<collection name="presetserver" long-name="Preset Server" level="server"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8504 |
<!-- collection is really a component. Move down a dir --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8505 |
<component name="presetserver_build" long-name="Preset Server Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8506 |
<unit bldFile="app/internetradio/presetserver/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8507 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8508 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8509 |
<collection name="qtinternetradio" long-name="Qt Internet Radio"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8510 |
<component name="qtinternetradio_build" long-name="Qt Internet Radio Build"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8511 |
<!-- Move down a dir or break into components--> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8512 |
<unit bldFile="app/internetradio/qtinternetradio" proFile="all.pro" qmakeArgs="-r -config rom"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8513 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8514 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8515 |
</block> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
8516 |
<block name="podcatcher" level="apps" long-name="Podcatcher" levels="app"> |
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
8517 |
<collection name="podcatcher_info" long-name="Podcatcher" level="app"> |
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
8518 |
<component name="podcatcher_build" filter="sf_build" long-name="Podcatcher Build" introduced="^3"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8519 |
<!-- has exports from top level bld.inf --> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
8520 |
<unit bldFile="app/podcatcher/group"/> |
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
8521 |
</component> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8522 |
<component name="podcatcher_app" filter="sf_build" long-name="Podcatcher Application" introduced="^3"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8523 |
<unit bldFile="app/podcatcher/application/group"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8524 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8525 |
<component name="podcatcher_engine" filter="sf_build" long-name="Podcatcher Engine" introduced="^3"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8526 |
<unit bldFile="app/podcatcher/engine/group"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8527 |
</component> |
561
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
8528 |
</collection> |
144bf723592f
Update s^4 model from latest autogenerated model_20100512113602_cf27962d27a8.xml
Pat Downey <patd@symbian.org>
parents:
529
diff
changeset
|
8529 |
</block> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8530 |
<block name="homescreen" level="apps" long-name="Home Screen Apps" levels="support task ss hs"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8531 |
<collection name="homescreen_test" long-name="Home Screen Test" level="support"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8532 |
<collection name="homescreenapp" long-name="Home Screen Application" level="hs"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8533 |
<component name="hsutils" long-name="Home Screen Utils" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8534 |
<unit bldFile="app/homescreen/homescreenapp/hsutils" proFile="hsutils.pro" qmakeArgs="-r -config rom"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8535 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8536 |
<component name="hsdomainmodel" long-name="HS Domain Model" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8537 |
<unit bldFile="app/homescreen/homescreenapp/hsdomainmodel" proFile="hsdomainmodel.pro" qmakeArgs="-r -config rom"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8538 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8539 |
<component name="hs_runtimeplugins" long-name="HS Runtime Plugins" introduced="^4" plugin="Y"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8540 |
<unit bldFile="app/homescreen/homescreenapp/runtimeplugins" proFile="runtimeplugins.pro" qmakeArgs="-r -config rom"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8541 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8542 |
<component name="hs_serviceproviders" long-name="HS Service Providers" introduced="^4" plugin="Y"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8543 |
<unit bldFile="app/homescreen/homescreenapp/serviceproviders" proFile="serviceproviders.pro" qmakeArgs="-r -config rom"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8544 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8545 |
<component name="hs_stateplugins" long-name="HS State Plugins" introduced="^4" plugin="Y"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8546 |
<unit bldFile="app/homescreen/homescreenapp/stateplugins" proFile="stateplugins.pro" qmakeArgs="-r -config rom"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8547 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8548 |
<component name="hs_widgetplugins" long-name="HS Widget Plugins" introduced="^4" plugin="Y"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8549 |
<unit bldFile="app/homescreen/homescreenapp/widgetplugins" proFile="widgetplugins.pro" qmakeArgs="-r -config rom"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8550 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8551 |
<component name="hsapplication" long-name="Home Screen Application" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8552 |
<unit bldFile="app/homescreen/homescreenapp/hsapplication" proFile="hsapplication.pro" qmakeArgs="-r -config rom"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8553 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8554 |
<component name="hsmenuclientplugin" long-name="Home Screen Menu Client Plugin" introduced="^4" plugin="Y"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8555 |
<unit bldFile="app/homescreen/homescreenapp/hsmenuclientplugin" proFile="hsmenuclientplugin.pro" qmakeArgs="-r -config rom"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8556 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8557 |
<component name="hshomescreenclientplugin" long-name="HS Menu Client Plugin" introduced="^4" plugin="Y"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8558 |
<unit bldFile="app/homescreen/homescreenapp/hshomescreenclientplugin" proFile="hshomescreenclientplugin.pro" qmakeArgs="-r -config rom"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8559 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8560 |
<component name="hswidgetuninstaller" long-name="HS Widget Uninstaller" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8561 |
<unit bldFile="app/homescreen/homescreenapp/hswidgetuninstaller" proFile="hswidgetuninstaller.pro" qmakeArgs="-r -config rom"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8562 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8563 |
<component name="homescreenapp_rom" long-name="Home Screen App ROM" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8564 |
<unit bldFile="app/homescreen/homescreenapp" proFile="homescreenapp_exports_to_rom.pri" qmakeArgs="-r -config rom"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8565 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8566 |
</collection> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8567 |
<collection name="screensaver" long-name="Screen Saver" level="ss"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8568 |
<!-- break collection into components, or move down a dir and make it a component --> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8569 |
<component name="screensaver_build" long-name="Screen Saver Build"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8570 |
<unit bldFile="app/homescreen/screensaver" proFile="screensaver.pro" qmakeArgs="-r -config rom"/> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8571 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8572 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8573 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8574 |
<block name="jrt" level="services" long-name="Java Runtime" levels="util generic rt ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8575 |
<collection name="jrt_plat" long-name="JRT Platform Interfaces" level="ui"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8576 |
<component name="java_registry_api" long-name="Java Registry API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8577 |
<unit bldFile="app/jrt/jrt_plat/java_registry_api/build"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8578 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8579 |
<component name="java_env_info_api" long-name="Java Environment Info API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8580 |
<unit bldFile="app/jrt/jrt_plat/java_env_info_api/build"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8581 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8582 |
<component name="java_debug_api" long-name="Java Debug API" filter="s60" class="api"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8583 |
<unit bldFile="app/jrt/jrt_plat/java_debug_api/build"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8584 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8585 |
</collection> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8586 |
<collection name="java_stubs" long-name="Java Stubs" level="rt"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8587 |
<component name="java_stubs_build" long-name="Build Native Java" filter="sf_build" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8588 |
<unit bldFile="app/jrt/java_stubs/group"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8589 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8590 |
</collection> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8591 |
<collection name="build_nativejava" long-name="Build Native Java"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8592 |
<component name="nativejava" long-name="Build Native Java" filter="s60" introduced="^4"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8593 |
<unit bldFile="app/jrt/build/nativejava" filter="!sf_build" proFile="nativejava.pro" qmakeArgs="-r"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8594 |
<unit bldFile="app/jrt/build/nativejava" filter="sf_build" proFile="nativejava.pro" qmakeArgs="-r RD_JAVA_SF_BUILD=1"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8595 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8596 |
</collection> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8597 |
<collection name="javacommons" long-name="Java Commons" level="generic"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8598 |
<component name="javacommons_build" filter="s60" long-name="JRT Build"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8599 |
<unit bldFile="app/jrt/javacommons" filter="!sf_build" proFile="javacommons.pro" qmakeArgs="-r"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8600 |
<unit bldFile="app/jrt/javacommons" filter="sf_build" proFile="javacommons.pro" qmakeArgs="-r RD_JAVA_SF_BUILD=1"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8601 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8602 |
</collection> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8603 |
<collection name="javaruntimes" long-name="Java Runtimes" level="rt"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8604 |
<component name="javaruntimes_build" filter="s60" long-name="JRT Build"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8605 |
<unit bldFile="app/jrt/javaruntimes" filter="!sf_build" proFile="javaruntimes.pro" qmakeArgs="-r"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8606 |
<unit bldFile="app/jrt/javaruntimes" filter="sf_build" proFile="javaruntimes.pro" qmakeArgs="-r RD_JAVA_SF_BUILD=1"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8607 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8608 |
</collection> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8609 |
<collection name="javauis" long-name="Java UIs" level="ui"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8610 |
<component name="javauis_build" filter="s60" long-name="JRT Build"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8611 |
<unit bldFile="app/jrt/javauis" filter="!sf_build" proFile="javauis.pro" qmakeArgs="-r"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8612 |
<unit bldFile="app/jrt/javauis" filter="sf_build" proFile="javauis.pro" qmakeArgs="-r RD_JAVA_SF_BUILD=1"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8613 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8614 |
</collection> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8615 |
<collection name="javamanager" level="generic"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8616 |
<component name="javamanager_build" filter="s60" long-name="JRT Build"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8617 |
<unit bldFile="app/jrt/javamanager" filter="!sf_build" proFile="javamanager.pro" qmakeArgs="-r"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8618 |
<unit bldFile="app/jrt/javamanager" filter="sf_build" proFile="javamanager.pro" qmakeArgs="-r RD_JAVA_SF_BUILD=1"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8619 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8620 |
</collection> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8621 |
<collection name="javatools" long-name="Java Tools" level="util"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8622 |
<component name="javatools_build" filter="s60" long-name="JRT Build"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8623 |
<unit bldFile="app/jrt/javatools" filter="!sf_build" proFile="javatools.pro" qmakeArgs="-r"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8624 |
<unit bldFile="app/jrt/javatools" filter="sf_build" proFile="javatools.pro" qmakeArgs="-r RD_JAVA_SF_BUILD=1"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8625 |
</component> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8626 |
</collection> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8627 |
<collection name="javaextensions" long-name="Java Extensions" level="generic"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8628 |
<component name="javaextensions_build" filter="s60" long-name="JRT Build"> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8629 |
<unit bldFile="app/jrt/javaextensions" filter="!sf_build" proFile="javaextensions.pro" qmakeArgs="-r"/> |
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8630 |
<unit bldFile="app/jrt/javaextensions" filter="sf_build" proFile="javaextensions.pro" qmakeArgs="-r RD_JAVA_SF_BUILD=1"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8631 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8632 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8633 |
</block> |
588
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
8634 |
<block name="browserui" level="services" long-name="Browser UI" levels="utils support ui"> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
8635 |
<collection name="browserui_info" long-name="Browser UI Info" level="ui"> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
8636 |
<component name="browserui_build" long-name="Bookmarks Engine Build" introduced="^4"> |
694
2a474e3bb10f
Update S^4 models with latest changes from Bob Rosenberg
William Roberts <williamr@symbian.org>
parents:
681
diff
changeset
|
8637 |
<unit bldFile="app/browserui" proFile="browserui.pro"/> |
588
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
8638 |
</component> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
8639 |
</collection> |
29086410e6a3
Add auto generated symbian4 system model (packages@fdc76848b22d)
Dario Sestito <darios@symbian.org>
parents:
587
diff
changeset
|
8640 |
</block> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8641 |
<block name="conntools" level="services" long-name="Connectivity Tools" levels="config app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8642 |
<collection name="nettools" long-name="Net Tools" level="app"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8643 |
<component name="conntest" filter="s60" long-name="Connection Test" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8644 |
<unit bldFile="app/conntools/nettools/conntest/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8645 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8646 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8647 |
<collection name="emulatorlan" long-name="Emulator LAN" level="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8648 |
<!-- component is actually a colleciton, should be moved down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8649 |
<component name="emulatorlan_build" filter="s60" long-name="Emulator LAN Build" purpose="development" class="config"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8650 |
<unit bldFile="app/conntools/emulatorlan/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8651 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8652 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8653 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8654 |
<block name="rndtools" level="services" long-name="R&D tools" levels="support generic test util"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8655 |
<collection name="creator" long-name="Creator" level="support"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8656 |
<!-- collection is really a component. Should move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8657 |
<component name="creator_build" filter="s60" long-name="Creator Tool" purpose="development" class="tool"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8658 |
<unit bldFile="app/rndtools/creator" proFile="creator.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8659 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8660 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8661 |
<collection name="filebrowser" long-name="File Browser" level="util"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8662 |
<!-- collection is really a component. Should move down a directory --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8663 |
<component name="filebrowser_build" filter="s60" long-name="File Browser Build" purpose="development" class="tool"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8664 |
<unit bldFile="app/rndtools/filebrowser" proFile="filebrowser.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8665 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8666 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8667 |
<collection name="launcher" long-name="Launcher" level="util"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8668 |
<!-- collection is really a component. Should move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8669 |
<component name="launcher_build" filter="s60" long-name="Launcher Utility" purpose="development" class="tool"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8670 |
<unit bldFile="app/rndtools/launcher" proFile="launcher.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8671 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8672 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8673 |
<collection name="loadgen" long-name="Load Generator" level="test"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8674 |
<!-- collection is really a component. Should move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8675 |
<component name="loadgen_build" filter="s60" long-name="Load Generator Application" purpose="development" class="tool"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8676 |
<unit bldFile="app/rndtools/loadgen" proFile="loadgen.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8677 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8678 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8679 |
<collection name="perfmon" long-name="Performance Monitor" level="test"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8680 |
<!-- collection is really a component. Should move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8681 |
<component name="perfmon_build" filter="s60" long-name="Performance Monitor Tool" purpose="development" class="tool"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8682 |
<unit bldFile="app/rndtools/perfmon" proFile="perfmon.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8683 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8684 |
</collection> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8685 |
<collection name="piprofilerui" long-name="Performance Investigator Profiler UI" level="generic"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8686 |
<!-- collection is really a component. Should move down a directory --> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8687 |
<component name="piprofilerui_build" filter="s60" long-name="Performance Investigator Profiler UI Build" purpose="development" introduced="^4"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8688 |
<unit bldFile="app/rndtools/piprofilerui" proFile="piprofilerui.pro"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8689 |
</component> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8690 |
</collection> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8691 |
<collection name="screengrabber" long-name="Screen Grabber" level="util"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8692 |
<!-- collection is really a component. Should move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8693 |
<component name="screengrabber_build" filter="s60" long-name="ScreenGrabber" purpose="development" class="tool"> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8694 |
<unit bldFile="app/rndtools/screengrabber" proFile="screengrabber.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8695 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8696 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8697 |
<collection name="stifui" long-name="STIF UI" level="generic"> |
714
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8698 |
<component name="stifui_avkon" filter="s60" long-name="STIF UI for Avkon" purpose="development"> |
011afa5a8776
Update Symbian4 system_model.xml for wk26 bulk delivery
William Roberts <williamr@symbian.org>
parents:
694
diff
changeset
|
8699 |
<unit bldFile="app/rndtools/stifui/avkon/group"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8700 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8701 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8702 |
<collection name="memspyui" long-name="Memspy UI" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8703 |
<!-- collection is really a component. Should move down a directory --> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8704 |
<component name="memspyui_build" filter="s60" long-name="Memspy UI Application" purpose="development" class="tool"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8705 |
<unit bldFile="app/rndtools/memspyui" proFile="memspyui.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8706 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8707 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8708 |
<collection name="htiui" long-name="Harmonized Test Interface UI" level="generic"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8709 |
<component name="htiui_build" filter="s60" long-name="HTI UI Build" purpose="development"> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8710 |
<!-- should split up into individual components --> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8711 |
<unit bldFile="app/rndtools/htiui/group"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8712 |
</component> |
681
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8713 |
<component name="htiadminqt" filter="s60" long-name="HTI Admin Qt" purpose="development"> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8714 |
<unit bldFile="app/rndtools/htiui/htiadminqt" proFile="HtiAdmin.pro"/> |
e9aa1e11b96b
Manual update of S^4 system model, to Bob Rosenberg's wk20 package definitions.
William Roberts <williamr@symbian.org>
parents:
651
diff
changeset
|
8715 |
</component> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8716 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8717 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8718 |
<block name="helps" level="apps" span="2" long-name="Help Apps" levels="eng tools if ui"> |
490
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8719 |
<collection name="userguide" long-name="User Guide" level="if"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8720 |
<!-- collection is really a component. Move down a directory --> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8721 |
<component name="userguide_build" long-name="User Guide Build" filter="s60" introduced="^4"> |
8ef1b50bd6b9
switch os/devicesrv os/buildtools and os/deviceplatformrelease to FCL. Update model with latest changes from package definition files.
andy simpson <andrews@symbian.org>
parents:
483
diff
changeset
|
8722 |
<unit bldFile="app/helps/userguide" proFile="Userguide.pro"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8723 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8724 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8725 |
<collection name="symhelp" long-name="Symbian Help" level="eng"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8726 |
<component name="helpmodel" long-name="Help" introduced="6.0" purpose="optional"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8727 |
<unit bldFile="app/helps/symhelp/helpmodel/group" mrp="app/helps/symhelp/helpmodel/group/app-services_hlpmodel.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8728 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8729 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8730 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8731 |
<block name="techview" level="apps" span="2" long-name="Techview" levels="services ui utils apps1 apps2 apps3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8732 |
<collection name="buildverification" long-name="Build Verification" level="services"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8733 |
<component name="autosmoketest" long-name="Auto Smoke Test" filter="gt" purpose="development" introduced="9.1"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8734 |
<unit bldFile="app/techview/buildverification/autosmoketest/Group" mrp="app/techview/buildverification/autosmoketest/Group/testtools_autosmoketest.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8735 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8736 |
<component name="smoketest" long-name="Smoke Test" filter="gt" purpose="development"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8737 |
<unit bldFile="app/techview/buildverification/smoketest/Group" mrp="app/techview/buildverification/smoketest/Group/testtools_smoketest.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8738 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8739 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8740 |
<collection name="techviewplat" long-name="Techview Platform" level="services"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8741 |
<collection name="techviewui" long-name="Techview UI" level="ui"/> |
587
56db5fd0b342
Add auto generated symbian4 system model (packages@5ab61259495b)
Dario Sestito <darios@symbian.org>
parents:
585
diff
changeset
|
8742 |
<collection name="tv_controlpanel" long-name="Control Panel" level="ui"/> |
483
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8743 |
<collection name="pimapps" long-name="PIM Apps" level="apps3"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8744 |
<collection name="securityapps" long-name="Security Apps" level="apps3"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8745 |
<collection name="utilityapps" long-name="Utility Apps" level="apps2"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8746 |
<collection name="installationapps" long-name="Installation Apps" level="apps2"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8747 |
<collection name="messagingapps" long-name="Messaging Apps" level="apps2"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8748 |
<collection name="telephonyapps" long-name="Telephony Apps" level="apps1"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8749 |
<collection name="networkingapps" long-name="Networking Apps" level="apps1"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8750 |
<collection name="networkingutils" long-name="Networking Utils" level="utils"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8751 |
<collection name="shortlinkapps" long-name="Shortlink Apps" level="apps1"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8752 |
<collection name="testapps" long-name="Test Apps" level="utils"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8753 |
<collection name="avapps" long-name="A/V Apps" level="apps3"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8754 |
<collection name="toolkit" long-name="Toolkit" level="utils"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8755 |
<collection name="techview_info" long-name="Techview Info" level="apps3"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8756 |
<component name="techview_metadata" long-name="Techview Metadata" introduced="^2" purpose="development" class="config PC"> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8757 |
<unit mrp="app/techview/techview_info/techview_metadata/techview_metadata.mrp"/> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8758 |
</component> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8759 |
</collection> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8760 |
</block> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8761 |
</layer> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8762 |
</systemModel> |
c2d15296a9b7
add initial Symbian 4 project
andy simpson <andrews@symbian.org>
parents:
diff
changeset
|
8763 |
</SystemDefinition> |