symbian3/os/lbs/package_definition.xml
author srilekhas <srilekhas@symbian.org>
Mon, 06 Sep 2010 17:10:48 +0100
branchHighFidelityModel
changeset 389 78746c813c8c
parent 245 30e67220bf86
child 415 90428c3c6842
permissions -rw-r--r--
Updated lbs and remotemgmt phg defn files
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 -->
389
78746c813c8c Updated lbs and remotemgmt phg defn files
srilekhas <srilekhas@symbian.org>
parents: 245
diff changeset
    68
        <unit bldFile="networkprotocolmodules/suplproxyprotocolmodule/group" 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 -->
389
78746c813c8c Updated lbs and remotemgmt phg defn files
srilekhas <srilekhas@symbian.org>
parents: 245
diff changeset
    72
        <unit bldFile="networkprotocolmodules/suplprotocolmodule/SuplConnectionManager/group" mrp="networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/>
78746c813c8c Updated lbs and remotemgmt phg defn files
srilekhas <srilekhas@symbian.org>
parents: 245
diff changeset
    73
      </component>
78746c813c8c Updated lbs and remotemgmt phg defn files
srilekhas <srilekhas@symbian.org>
parents: 245
diff changeset
    74
	  <component id="suplprotocolmodule" name="SUPL Protocol Module" introduced="^2" deprecated="^2" purpose="optional" class="plugin">
78746c813c8c Updated lbs and remotemgmt phg defn files
srilekhas <srilekhas@symbian.org>
parents: 245
diff changeset
    75
        <!-- hack for Foundation builds needed while collection is reorganised into proper components -->
78746c813c8c Updated lbs and remotemgmt phg defn files
srilekhas <srilekhas@symbian.org>
parents: 245
diff changeset
    76
        <unit bldFile="networkprotocolmodules/suplprotocolmodule/HostSettingsApi/group" mrp="networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/>
78746c813c8c Updated lbs and remotemgmt phg defn files
srilekhas <srilekhas@symbian.org>
parents: 245
diff changeset
    77
      </component>
78746c813c8c Updated lbs and remotemgmt phg defn files
srilekhas <srilekhas@symbian.org>
parents: 245
diff changeset
    78
      <component id="suplprotocolmodule" name="SUPL Protocol Module" introduced="^2" deprecated="^2" purpose="optional" class="plugin">
78746c813c8c Updated lbs and remotemgmt phg defn files
srilekhas <srilekhas@symbian.org>
parents: 245
diff changeset
    79
        <!-- hack for Foundation builds needed while collection is reorganised into proper components -->
78746c813c8c Updated lbs and remotemgmt phg defn files
srilekhas <srilekhas@symbian.org>
parents: 245
diff changeset
    80
        <unit bldFile="networkprotocolmodules/suplprotocolmodule/SuplPushAPI/group" 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
    81
      </component>
115
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 114
diff changeset
    82
      <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
    83
        <!-- hack for Foundation builds needed while collection is reorganised into proper components -->
389
78746c813c8c Updated lbs and remotemgmt phg defn files
srilekhas <srilekhas@symbian.org>
parents: 245
diff changeset
    84
        <unit bldFile="networkprotocolmodules/suplpmcore/suplrrlpasn1/group"/>
114
f935cd69ee52 Added suplrrlpasn1 and suplrrlpprotocol components
William Roberts <williamr@symbian.org>
parents: 106
diff changeset
    85
      </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
    86
      <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
    87
        <!-- hack for Foundation builds needed while collection is reorganised into proper components -->
389
78746c813c8c Updated lbs and remotemgmt phg defn files
srilekhas <srilekhas@symbian.org>
parents: 245
diff changeset
    88
        <unit bldFile="networkprotocolmodules/suplcontrolplaneprotocols/suplrrlpprotocol/group"/>
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
    89
      </component>
47
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    90
    </collection>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    91
    <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
    92
      <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
    93
        <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
    94
      </component>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    95
    </collection>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    96
    <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
    97
      <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
    98
        <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
    99
      </component>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   100
    </collection>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   101
  </package>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   102
</SystemDefinition>