Update sysdefdowngrade.xsl to preserve v3.0.0 proFile and qmakeArgs during 2.0.1 transform.
<?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^3" schema="2.0.1">
<systemModel>
<layer name="mw" long-name="Middleware" levels="generic specific">
<block name="ipappsrv" level="specific" long-name="IP App Services" levels="framework generic server conn plugin">
<collection name="ipappsrv_plat" long-name="IP App Services Platform Interfaces" level="plugin">
<component name="transcoder_api" long-name="Transcoder API" filter="s60" class="api">
<unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/transcoder_api/group"/>
</component>
<component name="comms_event_api" long-name="Comms Event API" filter="s60" class="api">
<unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/comms_event_api/group"/>
</component>
<component name="floor_control_api" long-name="Floor Control API" filter="s60" class="api">
<unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/floor_control_api/group"/>
</component>
<component name="media_control_api" long-name="Media Control API" filter="s60" class="api">
<unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/media_control_api/group"/>
</component>
<component name="multimedia_comms_api" long-name="Multimedia Comms API" filter="s60" class="api">
<unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/multimedia_comms_api/group"/>
</component>
<component name="nat_settings_api" long-name="NAT Settings API" filter="s60" class="api">
<unit bldFile="/sf/mw/ipappsrv/ipappsrv_plat/nat_settings_api/group"/>
</component>
</collection>
<collection name="natfw" long-name="NAT Framework" level="framework">
<!-- collection is really a component. Need to move down a directory -->
<component name="natfw_build" filter="s60" long-name="NAT Framework Build" introduced="^2">
<unit bldFile="/sf/mw/ipappsrv/natfw/group"/>
</component>
</collection>
<collection name="multimediacommscontroller" long-name="Multimedia Comms Controller" level="conn">
<!-- collection is really a component. Need to move down a directory -->
<component name="multimediacommscontroller_build" filter="s60" long-name="Multimedia Comms Controller Build">
<unit bldFile="/sf/mw/ipappsrv/multimediacommscontroller/group"/>
</component>
</collection>
<collection name="multimediacommsengine" long-name="Multimedia Comms Engine" level="generic">
<!-- collection is really a component. Need to move down a directory -->
<component name="multimediacommsengine_build" filter="s60" long-name="Multimedia Comms Engine Build">
<unit bldFile="/sf/mw/ipappsrv/multimediacommsengine/group"/>
</component>
</collection>
<collection name="natplugins" long-name="NAT Plugins" level="plugin">
<component name="natpcliprovisioningnatfwadapter" filter="s60" long-name="Client Provisioning NAT Framework Traversal Adapter" introduced="^2" plugin="Y">
<unit bldFile="/sf/mw/ipappsrv/natplugins/natpcliprovisioningnatfwadapter/group"/>
</component>
<component name="natpdevmgmtnatfwadapter" filter="s60" long-name="Device Management NAT Framework Traversal Adapter" plugin="Y">
<unit bldFile="/sf/mw/ipappsrv/natplugins/natpdevmgmtnatfwadapter/group"/>
</component>
<component name="natptraversalcontroller" filter="s60" long-name="NAT Traversal Controller" plugin="Y">
<unit bldFile="/sf/mw/ipappsrv/natplugins/natptraversalcontroller/group"/>
</component>
<component name="natpnatfwsdpprovider" filter="s60" long-name="NAT Framework SDP Provider" plugin="Y">
<unit bldFile="/sf/mw/ipappsrv/natplugins/natpnatfwsdpprovider/group"/>
</component>
</collection>
<collection name="ipappsrv_info" long-name="IP App Services Info" level="plugin">
<component name="ipappsrv_build" long-name="IP App Services Build" filter="s60">
<!-- remove the #includes from here and rename as xxx ROM or move iby/sis files into another component-->
<unit mrp="/sf/mw/ipappsrv/group"/>
</component>
<component name="ipappsrv_metadata" long-name="IP App Services Metadata" introduced="^2" purpose="development" class="config PC">
<unit mrp="/sf/mw/ipappsrv/ipappsrv_info/ipappsrv_metadata/ipappsrv_metadata.mrp"/>
</component>
</collection>
</block>
</layer>
</systemModel>
</SystemDefinition>