symbian4/os/xmlsrv/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 150 8d58b930d36e
child 331 75ee3fb17193
equal deleted inserted replaced
245:30e67220bf86 246:f99f9ea9b39f
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE SystemDefinition [
     2 <SystemDefinition schema="3.0.0">
     3 <!ELEMENT SystemDefinition ( systemModel )>
     3  <package id="xmlsrv" name="XML Services" levels="plugin server framework generic specific">
     4 <!ATTLIST SystemDefinition
     4   <collection id="xmlsrv_plat" name="XML Services Platform Interfaces" level="specific">
     5   name CDATA #REQUIRED
     5    <component id="xmlsrv_plat_build" name="XML Services Platform Interface Build" class="api" filter="s60">
     6   schema CDATA #REQUIRED
     6 	<!-- need to fix the configuration used here. 
     7 >
       
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
       
     9 
       
    10 <!-- System Model Section of DTD -->
       
    11 <!ELEMENT systemModel (layer+)>
       
    12 
       
    13 <!ELEMENT layer (block* | collection*)*>
       
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
       
    15 <!ATTLIST layer
       
    16   name CDATA #REQUIRED
       
    17   long-name CDATA #IMPLIED
       
    18   levels NMTOKENS #IMPLIED
       
    19   span CDATA #IMPLIED
       
    20 >
       
    21 
       
    22 <!ELEMENT block (subblock* | collection*)*>
       
    23  <!-- Generic OS services, Comms Services, etc -->
       
    24 <!ATTLIST block
       
    25   levels NMTOKENS #IMPLIED
       
    26   span CDATA #IMPLIED
       
    27   level NMTOKEN #IMPLIED
       
    28   name CDATA #REQUIRED
       
    29   long-name CDATA #IMPLIED
       
    30 >
       
    31 
       
    32 <!ELEMENT subblock (collection)*>
       
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
       
    34 <!ATTLIST subblock
       
    35   name CDATA #REQUIRED
       
    36   long-name CDATA #IMPLIED
       
    37 >
       
    38 
       
    39 <!ELEMENT collection (component)*>
       
    40 <!-- Screen Driver, Content Handling, etc -->
       
    41 <!ATTLIST collection
       
    42   name CDATA #REQUIRED
       
    43   long-name CDATA #IMPLIED
       
    44   level NMTOKEN #IMPLIED
       
    45 >
       
    46 
       
    47 <!ELEMENT component (unit)*>
       
    48 <!-- contains units or is a  package or prebuilt -->
       
    49 <!ATTLIST component
       
    50   name CDATA #REQUIRED
       
    51   long-name CDATA #IMPLIED
       
    52   deprecated CDATA #IMPLIED
       
    53   introduced CDATA #IMPLIED
       
    54   contract CDATA #IMPLIED
       
    55   plugin (Y|N) "N"
       
    56   filter CDATA #IMPLIED
       
    57   class NMTOKENS #IMPLIED
       
    58   supports CDATA #IMPLIED
       
    59   purpose ( optional | mandatory | development ) "optional"
       
    60 >
       
    61 
       
    62 <!ELEMENT unit EMPTY >
       
    63 <!-- must be buildable (bld.inf) -->
       
    64 <!-- bldFile  may someday be removed in favour of mrp -->
       
    65 <!ATTLIST unit
       
    66   mrp CDATA #IMPLIED
       
    67   filter CDATA #IMPLIED
       
    68   bldFile CDATA #IMPLIED
       
    69   root CDATA #IMPLIED
       
    70   version NMTOKEN #IMPLIED
       
    71   prebuilt NMTOKEN #IMPLIED
       
    72   late (Y|N) #IMPLIED
       
    73   priority CDATA #IMPLIED
       
    74 >
       
    75 ]>
       
    76 <SystemDefinition name="Symbian^4" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="os" long-name="OS" levels="hw services">
       
    79       <block name="xmlsrv" level="services" long-name="XML Services" levels="plugin server framework generic specific">
       
    80         <collection name="xmlsrv_plat" long-name="XML Services Platform Interfaces" level="specific">
       
    81           <component name="xmlsrv_plat_build" long-name="XML Services Platform Interface Build" filter="s60" class="api">
       
    82             <!-- need to fix the configuration used here. 
       
    83 	  Either destribute to other components or use the new feature flags confguration mechanisms.
     7 	  Either destribute to other components or use the new feature flags confguration mechanisms.
    84 	  Remove this component and uncomment the other units when fixed-->
     8 	  Remove this component and uncomment the other units when fixed-->
    85             <unit bldFile="/sf/os/xmlsrv/xmlsrv_plat/group"/>
     9     <unit bldFile="xmlsrv_plat/group"/>
    86           </component>
    10    </component>
    87           <component name="xml_encryption_api" long-name="XML Encryption API" filter="s60" class="api">
    11    <component id="xml_encryption_api" name="XML Encryption API" class="api" filter="s60">
    88             <!-- <unit bldFile="xmlsrv_plat/xml_encryption_api/group"/> -->
    12     <meta rel="Api" href="xmlsrv_plat/xml_encryption_api/xml_encryption_api.metaxml"/>
    89           </component>
    13     <!-- <unit bldFile="xmlsrv_plat/xml_encryption_api/group"/> -->
    90           <component name="xml_signature_api" long-name="XML Signature API" filter="s60" class="api">
    14    </component>
    91             <!-- <unit bldFile="xmlsrv_plat/xml_signature_api/group"/> -->
    15    <component id="xml_signature_api" name="XML Signature API" class="api" filter="s60">
    92           </component>
    16     <meta rel="Api" href="xmlsrv_plat/xml_signature_api/xml_signature_api.metaxml"/>
    93           <component name="xml_security_engine_utils_api" long-name="XML Security Engine Utils API" filter="s60" class="api">
    17     <!-- <unit bldFile="xmlsrv_plat/xml_signature_api/group"/> -->
    94             <!-- <unit bldFile="xmlsrv_plat/xml_security_engine_utils_api/group"/> -->
    18    </component>
    95           </component>
    19    <component id="xml_security_engine_utils_api" name="XML Security Engine Utils API" class="api" filter="s60">
    96         </collection>
    20     <meta rel="Api" href="xmlsrv_plat/xml_security_engine_utils_api/xml_security_engine_utils_api.metaxml"/>
    97         <collection name="xmlsecurityengine" long-name="XML Security Engine" level="framework">
    21     <!-- <unit bldFile="xmlsrv_plat/xml_security_engine_utils_api/group"/> -->
    98           <component name="xmlseccertman" filter="s60" long-name="XML Security Certificate Manager">
    22    </component>
    99             <unit bldFile="/sf/os/xmlsrv/xmlsecurityengine/xmlseccertman/group"/>
    23   </collection>
   100           </component>
    24   <collection id="xmlsecurityengine" name="XML Security Engine" level="framework">
   101           <component name="xmlsec" filter="s60" long-name="XML Security">
    25    <component id="xmlseccertman" filter="s60" name="XML Security Certificate Manager">
   102             <unit bldFile="/sf/os/xmlsrv/xmlsecurityengine/xmlsec/group"/>
    26     <unit bldFile="xmlsecurityengine/xmlseccertman/group"/>
   103           </component>
    27    </component>
   104           <component name="xmlseccrypto" filter="s60" long-name="XML Security Crypto">
    28    <component id="xmlsec" filter="s60" name="XML Security">
   105             <unit bldFile="/sf/os/xmlsrv/xmlsecurityengine/xmlseccrypto/group"/>
    29     <unit bldFile="xmlsecurityengine/xmlsec/group"/>
   106           </component>
    30    </component>
   107           <component name="xmlsecwrapper" filter="s60" long-name="XML Security Wrapper">
    31    <component id="xmlseccrypto" filter="s60" name="XML Security Crypto">
   108             <unit bldFile="/sf/os/xmlsrv/xmlsecurityengine/xmlsecwrapper/group"/>
    32     <unit bldFile="xmlsecurityengine/xmlseccrypto/group"/>
   109           </component>
    33    </component>
   110         </collection>
    34    <component id="xmlsecwrapper" filter="s60" name="XML Security Wrapper">
   111         <collection name="xml" long-name="XML" level="generic">
    35     <unit bldFile="xmlsecurityengine/xmlsecwrapper/group"/>
   112           <component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional">
    36    </component>
   113             <unit bldFile="/sf/os/xmlsrv/xml/xmlfw/group" mrp="/sf/os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
    37   </collection>
   114           </component>
    38   <collection id="xml" name="XML" level="generic">
   115           <component name="libxml2libs" long-name="Libxml2 Libraries" introduced="^3" purpose="optional">
    39    <component id="xmlfw" name="XML Framework" introduced="7.0s" purpose="optional">
   116             <unit bldFile="/sf/os/xmlsrv/xml/libxml2libs/group" mrp="/sf/os/xmlsrv/xml/libxml2libs/group/syslibs_libxml2.mrp"/>
    40     <unit bldFile="xml/xmlfw/group" mrp="xml/xmlfw/group/syslibs_xml.mrp"/>
   117           </component>
    41    </component>
   118           <component name="legacyminidomparser" long-name="Legacy Mini-DOM Parser" introduced="7.0s" purpose="optional">
    42    <component id="libxml2libs" name="Libxml2 Libraries" introduced="^3" purpose="optional">
   119             <unit bldFile="/sf/os/xmlsrv/xml/legacyminidomparser/GROUP" mrp="/sf/os/xmlsrv/xml/legacyminidomparser/GROUP/syslibs_legacyminidomparser.mrp"/>
    43     <unit bldFile="xml/libxml2libs/group" mrp="xml/libxml2libs/group/syslibs_libxml2.mrp"/>
   120           </component>
    44    </component>
   121           <component name="xmldomandxpath" long-name="XML DOM and XPath" introduced="^3" purpose="optional">
    45    <component id="legacyminidomparser" name="Legacy Mini-DOM Parser" introduced="7.0s" purpose="optional">
   122             <unit bldFile="/sf/os/xmlsrv/xml/xmldomandxpath/group" mrp="/sf/os/xmlsrv/xml/xmldomandxpath/group/syslibs_xmldom.mrp"/>
    46     <unit bldFile="xml/legacyminidomparser/GROUP" mrp="xml/legacyminidomparser/GROUP/syslibs_legacyminidomparser.mrp"/>
   123           </component>
    47    </component>
   124           <component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y">
    48    <component id="xmldomandxpath" name="XML DOM and XPath" introduced="^3" purpose="optional">
   125             <unit bldFile="/sf/os/xmlsrv/xml/xmlexpatparser/group" mrp="/sf/os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
    49     <unit bldFile="xml/xmldomandxpath/group" mrp="xml/xmldomandxpath/group/syslibs_xmldom.mrp"/>
   126           </component>
    50    </component>
   127           <component name="xmllibxml2parser" long-name="XML Libxml2 Parser" introduced="^3" purpose="optional" plugin="Y">
    51    <component id="xmlexpatparser" name="XML Expat Parser" introduced="7.0s" purpose="optional" class="plugin">
   128             <unit bldFile="/sf/os/xmlsrv/xml/xmllibxml2parser/group" mrp="/sf/os/xmlsrv/xml/xmllibxml2parser/group/syslibs_xmlparser2.mrp"/>
    52     <unit bldFile="xml/xmlexpatparser/group" mrp="xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
   129           </component>
    53    </component>
   130           <component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y">
    54    <component id="xmllibxml2parser" name="XML Libxml2 Parser" introduced="^3" purpose="optional" class="plugin">
   131             <unit bldFile="/sf/os/xmlsrv/xml/wbxmlparser/group" mrp="/sf/os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
    55     <unit bldFile="xml/xmllibxml2parser/group" mrp="xml/xmllibxml2parser/group/syslibs_xmlparser2.mrp"/>
   132           </component>
    56    </component>
   133         </collection>
    57    <component id="wbxmlparser" name="WBXML Parser" introduced="7.0s" purpose="optional" class="plugin">
   134         <collection name="xmlsrv_info" long-name="XML Services Info" level="specific">
    58     <unit bldFile="xml/wbxmlparser/group" mrp="xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
   135           <component name="xmlsrv_metadata" long-name="XML Services Metadata" introduced="^2" purpose="development" class="config PC">
    59    </component>
   136             <unit mrp="/sf/os/xmlsrv/xmlsrv_info/xmlsrv_metadata/xmlsrv_metadata.mrp"/>
    60   </collection>
   137           </component>
    61   <collection id="xmlsrv_info" name="XML Services Info" level="specific">
   138         </collection>
    62    <component id="xmlsrv_metadata" name="XML Services Metadata" class="config" introduced="^2" purpose="development" target="desktop">
   139       </block>
    63     <unit mrp="xmlsrv_info/xmlsrv_metadata/xmlsrv_metadata.mrp"/>
   140     </layer>
    64    </component>
   141   </systemModel>
    65   </collection>
       
    66  </package>
   142 </SystemDefinition>
    67 </SystemDefinition>