Change ID of sf_cenrep to follow file path conventions and name to follow naming conventions
<?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="mmmw" level="generic" long-name="Multimedia Middleware" levels="plugin framework server generic specific">
<collection name="mmfenh" long-name="MMF Enhancements" level="generic">
<component name="advancedaudiocontroller" filter="s60" long-name="Advanced Audio Controllers" plugin="Y">
<unit bldFile="/sf/mw/mmmw/mmfenh/advancedaudiocontroller/group"/>
</component>
<component name="audiooutputcontrolutility" filter="s60" long-name="Audio Output Control Utility">
<unit bldFile="/sf/mw/mmmw/mmfenh/audiooutputcontrolutility/group"/>
</component>
<component name="configurationcomponentsfactory" filter="s60" long-name="Configuration Components Factory">
<unit bldFile="/sf/mw/mmmw/mmfenh/configurationcomponentsfactory/group"/>
</component>
<component name="enhancedaudioplayerutility" filter="s60" long-name="Enhanced Audio Player Utility">
<unit bldFile="/sf/mw/mmmw/mmfenh/enhancedaudioplayerutility/group"/>
</component>
<component name="enhancedmediaclient" filter="s60" long-name="Enhanced Media Client">
<unit bldFile="/sf/mw/mmmw/mmfenh/enhancedmediaclient/group"/>
</component>
<component name="profilesettingsmonitor" filter="s60" long-name="Profile Settings Monitor">
<unit bldFile="/sf/mw/mmmw/mmfenh/profilesettingsmonitor/group"/>
</component>
<component name="progressivedownload" filter="s60" long-name="Progressive Download">
<unit bldFile="/sf/mw/mmmw/mmfenh/progressivedownload/group"/>
</component>
<component name="mmfenh_test" filter="s60,test,module_test,pref_test" long-name="MMF Enhancements Tests" purpose="development">
<unit bldFile="/sf/mw/mmmw/mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/group"/>
</component>
</collection>
<collection name="mm_fw" long-name="Multimedia Frameworks" level="framework">
<!-- Id needs to be unique, mmfw already in use -->
<!-- Placeholder for OpenAX AL and other stuff -->
</collection>
<collection name="mmserv" long-name="Multimedia Services" level="specific">
<component name="audioeffectsui" filter="s60" long-name="Audio Effects UI">
<unit bldFile="/sf/mw/mmmw/mmserv/audioeffectsui/group"/>
</component>
<component name="callaudiocontrol" filter="s60" long-name="Call Audio Control">
<unit bldFile="/sf/mw/mmmw/mmserv/callaudiocontrol/group"/>
</component>
<component name="metadatautility" filter="s60" long-name="Metadata Utility">
<unit bldFile="/sf/mw/mmmw/mmserv/metadatautility/group"/>
</component>
<component name="radioutility" filter="s60" long-name="Radio Utility">
<unit bldFile="/sf/mw/mmmw/mmserv/radioutility/group"/>
</component>
<component name="thumbnailengine" filter="s60" long-name="Thumbnail Engine" introduced="^2">
<unit bldFile="/sf/mw/mmmw/mmserv/thumbnailengine/group"/>
</component>
<component name="tms" filter="s60" long-name="Telephony Multimedia Service" introduced="^3">
<unit bldFile="/sf/mw/mmmw/mmserv/tms/group"/>
</component>
<component name="voipaudioservices" filter="s60" long-name="VoIP Audio Services">
<unit bldFile="/sf/mw/mmmw/mmserv/voipaudioservices/group"/>
</component>
<component name="lib3gpextparser" filter="s60" long-name="3GP Extension Metadata Parser Library">
<unit bldFile="/sf/mw/mmmw/mmserv/metadatautility/3GPExtParserLib_stub/group" filter="sf_build"/>
</component>
</collection>
<collection name="mmmw_info" long-name="Multimedia Middleware Info" level="specific">
<component name="mmmw_test" filter="s60,test,api_test,pref_test" long-name="Multimedia Middleware Tests" purpose="development">
<unit bldFile="/sf/mw/mmmw/tsrc/group"/>
</component>
<component name="mmmw_api_test" filter="s60,test,api_test" long-name="Multimedia Middleware API Tests" purpose="development">
<unit bldFile="/sf/mw/mmmw/mmmw_plat/telephony_multimedia_service_api/tsrc/group"/>
</component>
<component name="mmmw_plat" filter="s60" long-name="Multimedia Middleware Platform Interfaces" class="api">
<unit bldFile="/sf/mw/mmmw/mmmw_plat/group"/>
</component>
<component name="mmmw_metadata" long-name="Multimedia Middleware Metadata" introduced="^2" purpose="development" class="config PC">
<unit mrp="/sf/mw/mmmw/mmmw_info/mmmw_metadata/mmmw_metadata.mrp"/>
</component>
</collection>
</block>
</layer>
</systemModel>
</SystemDefinition>