author | William Roberts <williamr@symbian.org> |
Wed, 01 Sep 2010 12:17:03 +0100 | |
branch | HighFidelityModel |
changeset 371 | 377339f1bb26 |
parent 245 | 30e67220bf86 |
child 389 | 78746c813c8c |
permissions | -rw-r--r-- |
47
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
2 |
<SystemDefinition schema="3.0.0"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
3 |
<package id="lbs" name="Locating Services" levels="hw-if data-acquisition adaptation management application-interface"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
4 |
<collection id="datasourcemodules" name="Generic Positioning Plugins" level="data-acquisition"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
5 |
<component id="defaultpositioningmodule" name="Default Positioning Module" introduced="^2" purpose="optional" class="plugin"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
6 |
<unit bldFile="datasourcemodules/defaultpositioningmodule/group" mrp="datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
7 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
8 |
<component id="bluetoothgpspositioningmodule" name="Bluetooth GPS Positioning Module" introduced="^2" purpose="optional" class="plugin"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
9 |
<unit bldFile="datasourcemodules/bluetoothgpspositioningmodule/group" mrp="datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
10 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
11 |
<component id="simulationpositioningmodule" name="Simulation Positioning Module" introduced="^2" purpose="development" class="plugin"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
12 |
<unit bldFile="datasourcemodules/simulationpositioningmodule/group" mrp="datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
13 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
14 |
<component id="gpspositioningmodule" name="GPS/A-GPS Positioning Module" introduced="^3" purpose="optional" class="plugin"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
15 |
<unit bldFile="datasourcemodules/gpspositioningmodule/group" mrp="datasourcemodules/gpspositioningmodule/group/lbs_agps_positioning_module.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
16 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
17 |
<component id="networkpositioningmodule" name="Network Positioning Module" introduced="^3" purpose="optional" class="plugin"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
18 |
<unit bldFile="datasourcemodules/networkpositioningmodule/group" mrp="datasourcemodules/networkpositioningmodule/group/lbs_network_positioning_module.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
19 |
</component> |
48
c8d3143d3c0e
Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
47
diff
changeset
|
20 |
<component id="locationapesuplpsy" name="APE SUPL PSY" introduced="^3" purpose="optional" class="plugin" filter="s60"> |
c8d3143d3c0e
Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
47
diff
changeset
|
21 |
<unit bldFile="datasourcemodules/locationapesuplpsy/group"/> |
c8d3143d3c0e
Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
47
diff
changeset
|
22 |
</component> |
47
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
23 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
24 |
<collection id="datasourceadaptation" name="Data Source Adaptation" level="adaptation"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
25 |
<component id="gpsdatasourceadaptation" name="GPS Data Source Adaptation" introduced="^2" purpose="optional" class="plugin"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
26 |
<unit bldFile="datasourceadaptation/gpsdatasourceadaptation/group" mrp="datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
27 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
28 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
29 |
<collection id="locationrequestmgmt" name="Location Request Management" level="application-interface"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
30 |
<component id="locationserver" name="Location Server" introduced="9.2" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
31 |
<unit bldFile="locationrequestmgmt/locationserver/group" mrp="locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
32 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
33 |
<component id="networkrequesthandler" name="Network Request Handler" introduced="9.2" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
34 |
<unit bldFile="locationrequestmgmt/networkrequesthandler/group" mrp="locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
35 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
36 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
37 |
<collection id="lbstest" name="Locating Services Tests" level="application-interface"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
38 |
<component id="lbstestproduct" name="LBS Test Product" introduced="9.2" purpose="development" filter="test"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
39 |
<unit mrp="lbstest/lbstestproduct/group/lbs_testproduct.mrp" bldFile="lbstest/lbstestproduct/group"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
40 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
41 |
<component id="locationprotocoltest" name="Location Protocol Tests" introduced="9.2" purpose="development" class="plugin"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
42 |
<unit bldFile="lbstest/locationprotocoltest/group" mrp="lbstest/locationprotocoltest/group/lbs_networktest.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
43 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
44 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
45 |
<collection id="locationmgmt" name="Location Management" level="management"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
46 |
<component id="locmonitor" name="Location Monitor" introduced="^3" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
47 |
<unit bldFile="locationmgmt/locmonitor/lbslocmonitorserver/group" mrp="locationmgmt/locmonitor/lbslocmonitorserver/group/lbs_locationmonitor.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
48 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
49 |
<component id="agpslocationmgr" name="A-GPS Location Manager" introduced="9.2" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
50 |
<unit bldFile="locationmgmt/agpslocationmgr/group" mrp="locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
51 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
52 |
<component id="networklocationmgr" name="Network Location Manager" introduced="9.2" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
53 |
<unit bldFile="locationmgmt/networklocationmgr/group" mrp="locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
54 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
55 |
<component id="locationcore" name="Location Core" introduced="9.2" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
56 |
<unit bldFile="locationmgmt/locationcore/group" mrp="locationmgmt/locationcore/group/lbs_admin.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
57 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
58 |
<component id="networkgateway" name="Network Gateway" introduced="9.2" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
59 |
<unit bldFile="locationmgmt/networkgateway/group" mrp="locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
60 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
61 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
62 |
<collection id="networkprotocolmodules" name="Network Protocol Modules" level="adaptation"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
63 |
<component id="privacyprotocolmodule" name="Privacy Protocol Module" introduced="^2" purpose="optional" class="plugin"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
64 |
<unit bldFile="networkprotocolmodules/privacyprotocolmodule/group" mrp="networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
65 |
</component> |
196
b63fe30d6d26
Reinstate "removed components" in os/lbs which are still present and needed in wk17 drop of S^3
William Roberts <williamr@symbian.org>
parents:
167
diff
changeset
|
66 |
<component id="suplproxyprotocolmodule" name="SUPL Proxy Protocol Module" introduced="^3" purpose="optional" class="plugin"> |
200
6337e330f518
Fix LBS to point to proper sfgroup hack. Add introduced values to new contentcontrol APIs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
196
diff
changeset
|
67 |
<!-- hack for Foundation builds needed while collection is reorganised into proper components --> |
6337e330f518
Fix LBS to point to proper sfgroup hack. Add introduced values to new contentcontrol APIs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
196
diff
changeset
|
68 |
<unit bldFile="networkprotocolmodules/suplproxyprotocolmodule/sfgroup" mrp="networkprotocolmodules/suplproxyprotocolmodule/group/lbs_suplproxyprotocolmodule.mrp"/> |
196
b63fe30d6d26
Reinstate "removed components" in os/lbs which are still present and needed in wk17 drop of S^3
William Roberts <williamr@symbian.org>
parents:
167
diff
changeset
|
69 |
</component> |
b63fe30d6d26
Reinstate "removed components" in os/lbs which are still present and needed in wk17 drop of S^3
William Roberts <williamr@symbian.org>
parents:
167
diff
changeset
|
70 |
<component id="suplprotocolmodule" name="SUPL Protocol Module" introduced="^2" deprecated="^2" purpose="optional" class="plugin"> |
200
6337e330f518
Fix LBS to point to proper sfgroup hack. Add introduced values to new contentcontrol APIs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
196
diff
changeset
|
71 |
<!-- hack for Foundation builds needed while collection is reorganised into proper components --> |
6337e330f518
Fix LBS to point to proper sfgroup hack. Add introduced values to new contentcontrol APIs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
196
diff
changeset
|
72 |
<unit bldFile="networkprotocolmodules/suplprotocolmodule/sfgroup" mrp="networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/> |
196
b63fe30d6d26
Reinstate "removed components" in os/lbs which are still present and needed in wk17 drop of S^3
William Roberts <williamr@symbian.org>
parents:
167
diff
changeset
|
73 |
</component> |
115
92aad91b04df
Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
114
diff
changeset
|
74 |
<component id="suplrrlpasn1" filter="sf_build" name="SUPL RRLP ASN1 Parser"> |
92aad91b04df
Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
114
diff
changeset
|
75 |
<!-- hack for Foundation builds needed while collection is reorganised into proper components --> |
114
f935cd69ee52
Added suplrrlpasn1 and suplrrlpprotocol components
William Roberts <williamr@symbian.org>
parents:
106
diff
changeset
|
76 |
<unit bldFile="networkprotocolmodules/common/suplrrlpasn1/group"/> |
f935cd69ee52
Added suplrrlpasn1 and suplrrlpprotocol components
William Roberts <williamr@symbian.org>
parents:
106
diff
changeset
|
77 |
</component> |
200
6337e330f518
Fix LBS to point to proper sfgroup hack. Add introduced values to new contentcontrol APIs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
196
diff
changeset
|
78 |
<component id="suplrrlpprotocol" name="SUPL RRLP Protocol Module"> |
196
b63fe30d6d26
Reinstate "removed components" in os/lbs which are still present and needed in wk17 drop of S^3
William Roberts <williamr@symbian.org>
parents:
167
diff
changeset
|
79 |
<!-- hack for Foundation builds needed while collection is reorganised into proper components --> |
200
6337e330f518
Fix LBS to point to proper sfgroup hack. Add introduced values to new contentcontrol APIs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
196
diff
changeset
|
80 |
<unit bldFile="networkprotocolmodules/suplcontrolplaneprotocols/common/suplrrlpprotocol/sfgroup"/> |
196
b63fe30d6d26
Reinstate "removed components" in os/lbs which are still present and needed in wk17 drop of S^3
William Roberts <williamr@symbian.org>
parents:
167
diff
changeset
|
81 |
</component> |
47
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
82 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
83 |
<collection id="lbsapitest" name="Location API Tests" level="application-interface"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
84 |
<component id="lbshaitest" name="Location HAI Tests" introduced="^2" purpose="development" filter="test"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
85 |
<unit mrp="lbsapitest/lbshaitest/group/lbshaitest.mrp" bldFile="lbsapitest/lbshaitest/group"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
86 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
87 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
88 |
<collection id="lbs_info" name="Locating Services Info" level="application-interface"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
89 |
<component id="lbs_metadata" name="Locating Services Metadata" class="config" introduced="^2" purpose="development" target="desktop"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
90 |
<unit mrp="lbs_info/lbs_metadata/lbs_metadata.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
91 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
92 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
93 |
</package> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
94 |
</SystemDefinition> |