symbian3/mw/remotestorage/package_definition.xml
changeset 225 ca0986c8ace9
child 269 96bc1f23ffac
equal deleted inserted replaced
224:535757f33d07 225:ca0986c8ace9
       
     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^3" schema="2.0.1">
       
    54 <systemModel>
       
    55 <layer name="mw" long-name="Middleware" levels="generic specific">
       
    56 <block name="remotestorage" level="generic" long-name="Remote Storage" levels="framework if">
       
    57 <collection name="rsfw_plat" long-name="Remote Storage Platform Interfaces" level="if">
       
    58 <component name="rsfw_access_protocol_plugin_api" filter="s60" long-name="Remote Storage Framework Access Protocol Plugin API" class="api">
       
    59 <unit bldFile="/sf/mw/remotestorage/rsfw_plat/rsfw_access_protocol_plugin_api/group"/>
       
    60 </component>
       
    61 </collection>
       
    62 <collection name="remotestoragefw" long-name="Remote Storage Framework" level="framework">
       
    63 <component name="mountstore" filter="s60" long-name="RSFW Mount Store">
       
    64 <unit bldFile="/sf/mw/remotestorage/remotestoragefw/mountstore/group"/>
       
    65 </component>
       
    66 <component name="rsfwnotifierplugins" filter="s60" long-name="RSFW Notifier Plugins" plugin="Y">
       
    67 <unit bldFile="/sf/mw/remotestorage/remotestoragefw/rsfwnotifierplugins/group"/>
       
    68 </component>
       
    69 <component name="remotefileengine" filter="s60" long-name="Remote File Engine">
       
    70 <unit bldFile="/sf/mw/remotestorage/remotestoragefw/remotefileengine/group"/>
       
    71 </component>
       
    72 <component name="mountmanager" filter="s60" long-name="RSFW Mount Manager">
       
    73 <unit bldFile="/sf/mw/remotestorage/remotestoragefw/mountmanager/group"/>
       
    74 </component>
       
    75 <component name="webdavaccessplugin" filter="s60" long-name="WebDAV Access Plugin" plugin="Y">
       
    76 <unit bldFile="/sf/mw/remotestorage/remotestoragefw/webdavaccessplugin/group"/>
       
    77 </component>
       
    78 <component name="remotefilesystemplugin" filter="s60" long-name="Remote Filesystem Plugin" plugin="Y">
       
    79 <unit bldFile="/sf/mw/remotestorage/remotestoragefw/remotefilesystemplugin/group"/>
       
    80 </component>
       
    81 <component name="remotestoragegsplugin" filter="s60" long-name="RS GS Plugin" plugin="Y">
       
    82 <!-- uncomment the unit when configuration is in place, it's currently #included from remotestoragefw_build -->
       
    83 <!-- <unit bldFile="remotestoragefw/gsplugin/group"/>-->
       
    84 </component>
       
    85 <component name="remotedriveconfigurationbiocontrol" filter="s60" long-name="Remote Drive Configuration BIO Control">
       
    86 <!-- uncomment the unit when configuration is in place, it's currently #included from remotestoragefw_build -->
       
    87 <!--   <unit bldFile="remotestoragefw/remotedriveconfigurationbiocontrol/group"/>-->
       
    88 </component>
       
    89 <component name="remotestoragefw_build" filter="s60" long-name="Remote Storage Framework Build">
       
    90 <!-- move exports to other components.
       
    91 				This is needed for #includes of configured component until congigiration is in place -->
       
    92 <unit bldFile="/sf/mw/remotestorage/remotestoragefw/group"/>
       
    93 </component>
       
    94 </collection>
       
    95 </block>
       
    96 </layer>
       
    97 </systemModel>
       
    98 </SystemDefinition>