symbian4/app/photos/package_definition.xml
changeset 305 123e27c43968
child 320 7975a56cd8c7
equal deleted inserted replaced
304:34513d6de7cd 305:123e27c43968
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!DOCTYPE SystemDefinition [
       
     3  <!ELEMENT SystemDefinition (systemModel)>
       
     4  <!ATTLIST SystemDefinition
       
     5   name CDATA #REQUIRED
       
     6   schema CDATA #REQUIRED>
       
     7  <!ELEMENT systemModel (layer+)>
       
     8  <!ELEMENT layer (block*|collection*)*>
       
     9  <!ATTLIST layer
       
    10   name CDATA #REQUIRED
       
    11   long-name CDATA #IMPLIED
       
    12   levels NMTOKENS #IMPLIED
       
    13   span CDATA #IMPLIED>
       
    14  <!ELEMENT block (subblock*|collection*)*>
       
    15  <!ATTLIST block
       
    16   levels NMTOKENS #IMPLIED
       
    17   span CDATA #IMPLIED
       
    18   level NMTOKEN #IMPLIED
       
    19   name CDATA #REQUIRED
       
    20   long-name CDATA #IMPLIED>
       
    21  <!ELEMENT subblock (collection)*>
       
    22  <!ATTLIST subblock
       
    23   name CDATA #REQUIRED
       
    24   long-name CDATA #IMPLIED>
       
    25  <!ELEMENT collection (component)*>
       
    26  <!ATTLIST collection
       
    27   name CDATA #REQUIRED
       
    28   long-name CDATA #IMPLIED
       
    29   level NMTOKEN #IMPLIED>
       
    30  <!ELEMENT component (unit)*>
       
    31  <!ATTLIST component
       
    32   name CDATA #REQUIRED
       
    33   long-name CDATA #IMPLIED
       
    34   deprecated CDATA #IMPLIED
       
    35   introduced CDATA #IMPLIED
       
    36   contract CDATA #IMPLIED
       
    37   plugin (Y|N) 'N'
       
    38   filter CDATA #IMPLIED
       
    39   class NMTOKENS #IMPLIED
       
    40   supports CDATA #IMPLIED
       
    41   purpose (optional|mandatory|development) 'optional'>
       
    42  <!ELEMENT unit EMPTY>
       
    43  <!ATTLIST unit
       
    44   mrp CDATA #IMPLIED
       
    45   filter CDATA #IMPLIED
       
    46   bldFile CDATA #IMPLIED
       
    47   root CDATA #IMPLIED
       
    48   version NMTOKEN #IMPLIED
       
    49   prebuilt NMTOKEN #IMPLIED
       
    50   late (Y|N) #IMPLIED
       
    51   priority CDATA #IMPLIED>
       
    52 ]>
       
    53 <SystemDefinition name="Symbian^4" schema="2.0.1">
       
    54  <systemModel>
       
    55   <layer name="app" long-name="Applications" levels="services apps">
       
    56    <block name="photos" level="apps" long-name="Photos" levels="util support ui app">
       
    57 <collection name="photos_group" long-name="Photos Group" level="support">
       
    58 <component name="photos_group_build" filter="s60" long-name="Photos Group Build" introduced="^4" class="placeholder">
       
    59 <!--<unit bldFile="group" qt:proFile="group.pro"/> -->
       
    60 </component>
       
    61 </collection>
       
    62 <collection name="photos_loggers" long-name="Photos Loggers" level="util">
       
    63 <component name="photos_loggerqt" filter="s60" long-name="Photos Logger Qt" introduced="^4" class="placeholder">
       
    64 <!--<unit bldFile="loggers/loggerqt" qt:proFile="loggerqt.pro"/> -->
       
    65 </component>
       
    66 </collection>
       
    67 <collection name="photos_commonutilities" long-name="Photos Common Utilities" level="util">
       
    68 <component name="photos_externalutility" filter="s60" long-name="Photos External Utility" introduced="^4" class="placeholder">
       
    69 <!--<unit bldFile="commonutilities/externalutility" qt:proFile="externalutility.pro"/> -->
       
    70 </component>
       
    71 <component name="imagedecoderwrapper" filter="s60" long-name="Image Decoder Wrapper" introduced="^4" class="placeholder">
       
    72 <!--<unit bldFile="commonutilities/imagedecoderwrapper" qt:proFile="imagedecoderwrapper.pro"/> -->
       
    73 </component>
       
    74 </collection>
       
    75 <collection name="photos_ui" long-name="Photos UI" level="ui">
       
    76 <component name="photos_uiengine" filter="s60" long-name="Photos UI Engine" introduced="^4" class="placeholder">
       
    77 <!--<unit bldFile="ui/uiengine" qt:proFile="uiengine.pro"/> -->
       
    78 </component>
       
    79 <component name="photos_commandhandlers" filter="s60" long-name="Photos Command Handlers" introduced="^4" class="placeholder">
       
    80 <!--<unit bldFile="ui/commandhandlers" qt:proFile="commandhandlers.pro"/> -->
       
    81 </component>
       
    82 <component name="photos_views" filter="s60" long-name="Photos Views" introduced="^4" class="placeholder">
       
    83 <!--<unit bldFile="ui/views" qt:proFile="views.pro"/> -->
       
    84 </component>
       
    85 <component name="photos_viewmanagement" filter="s60" long-name="Photos View Management" introduced="^4" class="placeholder">
       
    86 <!--<unit bldFile="ui/viewmanagement" qt:proFile="viewmanagement.pro"/> -->
       
    87 </component>
       
    88 </collection>
       
    89 <collection name="photos_main" long-name="Photos Main" level="support">
       
    90 <component name="photos_main_build" filter="s60" long-name="Photos Main Build" introduced="^4" class="placeholder">
       
    91 <!--<unit bldFile="main" qt:proFile="main.pro"/> -->
       
    92 </component>
       
    93 </collection>
       
    94 <collection name="imageviewerapp" long-name="Image Viewer App" level="support">
       
    95 <component name="imageviewerapp_build" filter="s60" long-name="Image Viewer App Build" introduced="^4" class="placeholder">
       
    96 <!--<unit bldFile="imageviewerapp" qt:proFile="imageviewerapp.pro"/> -->
       
    97 </component>
       
    98 </collection>
       
    99 <collection name="photos_info" long-name="Photos Info" level="support">
       
   100 <component name="photos_build" filter="s60" long-name="Photos Build" introduced="^4">
       
   101 <!--  split this up into the above components  -->
       
   102 <unit bldFile="/sf/app/photos" proFile="photos.pro"/>
       
   103 </component>
       
   104 </collection>
       
   105 </block>
       
   106   </layer>
       
   107  </systemModel>
       
   108 </SystemDefinition>