tip_pbc/mw/homescreensrv/package_definition.xml
changeset 355 0357197762a6
child 361 e1a3c78941f2
equal deleted inserted replaced
354:8a720eca298e 355:0357197762a6
       
     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 schema="2.0.1" name="Symbian^4">
       
    54  <systemModel>
       
    55   <layer name="mw" long-name="Middleware" levels="generic specific">
       
    56    <block name="homescreensrv" level="specific" levels="plugin framework server generic specific" long-name="Home Screen Services">
       
    57 <collection name="hswidgetmodel" long-name="Home Screen Widget Model" level="framework">
       
    58 <component name="hswidgetmodel_build" long-name="Home Screen Widget Model Build" introduced="^4" purpose="optional">
       
    59 <unit bldFile="/sf/mw/homescreensrv/hswidgetmodel" proFile="hswidgetmodel.pro" qmakeArgs="-r"/>
       
    60 </component>
       
    61 </collection>
       
    62 <collection name="contentstorage" long-name="Content Storage" level="framework">
       
    63 <component name="cautils" long-name="Content Arsenal Utils" introduced="^4" purpose="optional">
       
    64 <unit bldFile="/sf/mw/homescreensrv/contentstorage/cautils" proFile="cautils.pro" qmakeArgs="-r"/>
       
    65 </component>
       
    66 <component name="contentstorage_build" long-name="Content Storage Build" introduced="^4" purpose="optional">
       
    67 <unit bldFile="/sf/mw/homescreensrv/contentstorage/group" proFile="group.pro" qmakeArgs="-r"/>
       
    68 </component>
       
    69 <component name="casrv/calocalizerscanner" long-name="Content Arsenal Server Localizer Scanner" introduced="^4" purpose="optional">
       
    70 <unit bldFile="/sf/mw/homescreensrv/contentstorage/casrv/calocalizerscanner" proFile="calocalizerscanner.pro" qmakeArgs="-r"/>
       
    71 </component>
       
    72 <component name="cahandler" long-name="Content Arsenal Handler" introduced="^4" purpose="optional">
       
    73 <unit bldFile="/sf/mw/homescreensrv/contentstorage/cahandler" proFile="cahandler.pro" qmakeArgs="-r"/>
       
    74 </component>
       
    75 <component name="caclient" long-name="Content Arsenal Client" introduced="^4" purpose="optional">
       
    76 <unit bldFile="/sf/mw/homescreensrv/contentstorage/caclient" proFile="caclient.pro" qmakeArgs="-r"/>
       
    77 </component>
       
    78 <component name="casoftwareregistry" long-name="Content Arsenal Software Registry" introduced="^4" purpose="optional">
       
    79 <unit bldFile="/sf/mw/homescreensrv/contentstorage/casoftwareregistry" proFile="casoftwareregistry.pro" qmakeArgs="-r"/>
       
    80 </component>
       
    81 </collection>
       
    82 <collection name="homescreensrv_plat" long-name="Home Screen Services Platform Interfaces" level="specific">
       
    83 <component name="homescreensrv_plat_build" long-name="Home Screen Services Platform Interfaces build" introduced="^4" purpose="optional">
       
    84 <unit bldFile="/sf/mw/homescreensrv/homescreensrv_plat" proFile="homescreensrv_plat.pro" qmakeArgs="-r"/>
       
    85 </component>
       
    86 <component name="menu_sat_interface_api" long-name="Menu SAT Interface API" filter="s60" purpose="optional" class="api"/>
       
    87 <component name="contentstorage_api" long-name="Content Storage API" introduced="^4" filter="s60" purpose="optional" class="api"/>
       
    88 <component name="hswidgetmodel_api" long-name="HS Widget Model API" introduced="^4" filter="s60" purpose="optional" class="api"/>
       
    89 <component name="homescreen_information_api" long-name="Homescreen Information API" introduced="^4" filter="s60" purpose="optional" class="api"/>
       
    90 </collection>
       
    91 <collection name="hsactivityfw" long-name="Activity Framework" level="fw">
       
    92 <component name="hsactivityfw_build" long-name="Activity Framework Build" introduced="^4" purpose="optional">
       
    93 <unit bldFile="/sf/mw/homescreensrv/activityfw" proFile="activityfw.pro" qmakeArgs="-r"/>
       
    94 </component>
       
    95 </collection>
       
    96 <collection name="tstaskmonitor" long-name="Task Switcher Task Monitor" level="fw">
       
    97 <!-- move collection down to a component directory or split up into component .pro files -->
       
    98 <component name="tstaskmonitor_build" long-name="Task Switcher Task Monitor Build" introduced="^4" purpose="optional">
       
    99 <unit bldFile="/sf/mw/homescreensrv/tstaskmonitor" proFile="tstaskmonitor.pro" qmakeArgs="-r"/>
       
   100 </component>
       
   101 </collection>
       
   102 <collection name="hsappkeyhandler" long-name="HS Appplication Key Handler" level="server">
       
   103 <component name="hsappkeyhandler_build" long-name="Appplication Key Handler Build" introduced="^4" purpose="optional">
       
   104 <unit bldFile="/sf/mw/homescreensrv/hsappkeyhandler" proFile="hsappkeyhandler.pro" qmakeArgs="-r"/>
       
   105 </component>
       
   106 </collection>
       
   107 <collection name="tsdevicedialog" long-name="Task Switcher Device Dialog" level="plugin">
       
   108 <component name="tsdevicedialog_build" long-name="Task Switcher Device Dialog Build" introduced="^4" purpose="optional">
       
   109 <!-- break this up into real components -->
       
   110 <unit bldFile="/sf/mw/homescreensrv/tsdevicedialog" proFile="tsdevicedialog.pro" qmakeArgs="-r"/>
       
   111 </component>
       
   112 </collection>
       
   113 <collection name="homescreensrv_info" long-name="Home Screen Services Info" level="specific">
       
   114 <component name="homescreensrvconf" long-name="Home Screen Services Config" introduced="^4" purpose="optional" class="config">
       
   115 <unit bldFile="/sf/mw/homescreensrv/." proFile="homescreensrv_exports_to_rom.pri" qmakeArgs="-r"/>
       
   116 </component>
       
   117 <component name="homescreensrvrom" long-name="Home Screen Services ROM" introduced="^4" purpose="optional">
       
   118 <unit bldFile="/sf/mw/homescreensrv/group"/>
       
   119 </component>
       
   120 </collection>
       
   121 </block>
       
   122   </layer>
       
   123  </systemModel>
       
   124 </SystemDefinition>