symbian3/os/xmlsrv/package_definition_3.0.xml
branchHighFidelityModel
changeset 245 30e67220bf86
parent 239 e9ebcfcb4702
child 246 f99f9ea9b39f
equal deleted inserted replaced
239:e9ebcfcb4702 245:30e67220bf86
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <SystemDefinition schema="3.0.0">
       
     3  <package id="xmlsrv" name="XML Services" levels="plugin server framework generic specific">
       
     4   <collection id="xmlsrv_plat" name="XML Services Platform Interfaces" level="specific">
       
     5    <component id="xmlsrv_plat_build" name="XML Services Platform Interface Build" class="api" filter="s60">
       
     6 	<!-- need to fix the configuration used here. 
       
     7 	  Either destribute to other components or use the new feature flags confguration mechanisms.
       
     8 	  Remove this component and uncomment the other units when fixed-->
       
     9     <unit bldFile="xmlsrv_plat/group"/>
       
    10    </component>
       
    11    <component id="xml_encryption_api" name="XML Encryption API" class="api" filter="s60">
       
    12     <meta rel="Api" href="xmlsrv_plat/xml_encryption_api/xml_encryption_api.metaxml"/>
       
    13     <!-- <unit bldFile="xmlsrv_plat/xml_encryption_api/group"/> -->
       
    14    </component>
       
    15    <component id="xml_signature_api" name="XML Signature API" class="api" filter="s60">
       
    16     <meta rel="Api" href="xmlsrv_plat/xml_signature_api/xml_signature_api.metaxml"/>
       
    17     <!-- <unit bldFile="xmlsrv_plat/xml_signature_api/group"/> -->
       
    18    </component>
       
    19    <component id="xml_security_engine_utils_api" name="XML Security Engine Utils API" class="api" filter="s60">
       
    20     <meta rel="Api" href="xmlsrv_plat/xml_security_engine_utils_api/xml_security_engine_utils_api.metaxml"/>
       
    21     <!-- <unit bldFile="xmlsrv_plat/xml_security_engine_utils_api/group"/> -->
       
    22    </component>
       
    23   </collection>
       
    24   <collection id="xmlsecurityengine" name="XML Security Engine" level="framework">
       
    25    <component id="xmlseccertman" filter="s60" name="XML Security Certificate Manager">
       
    26     <unit bldFile="xmlsecurityengine/xmlseccertman/group"/>
       
    27    </component>
       
    28    <component id="xmlsec" filter="s60" name="XML Security">
       
    29     <unit bldFile="xmlsecurityengine/xmlsec/group"/>
       
    30    </component>
       
    31    <component id="xmlseccrypto" filter="s60" name="XML Security Crypto">
       
    32     <unit bldFile="xmlsecurityengine/xmlseccrypto/group"/>
       
    33    </component>
       
    34    <component id="xmlsecwrapper" filter="s60" name="XML Security Wrapper">
       
    35     <unit bldFile="xmlsecurityengine/xmlsecwrapper/group"/>
       
    36    </component>
       
    37   </collection>
       
    38   <collection id="xml" name="XML" level="generic">
       
    39    <component id="xmlfw" name="XML Framework" introduced="7.0s" purpose="optional">
       
    40     <unit bldFile="xml/xmlfw/group" mrp="xml/xmlfw/group/syslibs_xml.mrp"/>
       
    41    </component>
       
    42    <component id="libxml2libs" name="Libxml2 Libraries" introduced="^3" purpose="optional">
       
    43     <unit bldFile="xml/libxml2libs/group" mrp="xml/libxml2libs/group/syslibs_libxml2.mrp"/>
       
    44    </component>
       
    45    <component id="legacyminidomparser" name="Legacy Mini-DOM Parser" introduced="7.0s" purpose="optional">
       
    46     <unit bldFile="xml/legacyminidomparser/GROUP" mrp="xml/legacyminidomparser/GROUP/syslibs_legacyminidomparser.mrp"/>
       
    47    </component>
       
    48    <component id="xmldomandxpath" name="XML DOM and XPath" introduced="^3" purpose="optional">
       
    49     <unit bldFile="xml/xmldomandxpath/group" mrp="xml/xmldomandxpath/group/syslibs_xmldom.mrp"/>
       
    50    </component>
       
    51    <component id="xmlexpatparser" name="XML Expat Parser" introduced="7.0s" purpose="optional" class="plugin">
       
    52     <unit bldFile="xml/xmlexpatparser/group" mrp="xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
       
    53    </component>
       
    54    <component id="xmllibxml2parser" name="XML Libxml2 Parser" introduced="^3" purpose="optional" class="plugin">
       
    55     <unit bldFile="xml/xmllibxml2parser/group" mrp="xml/xmllibxml2parser/group/syslibs_xmlparser2.mrp"/>
       
    56    </component>
       
    57    <component id="wbxmlparser" name="WBXML Parser" introduced="7.0s" purpose="optional" class="plugin">
       
    58     <unit bldFile="xml/wbxmlparser/group" mrp="xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
       
    59    </component>
       
    60   </collection>
       
    61   <collection id="xmlsrv_info" name="XML Services Info" level="specific">
       
    62    <component id="xmlsrv_metadata" name="XML Services Metadata" class="config" introduced="^2" purpose="development" target="desktop">
       
    63     <unit mrp="xmlsrv_info/xmlsrv_metadata/xmlsrv_metadata.mrp"/>
       
    64    </component>
       
    65   </collection>
       
    66  </package>
       
    67 </SystemDefinition>