symbian4/app/photos/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 174 e7654a759056
child 316 079a06b9ec58
--- a/symbian4/app/photos/package_definition.xml	Wed May 26 17:18:20 2010 +0100
+++ b/symbian4/app/photos/package_definition.xml	Wed May 26 17:30:43 2010 +0100
@@ -1,131 +1,53 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!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^4" schema="2.0.1">
-  <systemModel>
-    <layer name="app" long-name="Applications" levels="services apps">
-      <block name="photos" level="apps" long-name="Photos" levels="util support ui app">
-        <collection name="photos_group" long-name="Photos Group" level="support">
-          <component name="photos_group_build" filter="s60" long-name="Photos Group Build" introduced="^4" class="placeholder">
-            <!--<unit bldFile="group" qt:proFile="group.pro"/> -->
-          </component>
-        </collection>
-        <collection name="photos_loggers" long-name="Photos Loggers" level="util">
-          <component name="photos_loggerqt" filter="s60" long-name="Photos Logger Qt" introduced="^4" class="placeholder">
-            <!--<unit bldFile="loggers/loggerqt" qt:proFile="loggerqt.pro"/> -->
-          </component>
-        </collection>
-        <collection name="photos_commonutilities" long-name="Photos Common Utilities" level="util">
-          <component name="photos_externalutility" filter="s60" long-name="Photos External Utility" introduced="^4" class="placeholder">
-            <!--<unit bldFile="commonutilities/externalutility" qt:proFile="externalutility.pro"/> -->
-          </component>
-          <component name="imagedecoderwrapper" filter="s60" long-name="Image Decoder Wrapper" introduced="^4" class="placeholder">
-            <!--<unit bldFile="commonutilities/imagedecoderwrapper" qt:proFile="imagedecoderwrapper.pro"/> -->
-          </component>
-        </collection>
-        <collection name="photos_ui" long-name="Photos UI" level="ui">
-          <component name="photos_uiengine" filter="s60" long-name="Photos UI Engine" introduced="^4" class="placeholder">
-            <!--<unit bldFile="ui/uiengine" qt:proFile="uiengine.pro"/> -->
-          </component>
-          <component name="photos_commandhandlers" filter="s60" long-name="Photos Command Handlers" introduced="^4" class="placeholder">
-            <!--<unit bldFile="ui/commandhandlers" qt:proFile="commandhandlers.pro"/> -->
-          </component>
-          <component name="photos_views" filter="s60" long-name="Photos Views" introduced="^4" class="placeholder">
-            <!--<unit bldFile="ui/views" qt:proFile="views.pro"/> -->
-          </component>
-          <component name="photos_viewmanagement" filter="s60" long-name="Photos View Management" introduced="^4" class="placeholder">
-            <!--<unit bldFile="ui/viewmanagement" qt:proFile="viewmanagement.pro"/> -->
-          </component>
-        </collection>
-        <collection name="photos_main" long-name="Photos Main" level="support">
-          <component name="photos_main_build" filter="s60" long-name="Photos Main Build" introduced="^4" class="placeholder">
-            <!--<unit bldFile="main" qt:proFile="main.pro"/> -->
-          </component>
-        </collection>
-        <collection name="imageviewerapp" long-name="Image Viewer App" level="support">
-          <component name="imageviewerapp_build" filter="s60" long-name="Image Viewer App Build" introduced="^4" class="placeholder">
-            <!--<unit bldFile="imageviewerapp" qt:proFile="imageviewerapp.pro"/> -->
-          </component>
-        </collection>
-        <collection name="photos_info" long-name="Photos Info" level="support">
-          <component name="photos_build" filter="s60" long-name="Photos Build" introduced="^4">
-            <!--  split this up into the above components  -->
-            <unit bldFile="/sf/app/photos/." proFile="photos.pro"/>
-          </component>
-        </collection>
-      </block>
-    </layer>
-  </systemModel>
+<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
+ <package id="photos" name="Photos" levels="util support ui app">
+  <collection id="photos_group" name="Photos Group" level="support">
+   <component id="photos_group_build" filter="s60" name="Photos Group Build" introduced="^4">
+    <!--<unit bldFile="group" qt:proFile="group.pro"/> -->
+   </component>
+  </collection>
+  <collection id="photos_loggers" name="Photos Loggers" level="util">
+   <component id="photos_loggerqt" filter="s60" name="Photos Logger Qt" introduced="^4">
+    <!--<unit bldFile="loggers/loggerqt" qt:proFile="loggerqt.pro"/> -->
+   </component>
+  </collection>
+  <collection id="photos_commonutilities" name="Photos Common Utilities" level="util">
+   <component id="photos_externalutility" filter="s60" name="Photos External Utility" introduced="^4">
+    <!--<unit bldFile="commonutilities/externalutility" qt:proFile="externalutility.pro"/> -->
+   </component>
+   <component id="imagedecoderwrapper" filter="s60" name="Image Decoder Wrapper" introduced="^4">
+    <!--<unit bldFile="commonutilities/imagedecoderwrapper" qt:proFile="imagedecoderwrapper.pro"/> -->
+   </component>
+  </collection>
+  <collection id="photos_ui" name="Photos UI" level="ui">
+   <component id="photos_uiengine" filter="s60" name="Photos UI Engine" introduced="^4">
+    <!--<unit bldFile="ui/uiengine" qt:proFile="uiengine.pro"/> -->
+   </component>
+   <component id="photos_commandhandlers" filter="s60" name="Photos Command Handlers" introduced="^4">
+    <!--<unit bldFile="ui/commandhandlers" qt:proFile="commandhandlers.pro"/> -->
+   </component>
+   <component id="photos_views" filter="s60" name="Photos Views" introduced="^4">
+    <!--<unit bldFile="ui/views" qt:proFile="views.pro"/> -->
+   </component>
+   <component id="photos_viewmanagement" filter="s60" name="Photos View Management" introduced="^4">
+    <!--<unit bldFile="ui/viewmanagement" qt:proFile="viewmanagement.pro"/> -->
+   </component>
+  </collection>
+  <collection id="photos_main" name="Photos Main" level="support">
+   <component id="photos_main_build" filter="s60" name="Photos Main Build" introduced="^4">
+    <!--<unit bldFile="main" qt:proFile="main.pro"/> -->
+   </component>
+  </collection>
+  <collection id="imageviewerapp" name="Image Viewer App" level="support">
+   <component id="imageviewerapp_build" filter="s60" name="Image Viewer App Build" introduced="^4">
+    <!--<unit bldFile="imageviewerapp" qt:proFile="imageviewerapp.pro"/> -->
+   </component>
+  </collection>
+  <collection id="photos_info" name="Photos Info" level="support">
+   <component id="photos_build" filter="s60" name="Photos Build" introduced="^4">
+    <!--  split this up into the above components  -->
+    <unit bldFile="." qt:proFile="photos.pro"/>
+   </component>
+  </collection>
+ </package>
 </SystemDefinition>