symbian3/os/deviceplatformrelease/foundation_system/system_model/system_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Fri, 29 Jan 2010 11:54:00 +0000
branchHighFidelityModel
changeset 41 af857589b11a
child 42 82a6c2dffce1
permissions -rw-r--r--
Add a root system definition to test building the model
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel | layer | package | collection | component)>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     4
<!ATTLIST SystemDefinition
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     5
  schema CDATA #REQUIRED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     6
  id-namespace CDATA "http://www.symbian.org/system-definition"
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     7
>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     8
<!-- this DTD describes schema="3.0.0" --> 
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     9
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    10
<!-- all relative paths are relative to this file
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    11
	all absolute paths are relative to the environment variable specified by the root attribute, or SRCROOT if not.  -->
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    12
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    13
<!-- Container for metadata
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    14
	meta, if present, should always be the first element in the parent 
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    15
	 -->
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    16
<!ELEMENT meta ANY>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    17
<!ATTLIST meta
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    18
  href		CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    19
  type	CDATA "auto"
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    20
  rel	CDATA "Generic"
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    21
>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    22
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    23
<!-- systemModel element has name but no ID -->
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    24
<!ELEMENT systemModel (meta*, layer+)>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    25
<!ATTLIST systemModel
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    26
  name CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    27
>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    28
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    29
<!-- All items from layer down to component should have either @href or at least one valid child item.
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    30
	Anything else will be considered a placeholder
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    31
	-->
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    32
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    33
<!ELEMENT layer (meta*, (package | collection)*)  >
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    34
<!ATTLIST layer
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    35
  id ID #REQUIRED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    36
  name CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    37
  href		CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    38
  levels NMTOKENS #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    39
  span CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    40
  before NMTOKEN #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    41
>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    42
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    43
<!ELEMENT package (meta*,  (package | collection)*)>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    44
 <!-- Nested packages are for backwards compatibility only -->
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    45
<!ATTLIST package
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    46
  id ID #REQUIRED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    47
  name CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    48
  version CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    49
  tech-domain CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    50
  href	 CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    51
  levels NMTOKENS #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    52
  span CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    53
  level NMTOKEN #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    54
  before NMTOKEN #IMPLIED  
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    55
>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    56
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    57
<!ELEMENT collection (meta*, (component* ))>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    58
<!ATTLIST collection
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    59
  id ID #REQUIRED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    60
  name CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    61
  href		CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    62
  level NMTOKEN #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    63
  before NMTOKEN #IMPLIED  
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    64
>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    65
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    66
<!ELEMENT component (meta*, unit*)>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    67
<!-- contains units or is a placeholder -->
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    68
<!ATTLIST component
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    69
  id ID #REQUIRED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    70
  name CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    71
  href		CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    72
  deprecated CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    73
  introduced CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    74
  target  ( device | desktop | other ) "device"
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    75
  purpose ( optional | mandatory | development ) "optional"  
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    76
  class NMTOKENS #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    77
  filter CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    78
  before NMTOKEN #IMPLIED  
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    79
  origin-model CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    80
