symbian3/os/wlan/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Thu, 18 Feb 2010 13:25:39 +0000
branchHighFidelityModel
changeset 79 be4b446b3f5f
parent 47 424ba1d4ccef
child 141 27d9d356efbf
permissions -rw-r--r--
More integration issues
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
47
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     2
<!DOCTYPE SystemDefinition [
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     4
<!ATTLIST SystemDefinition
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     5
  name CDATA #REQUIRED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     6
  schema CDATA #REQUIRED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     7
>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     9
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    10
<!-- System Model Section of DTD -->
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    11
<!ELEMENT systemModel (layer+)>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    12
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    15
<!ATTLIST layer
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    16
  name CDATA #REQUIRED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    17
  long-name CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    18
  levels NMTOKENS #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    19
  span CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    20
>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    21
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    24
<!ATTLIST block
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    25
  levels NMTOKENS #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    26
  span CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    27
  level NMTOKEN #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    28
  name CDATA #REQUIRED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    29
  long-name CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    30
>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    31
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    32
<!ELEMENT subblock (collection)*>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    34
<!ATTLIST subblock
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    35
  name CDATA #REQUIRED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    36
  long-name CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    37
>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    38
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    39
<!ELEMENT collection (component)*>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    41
<!ATTLIST collection
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    42
  name CDATA #REQUIRED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    43
  long-name CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    44
  level NMTOKEN #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    45
>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    46
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    47
<!ELEMENT component (unit)*>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    49
<!ATTLIST component
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    50
  name CDATA #REQUIRED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    51
  long-name CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    52
  deprecated CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    53
  introduced CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    54
  contract CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    55
  plugin (Y|N) "N"
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    56
  filter CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    57
  class NMTOKENS #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    58
  supports CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    60
>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    61
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    62
<!ELEMENT unit EMPTY >
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    63
<!-- must be buildable (bld.inf) -->
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    65
<!ATTLIST unit
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    66
  mrp CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    67
  filter CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    68
  bldFile CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    69
  root CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    70
  version NMTOKEN #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    72
  late (Y|N) #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    73
  priority CDATA #IMPLIED
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    74
>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    75
]>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    77
  <systemModel>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    78
    <layer name="os" long-name="OS" levels="hw services">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    79
      <block name="wlan" level="services" long-name="WLAN" levels="hw low mid high tools test">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    80
        <collection name="wlan_bearer" long-name="WLAN Bearer" level="hw">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    81
          <component name="wlanpsmplugin" filter="s60" long-name="WLAN PSM Plugin" plugin="Y">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    82
            <unit bldFile="/sf/os/wlan/wlan_bearer/wlanpsmplugin/group"/>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    83
          </component>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    84
          <component name="wlanagent" filter="s60" long-name="WLAN Agent">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    85
            <unit bldFile="/sf/os/wlan/wlan_bearer/wlanagent/group"/>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    86
          </component>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    87
          <component name="wlandbif_cd" filter="s60" long-name="WLAN CommsDat interface">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    88
            <unit bldFile="/sf/os/wlan/wlan_bearer/wlandbif_cd/group"/>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    89
          </component>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    90
          <!-- should follow component directory rules for stuff in wlan_symbian/ and put in a single component or split up properly -->
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    91
          <component name="wlanengine" filter="s60" long-name="WLAN Engine">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    92
            <unit bldFile="/sf/os/wlan/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/group"/>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    93
          </component>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    94
          <component name="wlanldd" filter="s60" long-name="WLAN LDD">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    95
            <unit bldFile="/sf/os/wlan/wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/group"/>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    96
          </component>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    97
          <component name="wlannwif" filter="s60" long-name="WLAN Network Interface">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    98
            <unit bldFile="/sf/os/wlan/wlan_bearer/wlannwif/group"/>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    99
          </component>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   100
        </collection>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   101
        <collection name="wlanapitest" long-name="WLAN API Tests" level="test">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   102
          <component name="wlanhaitest" long-name="WLAN HAI Tests" introduced="^2" purpose="development" filter="test">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   103
            <unit mrp="/sf/os/wlan/wlanapitest/wlanhaitest/group/wlanhaitest.mrp" bldFile="/sf/os/wlan/wlanapitest/wlanhaitest/group"/>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   104
          </component>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   105
        </collection>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   106
        <collection name="wlan_info" long-name="WLAN Info" level="test">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   107
          <component name="wlan_pub" filter="s60" long-name="WLAN Public Interfaces" class="api">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   108
            <unit bldFile="/sf/os/wlan/wlan_pub/group"/>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   109
          </component>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   110
          <component name="wlan_plat" filter="s60" long-name="WLAN Platform Interfaces" class="api">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   111
            <unit bldFile="/sf/os/wlan/wlan_plat/group"/>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   112
          </component>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   113
          <component name="wlan_metadata" long-name="WLAN Metadata" introduced="^2" purpose="development" class="config PC">
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   114
            <unit mrp="/sf/os/wlan/wlan_info/wlan_metadata/wlan_metadata.mrp"/>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   115
          </component>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   116
        </collection>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   117
      </block>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   118
    </layer>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   119
  </systemModel>
424ba1d4ccef Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   120
</SystemDefinition>