symbian3/app/contentcontrol/package_definition.xml
author William Roberts <williamr@symbian.org>
Wed, 05 May 2010 16:36:37 +0100
branchHighFidelityModel
changeset 197 51975d1f3d70
parent 147 af12043c2836
child 200 6337e330f518
permissions -rw-r--r--
Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
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"?>
197
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
     2
<!DOCTYPE SystemDefinition [
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
     4
<!ATTLIST SystemDefinition
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
     5
  name CDATA #REQUIRED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
     6
  schema CDATA #REQUIRED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
     7
>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
     9
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    10
<!-- System Model Section of DTD -->
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    11
<!ELEMENT systemModel (layer+)>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    12
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    15
<!ATTLIST layer
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    16
  name CDATA #REQUIRED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    17
  long-name CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    18
  levels NMTOKENS #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    19
  span CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    20
>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    21
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    24
<!ATTLIST block
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    25
  levels NMTOKENS #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    26
  span CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    27
  level NMTOKEN #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    28
  name CDATA #REQUIRED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    29
  long-name CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    30
>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    31
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    32
<!ELEMENT subblock (collection)*>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    34
<!ATTLIST subblock
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    35
  name CDATA #REQUIRED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    36
  long-name CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    37
>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    38
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    39
<!ELEMENT collection (component)*>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    41
<!ATTLIST collection
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    42
  name CDATA #REQUIRED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    43
  long-name CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    44
  level NMTOKEN #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    45
>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    46
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    47
<!ELEMENT component (unit)*>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    49
<!ATTLIST component
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    50
  name CDATA #REQUIRED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    51
  long-name CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    52
  deprecated CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    53
  introduced CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    54
  contract CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    55
  plugin (Y|N) "N"
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    56
  filter CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    57
  class NMTOKENS #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    58
  supports CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    60
>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    61
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    62
<!ELEMENT unit EMPTY >
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    63
<!-- must be buildable (bld.inf) -->
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    65
<!ATTLIST unit
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    66
  mrp CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    67
  filter CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    68
  bldFile CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    69
  root CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    70
  version NMTOKEN #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    72
  late (Y|N) #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    73
  priority CDATA #IMPLIED
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    74
>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    75
]>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    77
  <systemModel>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    78
    <layer name="app" long-name="Applications" levels="services apps">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    79
      <block name="contentcontrol" level="services" long-name="Content Control Daemons" levels="plugin app">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
    80
        <collection name="contentctrl_plat" long-name="Content Control Daemons Platforn Interfaces" level="app">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
    81
          <component name="oma_ds_presync_plugin_api" long-name="OMA DS PreSync Plugin API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
    82
            <unit bldFile="/sf/app/contentcontrol/contentctrl_plat/oma_ds_presync_plugin_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
    83
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
    84
          <component name="ds_agenda_handler_plugin_api" long-name="DS Agenda Handler Plugin API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
    85
            <unit bldFile="/sf/app/contentcontrol/contentctrl_plat/ds_agenda_handler_plugin_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
    86
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
    87
          <component name="ds_folder_util_api" long-name="DS Folder Util API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
    88
            <unit bldFile="/sf/app/contentcontrol/contentctrl_plat/ds_folder_util_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
    89
          </component>
197
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    90
          <component name="adapter_customization_api" long-name="Adapter Customization API" filter="s60" class="api">
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    91
            <unit bldFile="/sf/app/contentcontrol/contentctrl_plat/adapter_customization_api/group"/>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    92
          </component>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    93
          <component name="ds_data_modification_api" long-name="DS Data Modification API" filter="s60" class="api">
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    94
            <unit bldFile="/sf/app/contentcontrol/contentctrl_plat/ds_data_modification_api/group"/>
51975d1f3d70 Add new API components ds_data_modification_api and adapter_customization_api to app/contentcontrol
William Roberts <williamr@symbian.org>
parents: 147
diff changeset
    95
          </component>
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
    96
        </collection>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    97
        <collection name="dsdcmoadapter" long-name="Data Sync DCMO Adapter" level="plugin">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    98
          <!-- Component at wrong rank, should move down a directory -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    99
          <component name="dsdcmoadapter_build" filter="s60" long-name="Data Sync Control DCMO Adapter">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   100
            <unit bldFile="/sf/app/contentcontrol/dsdcmoadapter/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   101
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   102
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   103
        <collection name="omads" long-name="OMA Data Sync" level="app">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   104
          <component name="omadsappui" filter="s60" long-name="OMA DS Application UI">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   105
            <unit bldFile="/sf/app/contentcontrol/omads/omadsappui/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   106
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   107
          <component name="omadsextensions" filter="s60" long-name="OMA DS Extensions" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   108
            <unit bldFile="/sf/app/contentcontrol/omads/omadsextensions/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   109
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   110
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   111
      </block>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   112
    </layer>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   113
  </systemModel>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   114
</SystemDefinition>