symbian3/mw/netprotocols/package_definition.xml
changeset 30 0f4f00318d20
parent 15 6980ebf0690e
child 46 c94b55c3fb61
child 138 6892870d74c9
equal deleted inserted replaced
29:739e3e407bf8 30:0f4f00318d20
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <SystemDefinition name="foundation" schema="2.0.1">
     2 <!DOCTYPE SystemDefinition [
       
     3  <!ELEMENT SystemDefinition (systemModel?,SystemBuild?)>
       
     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  <!ELEMENT SystemBuild (option*|target+|targetList+|list+|configuration+)*>
       
    53  <!ATTLIST SystemBuild schema CDATA #REQUIRED>
       
    54  <!ELEMENT list (ref+)>
       
    55  <!ATTLIST list
       
    56   name ID #REQUIRED
       
    57   description CDATA #REQUIRED>
       
    58  <!ELEMENT ref EMPTY>
       
    59  <!ATTLIST ref item CDATA #REQUIRED>
       
    60  <!ELEMENT targetList EMPTY>
       
    61  <!ATTLIST targetList
       
    62   name ID #REQUIRED
       
    63   description CDATA #REQUIRED
       
    64   target IDREFS #REQUIRED>
       
    65  <!ELEMENT target EMPTY>
       
    66  <!ATTLIST target
       
    67   name ID #REQUIRED
       
    68   abldTarget CDATA #REQUIRED
       
    69   description CDATA #REQUIRED>
       
    70  <!ELEMENT option EMPTY>
       
    71  <!ATTLIST option
       
    72   name ID #REQUIRED
       
    73   abldOption CDATA #REQUIRED
       
    74   description CDATA #REQUIRED
       
    75   enable (Y|N) #REQUIRED>
       
    76  <!ELEMENT configuration (listRef+|ref+|task+)*>
       
    77  <!ATTLIST configuration
       
    78   name ID #REQUIRED
       
    79   description CDATA #REQUIRED
       
    80   filter CDATA #REQUIRED>
       
    81  <!ELEMENT task (listRef*,(buildLayer|specialInstructions))>
       
    82  <!ELEMENT listRef EMPTY>
       
    83  <!ATTLIST listRef list CDATA #REQUIRED>
       
    84  <!ELEMENT buildLayer EMPTY>
       
    85  <!ATTLIST buildLayer
       
    86   command CDATA #REQUIRED
       
    87   targetList IDREFS #IMPLIED
       
    88   unitParallel (Y|N) #REQUIRED
       
    89   targetParallel (Y|N) 'N'>
       
    90  <!ELEMENT specialInstructions EMPTY>
       
    91  <!ATTLIST specialInstructions
       
    92   name CDATA #REQUIRED
       
    93   cwd CDATA #REQUIRED
       
    94   root CDATA #IMPLIED
       
    95   command CDATA #REQUIRED>
       
    96 ]>
       
    97 <SystemDefinition schema="2.0.1" name="Symbian^3">
     3 <systemModel>
    98 <systemModel>
     4 <layer name="mw" long-name="Middleware" levels="generic specific">
    99 <layer name="mw" long-name="Middleware" levels="generic specific">
     5 <block name="netprotocols" long-name="High-level Internet Protocols" tech_domain="dc" level="generic" levels="plugin framework server generic specific">
   100 <block name="netprotocols" level="generic" long-name="High-level Internet Protocols" levels="plugin framework server generic specific">
     6     <collection name="httpfilters" long-name="HTTP Filters" level="plugin">
   101 <collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
     7      <component name="httpfiltercommon" long-name="HTTP Filter Common" origin-model="foundation">
   102 <component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional">
     8       <unit bldFile="/sf/mw/netprotocols/httpfilters/httpfiltercommon/group"/>
   103 <unit bldFile="/sf/mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="/sf/mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
     9      </component>
   104 </component>
    10      <component name="cookie" long-name="Cookie" origin-model="foundation">
   105 <component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development">
    11       <unit bldFile="/sf/mw/netprotocols/httpfilters/cookie/group"/>
   106 <unit bldFile="/sf/mw/netprotocols/applayerprotocols/httpexamples/group" mrp="/sf/mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
    12      </component>
   107 </component>
    13      <component name="deflatefilter" long-name="Deflate Filter" origin-model="foundation">
   108 <component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional">
    14       <unit bldFile="/sf/mw/netprotocols/httpfilters/deflatefilter/group"/>
   109 <unit bldFile="/sf/mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="/sf/mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
    15      </component>
   110 </component>
    16      <component name="httpfilteracceptheader" long-name="HTTP Filter Accept Header" origin-model="foundation">
   111 <component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional">
    17       <unit bldFile="/sf/mw/netprotocols/httpfilters/httpfilteracceptheader/group"/>
   112 <unit bldFile="/sf/mw/netprotocols/applayerprotocols/wapbase/Group" mrp="/sf/mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
    18      </component>
   113 </component>
    19      <component name="httpfilterauthentication" long-name="HTTP Filter Authentication" origin-model="foundation">
   114 <component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional">
    20       <unit bldFile="/sf/mw/netprotocols/httpfilters/httpfilterauthentication/group"/>
   115 <unit bldFile="/sf/mw/netprotocols/applayerprotocols/ftpengine/group" mrp="/sf/mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
    21      </component>
   116 </component>
    22      <component name="httpfilterconnhandler" long-name="HTTP Filter Conn Handler" origin-model="foundation">
   117 <component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional">
    23       <unit bldFile="/sf/mw/netprotocols/httpfilters/httpfilterconnhandler/group"/>
   118 <unit bldFile="/sf/mw/netprotocols/applayerprotocols/telnetengine/group" mrp="/sf/mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
    24      </component>
   119 </component>
    25      <component name="httpfilteriop" long-name="HTTP Filter Iop" origin-model="foundation">
   120 </collection>
    26       <unit bldFile="/sf/mw/netprotocols/httpfilters/httpfilteriop/group"/>
   121 <collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
    27      </component>
   122 <component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91" purpose="optional">
    28      <component name="httpfilterproxy" long-name="HTTP Filter Proxy" origin-model="foundation">
   123 <unit bldFile="/sf/mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="/sf/mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
    29       <unit bldFile="/sf/mw/netprotocols/httpfilters/httpfilterproxy/group"/>
   124 </component>
    30      </component>
   125 <component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional">
    31      <component name="uaproffilter" long-name="UAProf Filter" origin-model="foundation">
   126 <unit bldFile="/sf/mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="/sf/mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
    32       <unit bldFile="/sf/mw/netprotocols/httpfilters/uaproffilter/group"/>
   127 </component>
    33      </component>
   128 <component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y">
    34      <component unofficial="yes" name="httpfilters_build" long-name="HTTP Filters Build" origin-model="foundation">
   129 <unit bldFile="/sf/mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="/sf/mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
    35       <unit bldFile="/sf/mw/netprotocols/httpfilters/group"/>
   130 </component>
    36      </component>
   131 <component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y">
    37     </collection>
   132 <unit bldFile="/sf/mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="/sf/mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
    38     <collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
   133 </component>
    39      <component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
   134 </collection>
    40       <unit bldFile="/sf/mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="/sf/mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
   135 <collection name="netprotocols_info" long-name="High-level Internet Protocols Info" level="specific">
    41      </component>
   136 <component name="netprotocols_metadata" long-name="High-level Internet Protocols Metadata" introduced="tb91" purpose="development" class="config PC">
    42      <component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development" plugin="N" origin-model="Symbian">
   137 <unit mrp="/sf/mw/netprotocols/netprotocols_info/netprotocols_metadata/netprotocols_metadata.mrp"/>
    43       <unit bldFile="/sf/mw/netprotocols/applayerprotocols/httpexamples/group" mrp="/sf/mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
   138 </component>
    44      </component>
   139 </collection>
    45      <component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional" plugin="N" origin-model="Symbian">
   140 <collection name="s60">
    46       <unit bldFile="/sf/mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="/sf/mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
   141 <component name="netprotocols">
    47      </component>
   142 <unit bldFile="/sf/mw/netprotocols/group" mrp=""/>
    48      <component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
   143 </component>
    49       <unit bldFile="/sf/mw/netprotocols/applayerprotocols/wapbase/Group" mrp="/sf/mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
   144 </collection>
    50      </component>
   145 </block>
    51      <component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
       
    52       <unit bldFile="/sf/mw/netprotocols/applayerprotocols/ftpengine/group" mrp="/sf/mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
       
    53      </component>
       
    54      <component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional" plugin="N" origin-model="Symbian">
       
    55       <unit bldFile="/sf/mw/netprotocols/applayerprotocols/telnetengine/group" mrp="/sf/mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
       
    56      </component>
       
    57     </collection>
       
    58     <collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
       
    59      <component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91" purpose="optional" plugin="N" origin-model="Symbian">
       
    60       <unit bldFile="/sf/mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="/sf/mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
       
    61      </component>
       
    62      <component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional" plugin="N" origin-model="Symbian">
       
    63       <unit bldFile="/sf/mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="/sf/mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
       
    64      </component>
       
    65      <component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y" origin-model="Symbian">
       
    66       <unit bldFile="/sf/mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="/sf/mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
       
    67      </component>
       
    68      <component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y" origin-model="Symbian">
       
    69       <unit bldFile="/sf/mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="/sf/mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
       
    70      </component>
       
    71     </collection>
       
    72     <collection name="n:wapstack" long-name="WAP Stack" level="plugin">
       
    73      <component name="n:wapmessageapi" long-name="WAP Message API" purpose="optional" plugin="N" origin-model="Symbian">
       
    74       <!-- The following unit is removed as non-contributed -->
       
    75       <!-- <unit bldFile="/sf/mw/netprotocols/wapstack/wapmessageapi/group" mrp="mw/netprotocols/wapstack/wapmessageapi/group/wap-stack_wapmessage.mrp"/> -->
       
    76      </component>
       
    77     </collection>
       
    78     <collection name="netprotocols_info" long-name="High-level Internet Protocols Info" level="specific">
       
    79      <component unofficial="yes" name="netprotocols_plat" long-name="High-level Internet Protocols Platform Interfaces" class="api" origin-model="foundation">
       
    80       <unit bldFile="/sf/mw/netprotocols/netprotocols_plat/group"/>
       
    81      </component>
       
    82      <component unofficial="yes" name="netprotocols_build" long-name="High-level Internet Protocols Build" origin-model="foundation">
       
    83       <unit bldFile="/sf/mw/netprotocols/group"/>
       
    84      </component>
       
    85     <component name="netprotocols_metadata" long-name="High-level Internet Protocols Metadata" introduced="tb91" purpose="development" class="config PC" plugin="N" origin-model="Symbian">
       
    86       <unit mrp="/sf/mw/netprotocols/netprotocols_info/netprotocols_metadata/netprotocols_metadata.mrp"/>
       
    87      </component>
       
    88     </collection>
       
    89    </block>
       
    90 </layer>
   146 </layer>
    91 </systemModel>
   147 </systemModel>
    92 </SystemDefinition>
   148 </SystemDefinition>