symbian3/app/location/package_definition.xml
branchHighFidelityModel
changeset 39 bd4651024dad
parent 31 b43c73b88658
child 141 27d9d356efbf
--- a/symbian3/app/location/package_definition.xml	Wed Jan 27 15:59:56 2010 +0000
+++ b/symbian3/app/location/package_definition.xml	Thu Jan 28 14:49:47 2010 +0000
@@ -1,109 +1,192 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE SystemDefinition [
- <!ELEMENT SystemDefinition (systemModel?,SystemBuild?)>
- <!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED>
- <!ELEMENT systemModel (layer+)>
- <!ELEMENT layer (block*|collection*)*>
- <!ATTLIST layer
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED>
- <!ELEMENT block (subblock*|collection*)*>
- <!ATTLIST block
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED>
- <!ELEMENT subblock (collection)*>
- <!ATTLIST subblock
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED>
- <!ELEMENT collection (component)*>
- <!ATTLIST collection
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  level NMTOKEN #IMPLIED>
- <!ELEMENT component (unit)*>
- <!ATTLIST component
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  deprecated CDATA #IMPLIED
-  introduced CDATA #IMPLIED
-  contract CDATA #IMPLIED
-  plugin (Y|N) 'N'
-  filter CDATA #IMPLIED
-  class NMTOKENS #IMPLIED
-  supports CDATA #IMPLIED
-  purpose (optional|mandatory|development) 'optional'>
- <!ELEMENT unit EMPTY>
- <!ATTLIST unit
-  mrp CDATA #IMPLIED
-  filter CDATA #IMPLIED
-  bldFile CDATA #IMPLIED
-  root CDATA #IMPLIED
-  version NMTOKEN #IMPLIED
-  prebuilt NMTOKEN #IMPLIED
-  late (Y|N) #IMPLIED
-  priority CDATA #IMPLIED>
- <!ELEMENT SystemBuild (option*|target+|targetList+|list+|configuration+)*>
- <!ATTLIST SystemBuild schema CDATA #REQUIRED>
- <!ELEMENT list (ref+)>
- <!ATTLIST list
-  name ID #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT ref EMPTY>
- <!ATTLIST ref item CDATA #REQUIRED>
- <!ELEMENT targetList EMPTY>
- <!ATTLIST targetList
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  target IDREFS #REQUIRED>
- <!ELEMENT target EMPTY>
- <!ATTLIST target
-  name ID #REQUIRED
-  abldTarget CDATA #REQUIRED
-  description CDATA #REQUIRED>
- <!ELEMENT option EMPTY>
- <!ATTLIST option
-  name ID #REQUIRED
-  abldOption CDATA #REQUIRED
-  description CDATA #REQUIRED
-  enable (Y|N) #REQUIRED>
- <!ELEMENT configuration (listRef+|ref+|task+)*>
- <!ATTLIST configuration
-  name ID #REQUIRED
-  description CDATA #REQUIRED
-  filter CDATA #REQUIRED>
- <!ELEMENT task (listRef*,(buildLayer|specialInstructions))>
- <!ELEMENT listRef EMPTY>
- <!ATTLIST listRef list CDATA #REQUIRED>
- <!ELEMENT buildLayer EMPTY>
- <!ATTLIST buildLayer
-  command CDATA #REQUIRED
-  targetList IDREFS #IMPLIED
-  unitParallel (Y|N) #REQUIRED
-  targetParallel (Y|N) 'N'>
- <!ELEMENT specialInstructions EMPTY>
- <!ATTLIST specialInstructions
-  name CDATA #REQUIRED
-  cwd CDATA #REQUIRED
-  root CDATA #IMPLIED
-  command CDATA #REQUIRED>
-]>
-<SystemDefinition schema="2.0.1" name="Symbian^3">
-<systemModel>
-<layer name="app" long-name="Applications" levels="services apps">
-<block name="location" level="apps" long-name="Location Apps">
-<collection name="s60">
-<component name="location">
-<unit bldFile="/sf/app/location/group" mrp=""/>
-</component>
-</collection>
-</block>
-</layer>
-</systemModel>
-</SystemDefinition>
\ No newline at end of file
+<!DOCTYPE SystemDefinition [
+<!ELEMENT SystemDefinition ( systemModel )>
+<!ATTLIST SystemDefinition
+  name CDATA #REQUIRED
+  schema CDATA #REQUIRED
+>
+<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
+
+<!-- System Model Section of DTD -->
+<!ELEMENT systemModel (layer+)>
+
+<!ELEMENT layer (block* | collection*)*>
+<!-- Kernel Services, Base Services, OS Services, Etc -->
+<!ATTLIST layer
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+  levels NMTOKENS #IMPLIED
+  span CDATA #IMPLIED
+>
+
+<!ELEMENT block (subblock* | collection*)*>
+ <!-- Generic OS services, Comms Services, etc -->
+<!ATTLIST block
+  levels NMTOKENS #IMPLIED
+  span CDATA #IMPLIED
+  level NMTOKEN #IMPLIED
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+>
+
+<!ELEMENT subblock (collection)*>
+<!-- Cellular Baseband Services, Networking Services, etc -->
+<!ATTLIST subblock
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+>
+
+<!ELEMENT collection (component)*>
+<!-- Screen Driver, Content Handling, etc -->
+<!ATTLIST collection
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+  level NMTOKEN #IMPLIED
+>
+
+<!ELEMENT component (unit)*>
+<!-- contains units or is a  package or prebuilt -->
+<!ATTLIST component
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+  deprecated CDATA #IMPLIED
+  introduced CDATA #IMPLIED
+  contract CDATA #IMPLIED
+  plugin (Y|N) "N"
+  filter CDATA #IMPLIED
+  class NMTOKENS #IMPLIED
+  supports CDATA #IMPLIED
+  purpose ( optional | mandatory | development ) "optional"
+>
+
+<!ELEMENT unit EMPTY >
+<!-- must be buildable (bld.inf) -->
+<!-- bldFile  may someday be removed in favour of mrp -->
+<!ATTLIST unit
+  mrp CDATA #IMPLIED
+  filter CDATA #IMPLIED
+  bldFile CDATA #IMPLIED
+  root CDATA #IMPLIED
+  version NMTOKEN #IMPLIED
+  prebuilt NMTOKEN #IMPLIED
+  late (Y|N) #IMPLIED
+  priority CDATA #IMPLIED
+>
+]>
+<SystemDefinition name="Symbian^3" schema="2.0.1">
+  <systemModel>
+    <layer name="app" long-name="Applications" levels="services apps">
+      <block name="location" level="apps" long-name="Location Apps" levels="ui events loc apps">
+        <collection name="basiclocationinfodisplay" long-name="Basic Location Info Display" level="ui">
+          <component name="blid" filter="s60" long-name="Basic Location Info Display Build">
+            <unit bldFile="/sf/app/location/basiclocationinfodisplay/blid/group"/>
+          </component>
+        </collection>
+        <collection name="landmarksui" long-name="Landmarks UI" level="loc">
+          <component name="landmarksui_help" filter="s60" long-name="Landmarks UI Help">
+            <unit bldFile="/sf/app/location/landmarksui/help/group"/>
+          </component>
+          <component name="landmarksui_engine" filter="s60" long-name="Landmarks UI Engine">
+            <unit bldFile="/sf/app/location/landmarksui/engine/group"/>
+          </component>
+          <component name="uicontrols" filter="s60" long-name="Landmarks UI Controls">
+            <unit bldFile="/sf/app/location/landmarksui/uicontrols/group"/>
+          </component>
+          <component name="landmarksui_commonui" filter="s60" long-name="Landmarks Common UI">
+            <unit bldFile="/sf/app/location/landmarksui/commonui/group"/>
+          </component>
+          <component name="landmarksui_app" filter="s60" long-name="Landmarks Application">
+            <unit bldFile="/sf/app/location/landmarksui/app/group"/>
+          </component>
+          <component name="msgviewer" filter="s60" long-name="Landmarks Message Viewer">
+            <unit bldFile="/sf/app/location/landmarksui/msgviewer/group"/>
+          </component>
+          <component name="landmarksui_build" filter="s60" long-name="Landmarks UI Build">
+            <!-- consider distributing this into the other components or collapsing into a single component -->
+            <unit bldFile="/sf/app/location/landmarksui/group"/>
+          </component>
+        </collection>
+        <collection name="eventsui" long-name="Location Events UI" level="events">
+          <component name="eventsui_help" filter="s60" long-name="Events Help">
+            <unit bldFile="/sf/app/location/eventsui/help/group"/>
+          </component>
+          <component name="eventsutils" filter="s60" long-name="Events Utils">
+            <unit bldFile="/sf/app/location/eventsui/eventsutils/group"/>
+          </component>
+          <component name="eventsengine" filter="s60" long-name="Events Engine">
+            <unit bldFile="/sf/app/location/eventsui/eventsengine/group"/>
+          </component>
+          <component name="eventshandlerui" filter="s60" long-name="Events Handler UI">
+            <unit bldFile="/sf/app/location/eventsui/eventshandlerui/group"/>
+          </component>
+          <component name="eventseditor" filter="s60" long-name="Events Editor">
+            <unit bldFile="/sf/app/location/eventsui/eventseditor/group"/>
+          </component>
+          <component name="eventsmgmtui" filter="s60" long-name="Events Management UI">
+            <unit bldFile="/sf/app/location/eventsui/eventsmgmtui/group"/>
+          </component>
+          <component name="eventsui_build" filter="s60" long-name="Events UI Build">
+            <!-- consider distributing this into the other components or collapsing into a single component -->
+            <unit bldFile="/sf/app/location/eventsui/group"/>
+          </component>
+        </collection>
+        <collection name="locationlandmarksrefappfors60" long-name="Location Landmarks Reference App for S60" level="apps">
+          <!-- this is a component, needs to be moved down a directory -->
+          <component name="lmrefapp" filter="s60" long-name="Landmarks Reference Application">
+            <unit bldFile="/sf/app/location/locationlandmarksrefappfors60/group"/>
+          </component>
+        </collection>
+        <collection name="locationlandmarksuirefapp" long-name="Location Landmarks UI Reference App" level="apps">
+          <!-- this is a component, needs to be moved down a directory -->
+          <component name="lmuirefapp" filter="s60" long-name="Landmarks UI Reference Application">
+            <unit bldFile="/sf/app/location/locationlandmarksuirefapp/group"/>
+          </component>
+        </collection>
+        <collection name="locationsatviewrefapp" long-name="Location Satellite View Reference App" level="apps">
+          <!-- this is a component, needs to be moved down a directory -->
+          <component name="satellitereference" filter="s60" long-name="Satellite Info UI Reference Application">
+            <unit bldFile="/sf/app/location/locationsatviewrefapp/group"/>
+          </component>
+        </collection>
+        <collection name="simpsyconfigurator" long-name="Simulation PSY Configurator" level="ui">
+          <!-- this is a component, needs to be moved down a directory -->
+          <component name="simpsyui" filter="s60" long-name="Simulation PSY UI">
+            <unit bldFile="/sf/app/location/simpsyconfigurator/group"/>
+          </component>
+        </collection>
+        <collection name="mapnavproviderrefapp" long-name="Map and Navigation Provider Reference App" level="apps">
+          <!-- this is a component, needs to be moved down a directory -->
+          <component name="mapnavproviderrefapp_build" filter="s60" long-name="Map and Navigation Provider Reference Application">
+            <unit bldFile="/sf/app/location/mapnavproviderrefapp/group"/>
+          </component>
+        </collection>
+        <collection name="locationcentre" long-name="Location Centre" level="loc">
+          <component name="lcutils" long-name="Location Centre Utilities" filter="s60" introduced="^3">
+            <unit bldFile="/sf/app/location/locationcentre/lcutils/group"/>
+          </component>
+          <component name="lcservice" long-name="Location Centre Service Project" filter="s60" introduced="^3">
+            <unit bldFile="/sf/app/location/locationcentre/lcservice/group"/>
+          </component>
+          <component name="lcserver" long-name="Location Centre Server Project" filter="s60" introduced="^3">
+            <unit bldFile="/sf/app/location/locationcentre/lcserver/group"/>
+          </component>
+          <component name="lcapp" long-name="Location Centre Application" filter="s60" introduced="^3">
+            <unit bldFile="/sf/app/location/locationcentre/lcapp/group"/>
+          </component>
+          <component name="locationcentre_build" filter="s60" long-name="Location Centre Build" introduced="^3">
+            <!-- consider distributing this into the other components or collapsing into a single component -->
+            <unit bldFile="/sf/app/location/locationcentre/group"/>
+          </component>
+        </collection>
+        <collection name="location_info" long-name="Location Apps Info" level="loc">
+          <component name="loc_pub" filter="s60" long-name="Location Apps Public Interfaces" class="api">
+            <unit bldFile="/sf/app/location/loc_pub/group"/>
+          </component>
+          <component name="loc_plat" filter="s60" long-name="Location Apps Platform Interfaces" introduced="^3" class="api">
+            <unit bldFile="/sf/app/location/loc_plat/group"/>
+          </component>
+        </collection>
+      </block>
+    </layer>
+  </systemModel>
+</SystemDefinition>