>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    81
<!--
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    82
	"filter" attribute is deprecated
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    83
	"origin-model" attribute is only to be inserted by tools when merging models
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    84
 	recommended class values are: doc, config, plugin, tool, api -->
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    85
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    86
<!ELEMENT unit EMPTY >
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    87
<!ATTLIST unit
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    88
  mrp CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    89
  bldFile CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    90
  base CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    91
  root CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    92
  version NMTOKEN #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    93
  prebuilt NMTOKEN #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    94
  late (yes|no) #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    95
  filter CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    96
  priority CDATA #IMPLIED
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    97
>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    98
<!-- filter and priority are deprecated 
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    99
	"root" attribute will usually be inserted by tools when merging models, although it can be set manually-->
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   100
]>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   101
<SystemDefinition schema="3.0.0">
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   102
  <systemModel name="Symbian^3">
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   103
    <layer id="os" name="OS" levels="hw services">
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   104
      <package id="kernelhwsrv" level="hw" tech-domain="hb" href="../../../../os/kernelhwsrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   105
      <package id="boardsupport" level="hw" tech-domain="hb" href="../../../../os/boardsupport/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   106
      <package id="buildtools" level="hw" tech-domain="to" href="../../../../os/buildtools/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   107
      <package id="ossrv" level="services" tech-domain="hb" href="../../../../os/ossrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   108
      <package id="security" level="services" tech-domain="se" href="../../../../os/security/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   109
      <package id="persistentdata" level="services" tech-domain="hb" href="../../../../os/persistentdata/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   110
      <package id="devicesrv" level="services" tech-domain="hb" href="../../../../os/devicesrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   111
      <package id="lbs" level="services" tech-domain="lo" href="../../../../os/lbs/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   112
      <package id="commsfw" level="services" tech-domain="dc" href="../../../../os/commsfw/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   113
      <package id="networkingsrv" level="services" tech-domain="dc" href="../../../../os/networkingsrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   114
      <package id="wlan" level="services" tech-domain="dc" href="../../../../os/wlan/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   115
      <package id="cellularsrv" level="services" tech-domain="vc" href="../../../../os/cellularsrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   116
      <package id="bt" level="services" tech-domain="de" href="../../../../os/bt/package_definition_3.0.xml"/> 
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   117
      <package id="usb" level="services" tech-domain="de" href="../../../../os/usb/package_definition_3.0.xml"/> 
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   118
      <package id="mm" level="services" tech-domain="mm" href="../../../../os/mm/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   119
      <package id="imagingext" level="services" tech-domain="mm" href="../../../../os/imagingext/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   120
      <package id="graphics" level="services" tech-domain="ui" href="../../../../os/graphics/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   121
      <package id="textandloc" level="services" tech-domain="ui" href="../../../../os/textandloc/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   122
      <package id="xmlsrv" level="services" tech-domain="rt" href="../../../../os/xmlsrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   123
      <package id="deviceplatformrelease" level="services" tech-domain="to" href="../../../../os/deviceplatformrelease/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   124
      <package id="osrndtools" level="services" tech-domain="to" href="../../../../os/osrndtools/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   125
    </layer>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   126
    <layer id="mw" name="Middleware" levels="generic specific">
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   127
      <package id="appsupport" level="generic" tech-domain="rt" href="../../../../mw/appsupport/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   128
      <package id="securitysrv" level="generic" tech-domain="se" href="../../../../mw/securitysrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   129
      <package id="drm" level="generic" tech-domain="se" href="../../../../mw/drm/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   130
      <package id="locationsrv" level="specific" tech-domain="lo" href="../../../../mw/locationsrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   131
      <package id="accesssec" level="generic" tech-domain="dc" href="../../../../mw/accesssec/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   132
      <package id="ipconnmgmt" level="generic" tech-domain="dc" href="../../../../mw/ipconnmgmt/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   133
      <package id="netprotocols" level="generic" tech-domain="dc" href="../../../../mw/netprotocols/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   134
      <package id="ipappprotocols" level="generic" tech-domain="dc" href="../../../../mw/ipappprotocols/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   135
      <package id="wirelessacc" level="specific" tech-domain="dc" href="../../../../mw/wirelessacc/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   136
      <package id="vpnclient" level="specific" tech-domain="dc" href="../../../../mw/vpnclient/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   137
      <package id="ipappsrv" level="specific" tech-domain="vc" href="../../../../mw/ipappsrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   138
      <package id="phonesrv" level="specific" tech-domain="vc" href="../../../../mw/phonesrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   139
      <package id="messagingmw" level="specific" tech-domain="pr" href="../../../../mw/messagingmw/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   140
      <package id="imsrv" level="specific" tech-domain="pr" href="../../../../mw/imsrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   141
      <package id="legacypresence" level="specific" tech-domain="pr" href="../../../../mw/legacypresence/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   142
      <package id="opensrv" level="specific" tech-domain="pr" href="../../../../mw/opensrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   143
      <package id="remotemgmt" level="specific" tech-domain="dm" href="../../../../mw/remotemgmt/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   144
      <package id="networkingdm" level="generic" tech-domain="dm" href="../../../../mw/networkingdm/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   145
      <package id="remotestorage" level="generic" tech-domain="de" href="../../../../mw/remotestorage/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   146
      <package id="remoteconn" level="generic" tech-domain="de" href="../../../../mw/remoteconn/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   147
      <package id="srvdiscovery" level="generic" tech-domain="de" href="../../../../mw/srvdiscovery/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   148
      <package id="dlnasrv" level="specific" tech-domain="de" href="../../../../mw/dlnasrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   149
      <package id="btservices" level="generic" tech-domain="de" href="../../../../mw/btservices/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   150
      <package id="usbservices" level="generic" tech-domain="de" href="../../../../mw/usbservices/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   151
      <package id="imghandling" level="specific" tech-domain="mm" href="../../../../mw/imghandling/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   152
      <package id="metadatasrv" level="specific" tech-domain="mm" href="../../../../mw/metadatasrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   153
      <package id="mds" level="specific" tech-domain="mm" href="../../../../mw/mds/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   154
      <package id="mmuifw" level="specific" tech-domain="mm" href="../../../../mw/mmuifw/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   155
      <package id="videoutils" level="specific" tech-domain="mm" href="../../../../mw/videoutils/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   156
      <package id="mmmw" level="generic" tech-domain="mm" href="../../../../mw/mmmw/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   157
      <package id="helix" level="generic" tech-domain="mm" name="Helix"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   158
      <package id="camerasrv" level="specific" tech-domain="mm" href="../../../../mw/camerasrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   159
      <package id="mmappfw" level="specific" tech-domain="mm"  href="../../../../mw/mmappfw/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   160
      <package id="inputmethods" level="generic" tech-domain="ui" href="../../../../mw/inputmethods/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   161
      <package id="classicui" level="generic" tech-domain="ui" href="../../../../mw/classicui/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   162
      <package id="svgt" level="generic" tech-domain="ui" href="../../../../mw/svgt/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   163
      <package id="uiaccelerator" level="generic" tech-domain="ui" href="../../../../mw/uiaccelerator/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   164
      <package id="uiresources" level="generic" tech-domain="ui" href="../../../../mw/uiresources/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   165
      <package id="hapticsservices" level="generic" tech-domain="ui" href="../../../../mw/hapticsservices/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   166
      <package id="gsprofilesrv" level="generic" tech-domain="ui" href="../../../../mw/gsprofilesrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   167
      <package id="homescreensrv" level="specific" tech-domain="ui" href="../../../../mw/homescreensrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   168
      <package id="appinstall" level="generic" tech-domain="rt" href="../../../../mw/appinstall/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   169
      <package id="serviceapifw" level="specific" tech-domain="rt" href="../../../../mw/serviceapifw/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   170
      <package id="serviceapi" level="specific" tech-domain="rt" href="../../../../mw/serviceapi/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   171
      <package id="web" level="specific" tech-domain="rt" href="../../../../mw/web/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   172
      <package id="websrv" level="generic" tech-domain="rt" href="../../../../mw/websrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   173
      <package id="platformtools" level="generic" tech-domain="to" href="../../../../mw/platformtools/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   174
      <package id="uitools" level="specific" tech-domain="to" href="../../../../mw/uitools/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   175
    </layer>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   176
    <layer id="app" name="Applications" levels="services apps">
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   177
      <package id="location" level="apps" tech-domain="lo" href="../../../../app/location/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   178
      <package id="mmsharinguis" level="services" tech-domain="vc" href="../../../../app/mmsharinguis/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   179
      <package id="phone" level="apps" span="2" tech-domain="vc" href="../../../../app/phone/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   180
      <package id="videotelephony" level="apps" tech-domain="vc" href="../../../../app/videotelephony/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   181
      <package id="iptelephony" level="apps" tech-domain="vc" href="../../../../app/iptelephony/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   182
      <package id="settingsuis" level="services" tech-domain="dm" href="../../../../app/settingsuis/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   183
      <package id="contentcontrol" level="services" tech-domain="dm" href="../../../../app/contentcontrol/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   184
      <package id="devicecontrol" level="services" tech-domain="dm" href="../../../../app/devicecontrol/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   185
      <package id="printing" level="services" tech-domain="de" href="../../../../app/printing/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   186
      <package id="files" level="apps" tech-domain="pr" href="../../../../app/files/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   187
      <package id="contacts" level="apps" span="2" tech-domain="pr" href="../../../../app/contacts/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   188
      <package id="organizer" level="apps" span="2" tech-domain="pr" href="../../../../app/organizer/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   189
      <package id="messaging" level="apps" span="2" tech-domain="pr" href="../../../../app/messaging/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   190
      <package id="commonemail" level="apps" tech-domain="pr" href="../../../../app/commonemail/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   191
      <package id="conversations" level="apps" tech-domain="pr" href="../../../../app/conversations/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   192
      <package id="im" level="apps" tech-domain="pr" href="../../../../app/im/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   193
      <package id="utils" level="apps" tech-domain="pr" href="../../../../app/utils/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   194
      <package id="dictionary" level="services" tech-domain="pr" href="../../../../app/dictionary/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   195
      <package id="camera" level="apps" tech-domain="ma" href="../../../../app/camera/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   196
      <package id="imgeditor" level="apps" tech-domain="ma" name="Image Editor Apps"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   197
      <package id="videoeditor" level="apps" tech-domain="ma" name="Video Editor Apps"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   198
      <package id="videoplayer" level="apps" tech-domain="ma" href="../../../../app/videoplayer/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   199
      <package id="photos" level="apps" tech-domain="ma" href="../../../../app/photos/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   200
      <package id="musicplayer" level="apps" tech-domain="ma" href="../../../../app/musicplayer/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   201
      <package id="radio" level="apps" tech-domain="ma" href="../../../../app/radio/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   202
      <package id="internetradio" level="apps" tech-domain="ma" name="Internet Radio Apps"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   203
      <package id="tv" level="services" tech-domain="ma" name="TV Apps"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   204
      <package id="voicerec" level="apps" tech-domain="ma" href="../../../../app/voicerec/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   205
      <package id="screensaver" level="apps" tech-domain="ui" href="../../../../app/screensaver/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   206
      <package id="homescreen" level="apps" tech-domain="ui" href="../../../../app/homescreen/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   207
      <package id="graphicsuis" level="services" tech-domain="ui" href="../../../../app/graphicsuis/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   208
      <package id="profile" level="apps" tech-domain="ui" href="../../../../app/profile/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   209
      <package id="speechsrv" level="services" tech-domain="ui" href="../../../../app/speechsrv/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   210
      <package id="homescreentools" level="services" tech-domain="ui"  href="../../../../app/homescreentools/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   211
      <package id="webuis" level="services" tech-domain="rt" href="../../../../app/webuis/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   212
      <package id="jrt" level="services" tech-domain="rt" href="../../../../app/jrt/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   213
      <package id="conntools" level="services" tech-domain="dc" href="../../../../app/conntools/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   214
      <package id="rndtools" level="services" tech-domain="to" href="../../../../app/rndtools/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   215
      <package id="helps" level="apps" span="2" tech-domain="ui" href="../../../../app/helps/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   216
      <package id="techview" level="apps" span="2" tech-domain="ui" href="../../../../app/techview/package_definition_3.0.xml"/>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   217
    </layer>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   218
  </systemModel>
af857589b11a Add a root system definition to test building the model
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   219
</SystemDefinition>