symbian4/os/xmlsrv/package_definition.xml
author Shabe Razvi <shaber@symbian.org>
Tue, 04 May 2010 15:46:33 +0100
branchHighFidelityModel
changeset 189 e13bab546a73
parent 150 8d58b930d36e
permissions -rw-r--r--
Add qt namespace to messaging proFile and qmakeArgs attributes.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SystemDefinition [
<!ELEMENT SystemDefinition ( systemModel )>
<!ATTLIST SystemDefinition
  name CDATA #REQUIRED
  schema CDATA #REQUIRED
>
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->

<!-- System Model Section of DTD -->
<!ELEMENT systemModel (layer+)>

<!ELEMENT layer (block* | collection*)*>
<!-- Kernel Services, Base Services, OS Services, Etc -->
<!ATTLIST layer
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  levels NMTOKENS #IMPLIED
  span CDATA #IMPLIED
>

<!ELEMENT block (subblock* | collection*)*>
 <!-- Generic OS services, Comms Services, etc -->
<!ATTLIST block
  levels NMTOKENS #IMPLIED
  span CDATA #IMPLIED
  level NMTOKEN #IMPLIED
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
>

<!ELEMENT subblock (collection)*>
<!-- Cellular Baseband Services, Networking Services, etc -->
<!ATTLIST subblock
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
>

<!ELEMENT collection (component)*>
<!-- Screen Driver, Content Handling, etc -->
<!ATTLIST collection
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  level NMTOKEN #IMPLIED
>

<!ELEMENT component (unit)*>
<!-- contains units or is a  package or prebuilt -->
<!ATTLIST component
  name CDATA #REQUIRED
  long-name CDATA #IMPLIED
  deprecated CDATA #IMPLIED
  introduced CDATA #IMPLIED
  contract CDATA #IMPLIED
  plugin (Y|N) "N"
  filter CDATA #IMPLIED
  class NMTOKENS #IMPLIED
  supports CDATA #IMPLIED
  purpose ( optional | mandatory | development ) "optional"
>

<!ELEMENT unit EMPTY >
<!-- must be buildable (bld.inf) -->
<!-- bldFile  may someday be removed in favour of mrp -->
<!ATTLIST unit
  mrp CDATA #IMPLIED
  filter CDATA #IMPLIED
  bldFile CDATA #IMPLIED
  root CDATA #IMPLIED
  version NMTOKEN #IMPLIED
  prebuilt NMTOKEN #IMPLIED
  late (Y|N) #IMPLIED
  priority CDATA #IMPLIED
>
]>
<SystemDefinition name="Symbian^4" schema="2.0.1">
  <systemModel>
    <layer name="os" long-name="OS" levels="hw services">
      <block name="xmlsrv" level="services" long-name="XML Services" levels="plugin server framework generic specific">
        <collection name="xmlsrv_plat" long-name="XML Services Platform Interfaces" level="specific">
          <component name="xmlsrv_plat_build" long-name="XML Services Platform Interface Build" filter="s60" class="api">
            <!-- need to fix the configuration used here. 
	  Either destribute to other components or use the new feature flags confguration mechanisms.
	  Remove this component and uncomment the other units when fixed-->
            <unit bldFile="/sf/os/xmlsrv/xmlsrv_plat/group"/>
          </component>
          <component name="xml_encryption_api" long-name="XML Encryption API" filter="s60" class="api">
            <!-- <unit bldFile="xmlsrv_plat/xml_encryption_api/group"/> -->
          </component>
          <component name="xml_signature_api" long-name="XML Signature API" filter="s60" class="api">
            <!-- <unit bldFile="xmlsrv_plat/xml_signature_api/group"/> -->
          </component>
          <component name="xml_security_engine_utils_api" long-name="XML Security Engine Utils API" filter="s60" class="api">
            <!-- <unit bldFile="xmlsrv_plat/xml_security_engine_utils_api/group"/> -->
          </component>
        </collection>
        <collection name="xmlsecurityengine" long-name="XML Security Engine" level="framework">
          <component name="xmlseccertman" filter="s60" long-name="XML Security Certificate Manager">
            <unit bldFile="/sf/os/xmlsrv/xmlsecurityengine/xmlseccertman/group"/>
          </component>
          <component name="xmlsec" filter="s60" long-name="XML Security">
            <unit bldFile="/sf/os/xmlsrv/xmlsecurityengine/xmlsec/group"/>
          </component>
          <component name="xmlseccrypto" filter="s60" long-name="XML Security Crypto">
            <unit bldFile="/sf/os/xmlsrv/xmlsecurityengine/xmlseccrypto/group"/>
          </component>
          <component name="xmlsecwrapper" filter="s60" long-name="XML Security Wrapper">
            <unit bldFile="/sf/os/xmlsrv/xmlsecurityengine/xmlsecwrapper/group"/>
          </component>
        </collection>
        <collection name="xml" long-name="XML" level="generic">
          <component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional">
            <unit bldFile="/sf/os/xmlsrv/xml/xmlfw/group" mrp="/sf/os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
          </component>
          <component name="libxml2libs" long-name="Libxml2 Libraries" introduced="^3" purpose="optional">
            <unit bldFile="/sf/os/xmlsrv/xml/libxml2libs/group" mrp="/sf/os/xmlsrv/xml/libxml2libs/group/syslibs_libxml2.mrp"/>
          </component>
          <component name="legacyminidomparser" long-name="Legacy Mini-DOM Parser" introduced="7.0s" purpose="optional">
            <unit bldFile="/sf/os/xmlsrv/xml/legacyminidomparser/GROUP" mrp="/sf/os/xmlsrv/xml/legacyminidomparser/GROUP/syslibs_legacyminidomparser.mrp"/>
          </component>
          <component name="xmldomandxpath" long-name="XML DOM and XPath" introduced="^3" purpose="optional">
            <unit bldFile="/sf/os/xmlsrv/xml/xmldomandxpath/group" mrp="/sf/os/xmlsrv/xml/xmldomandxpath/group/syslibs_xmldom.mrp"/>
          </component>
          <component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y">
            <unit bldFile="/sf/os/xmlsrv/xml/xmlexpatparser/group" mrp="/sf/os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
          </component>
          <component name="xmllibxml2parser" long-name="XML Libxml2 Parser" introduced="^3" purpose="optional" plugin="Y">
            <unit bldFile="/sf/os/xmlsrv/xml/xmllibxml2parser/group" mrp="/sf/os/xmlsrv/xml/xmllibxml2parser/group/syslibs_xmlparser2.mrp"/>
          </component>
          <component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y">
            <unit bldFile="/sf/os/xmlsrv/xml/wbxmlparser/group" mrp="/sf/os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
          </component>
        </collection>
        <collection name="xmlsrv_info" long-name="XML Services Info" level="specific">
          <component name="xmlsrv_metadata" long-name="XML Services Metadata" introduced="^2" purpose="development" class="config PC">
            <unit mrp="/sf/os/xmlsrv/xmlsrv_info/xmlsrv_metadata/xmlsrv_metadata.mrp"/>
          </component>
        </collection>
      </block>
    </layer>
  </systemModel>
</SystemDefinition>