build.config.xml
changeset 29 eb1e5d7cc688
parent 26 c36d67f77f75
child 30 9707f1c07383
equal deleted inserted replaced
26:c36d67f77f75 29:eb1e5d7cc688
     1 <?xml version="1.0"?>
     1 <?xml version="1.0"?>
     2 <!DOCTYPE SystemDefinition [
     2 <!DOCTYPE SystemDefinition SYSTEM "sysdef_1_4_0.dtd" [
     3  <!ELEMENT SystemDefinition (systemModel?, build?)>
     3   <!ENTITY layer_real_source_path "sf/os/mm" >
     4  <!ATTLIST SystemDefinition
     4 ]> 
     5   name CDATA #REQUIRED
     5 
     6   schema CDATA #REQUIRED>
     6 <SystemDefinition name="os_mm_pkg" schema="1.4.0">
     7  <!ELEMENT systemModel (layer+)>
     7 	<systemModel>
     8  <!ELEMENT layer (logicalset* | module*)*>
     8   <!-- Common file for prebuild layers-->
     9  <!ATTLIST layer
     9   	<layer name="os_layer">
    10   name CDATA #REQUIRED
    10 			<module name="mm">
    11   levels CDATA #IMPLIED
    11 				<unit unitID="mm" mrp="" bldFile="&layer_real_source_path;/group" name="mm" />
    12   span CDATA #IMPLIED>
    12 			</module>
    13  <!ELEMENT logicalset (logicalsubset* | module* | unit* | package* | prebuilt*)*>
    13 			<module name="">
    14  <!ATTLIST logicalset 
    14 				<unit unitID="AudioEqualizerUtility" mrp="" bldFile="&layer_real_source_path;/devsoundextensions/effectspresets/AudioEqualizerUtility/group" filter="!dfs_build" name="AudioEqualizerUtility" />
    15   name CDATA #REQUIRED
    15 				<unit unitID="EnvironmentalReverbUtility" mrp="" bldFile="&layer_real_source_path;/devsoundextensions/effectspresets/EnvironmentalReverbUtility/group" filter="!dfs_build" name="EnvironmentalReverbUtility" />
    16   levels CDATA #IMPLIED  
    16 			</module>
    17   span CDATA #IMPLIED
    17 			<module name="">
    18   level CDATA #IMPLIED>
    18 				<unit unitID="AacEncoderPlugin" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/AacEncoderPlugin/group" filter="!sf_build" name="AacEncoderPlugin" />
    19  <!ELEMENT logicalsubset (module* | unit* | package* | prebuilt*)*>
    19 			</module>
    20  <!ATTLIST logicalsubset name CDATA #REQUIRED>
    20 			<module name="">
    21  <!ELEMENT module (component* | unit* | package* | prebuilt*)*>
    21 				<unit unitID="AmrNbCodecPlugin" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/AmrNbCodecPlugin/group" filter="!sf_build" name="AmrNbCodecPlugin" />
    22  <!ATTLIST module
    22 			</module>
    23   name CDATA #REQUIRED
    23 			<module name="">
    24   level CDATA #IMPLIED>
    24 				<unit unitID="AmrWbCodecPlugin" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/AmrWbCodecPlugin/group" filter="!sf_build" name="AmrWbCodecPlugin" />
    25  <!ELEMENT component (unit* | package* | prebuilt*)*>
    25 			</module>
    26  <!ATTLIST component name CDATA #REQUIRED>
    26 			<module name="">
    27  <!ELEMENT unit EMPTY>
    27 				<unit unitID="EAacPlusCodecPlugin" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/EAacPlusCodecPlugin/group" filter="!sf_build" name="EAacPlusCodecPlugin" />
    28  <!ATTLIST unit
    28 			</module>
    29   unitID ID #REQUIRED
    29 			<module name="">
    30   name CDATA #REQUIRED
    30 				<unit unitID="EAacPlusUtil" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/EAacPlusUtil/group" filter="!sf_build" name="EAacPlusUtil" />
    31   mrp CDATA #REQUIRED
    31 			</module>
    32   filter CDATA #IMPLIED
    32 			<module name="">
    33   bldFile CDATA #REQUIRED
    33 				<unit unitID="MP3CodecPlugin" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/MP3CodecPlugin/group" filter="!sf_build" name="MP3CodecPlugin" />
    34   priority CDATA #IMPLIED
    34 			</module>
    35   contract CDATA #IMPLIED>
    35 			<module name="">
    36  <!ELEMENT package EMPTY>
    36 				<unit unitID="WMADecoderPlugin" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/WMADecoderPlugin/group" filter="!sf_build" name="WMADecoderPlugin" />
    37  <!ATTLIST package
    37 			</module>
    38   name CDATA #REQUIRED
    38 			<module name="">
    39   mrp CDATA #REQUIRED
    39 				<unit unitID="ARM_MDF_Decoders" mrp="" bldFile="&layer_real_source_path;/video/ARM_MDF_Decoders/group" filter="!sf_build" name="ARM_MDF_Decoders" />
    40   filter CDATA #IMPLIED
    40 			</module>
    41   contract CDATA #IMPLIED>
    41 			<module name="">
    42  <!ELEMENT prebuilt EMPTY>
    42 				<unit unitID="Utilities" mrp="" bldFile="&layer_real_source_path;/video/ARM_MDF_Decoders/Utilities/group" filter="sf_build" name="Utilities" />
    43  <!ATTLIST prebuilt
    43 			</module>
    44   name CDATA #REQUIRED
    44 			
    45   version CDATA #REQUIRED
       
    46   late (Y|N) #IMPLIED
       
    47   filter CDATA #IMPLIED
       
    48   contract CDATA #IMPLIED>
       
    49  <!ELEMENT build (option* | target+ | targetList+ | unitList+ | configuration+)*>
       
    50  <!ELEMENT unitList (unitRef+)>
       
    51  <!ATTLIST unitList
       
    52   name ID #REQUIRED
       
    53   description CDATA #REQUIRED>
       
    54  <!ELEMENT unitRef EMPTY>
       
    55  <!ATTLIST unitRef unit IDREF #REQUIRED>
       
    56  <!ELEMENT targetList EMPTY>
       
    57  <!ATTLIST targetList
       
    58   name ID #REQUIRED
       
    59   description CDATA #REQUIRED
       
    60   target IDREFS #REQUIRED>
       
    61  <!ELEMENT target EMPTY>
       
    62  <!ATTLIST target
       
    63   name ID #REQUIRED
       
    64   abldTarget CDATA #REQUIRED
       
    65   description CDATA #REQUIRED>
       
    66  <!ELEMENT option EMPTY>
       
    67  <!ATTLIST option
       
    68   name ID #REQUIRED
       
    69   abldOption CDATA #REQUIRED
       
    70   description CDATA #REQUIRED
       
    71   enable (Y | N | y | n) #REQUIRED>
       
    72  <!ELEMENT configuration (unitListRef+ | layerRef+ | task+)*>
       
    73  <!ATTLIST configuration
       
    74   name ID #REQUIRED
       
    75   description CDATA #REQUIRED
       
    76   filter CDATA #REQUIRED>
       
    77  <!ELEMENT task ( unitListRef* , (buildLayer | specialInstructions))>
       
    78  <!ELEMENT unitListRef EMPTY>
       
    79  <!ATTLIST unitListRef unitList IDREF #REQUIRED>
       
    80  <!ELEMENT layerRef EMPTY>
       
    81  <!ATTLIST layerRef layerName CDATA #REQUIRED>
       
    82  <!ELEMENT buildLayer EMPTY>
       
    83  <!ATTLIST buildLayer
       
    84   command CDATA #REQUIRED
       
    85   targetList IDREFS #IMPLIED
       
    86   unitParallel (Y | N | y | n) #REQUIRED
       
    87   targetParallel (Y | N | y | n) #IMPLIED>
       
    88  <!ELEMENT specialInstructions EMPTY>
       
    89  <!ATTLIST specialInstructions
       
    90   name CDATA #REQUIRED
       
    91   cwd CDATA #REQUIRED
       
    92   command CDATA #REQUIRED>
       
    93  <!ENTITY layer_real_source_path "/sf/os/mm" >
       
    94 ]>
       
    95 <SystemDefinition name="multimedia" schema="1.4.0">
       
    96   <systemModel>
       
    97 		<layer name="os_layer">
       
    98 			<module name="multimedia_icl">
    45 			<module name="multimedia_icl">
    99 				<unit name="imagingfws" unitID="sos.imagingfws" bldFile="sf\os\mm\imagingandcamerafws\imagingfws\group" mrp="sf\os\mm\imagingandcamerafws\imagingfws\group\multimedia_icl.mrp"/>				
    46 				<unit name="imagingfws" unitID="sos.imagingfws" mrp="" bldFile="&layer_real_source_path;/imagingandcamerafws/imagingfws/group" />				
   100 			</module>
    47 			</module>
   101 			<module name="multimedia_camera">				
    48 			<module name="multimedia_camera">				
   102 				<unit name="camerafw" unitID="sos.camerafw" bldFile="sf\os\mm\imagingandcamerafws\camerafw\group" mrp="sf\os\mm\imagingandcamerafws\camerafw\group\multimedia_ecam_framework.mrp"/>
    49 				<unit name="camerafw" unitID="sos.camerafw" mrp="" bldFile="&layer_real_source_path;/imagingandcamerafws/camerafw/group" />
   103 			</module>			
    50 			</module>			
   104 			<module name="multimedia_imgplugins">
    51 			<module name="multimedia_imgplugins">
   105 				<unit name="imgplugins" unitID="sos.imgplugins" bldFile="sf\os\mm\mmplugins\imagingplugins\group" mrp="sf\os\mm\mmplugins\imagingplugins\group\multimedia_icl_plugin.mrp"/>
    52 				<unit name="imgplugins" unitID="sos.imgplugins" mrp="" bldFile="&layer_real_source_path;/mmplugins/imagingplugins/group" />
   106 			</module>
    53 			</module>
   107 			<module name="multimedia_mmlibs">
    54 			<module name="multimedia_mmlibs">
   108 				<unit name="mmutilitylib" unitID="sos.mmutilitylib" bldFile="sf\os\mm\mmlibs\mmutilitylib\group" mrp="sf\os\mm\mmlibs\mmutilitylib\group\multimedia_common.mrp"/>
    55 				<unit name="mmutilitylib" unitID="sos.mmutilitylib" mrp="" bldFile="&layer_real_source_path;/mmlibs/mmutilitylib/group" />
   109 				<unit name="mmfw" unitID="sos.mmfw" bldFile="sf\os\mm\mmlibs\mmfw\group" mrp="sf\os\mm\mmlibs\mmfw\group\multimedia_mmf.mrp"/>
    56 				<unit name="mmfw" unitID="sos.mmfw" mrp="" bldFile="&layer_real_source_path;/mmlibs/mmfw/group"/>
   110 			</module>			
    57 			</module>			
   111 			<module name="multimedia_mmdevicefw">
    58 			<module name="multimedia_mmdevicefw">
   112 				<unit name="speechrecogsupport" unitID="sos.speechrecogsupport" bldFile="sf\os\mm\mmdevicefw\speechrecogsupport\group" mrp="sf\os\mm\mmdevicefw\speechrecogsupport\group\multimedia_mmf_ASR.mrp"/>				
    59 				<unit name="speechrecogsupport" unitID="sos.speechrecogsupport" mrp="" bldFile="&layer_real_source_path;/mmdevicefw/speechrecogsupport/group" />				
   113 			</module>			
    60 			</module>			
   114 			<module name="multimedia_devsound">
    61 			<module name="multimedia_devsound">
   115 				<unit name="a3facf" unitID="sos.a3facf" bldFile="sf\os\mm\devsound\a3facf\group" mrp="sf\os\mm\devsound\a3facf\group\multimedia_a3f_acf.mrp"/>
    62 				<unit name="a3facf" unitID="sos.a3facf" mrp="" bldFile="&layer_real_source_path;/devsound/a3facf/group"/>
   116 				<unit name="a3fdevsound" unitID="sos.a3fdevsound" bldFile="sf\os\mm\devsound\a3fdevsound\group" mrp="sf\os\mm\devsound\a3fdevsound\group\multimedia_a3f_devsound.mrp"/>
    63 				<unit name="a3fdevsound" unitID="sos.a3fdevsound" mrp="" bldFile="&layer_real_source_path;/devsound/a3fdevsound/group"/>
   117 				<unit name="a3fsrvstart" unitID="sos.a3fsrvstart" bldFile="sf\os\mm\devsound\a3fsrvstart\group" mrp="sf\os\mm\devsound\a3fsrvstart\group\multimedia_a3f_serverstart.mrp"/>
    64 				<unit name="a3fsrvstart" unitID="sos.a3fsrvstart" mrp="" bldFile="&layer_real_source_path;/devsound/a3fsrvstart/group"/> 
   118 				<unit name="a3ftrace" unitID="sos.a3ftrace" bldFile="sf\os\mm\devsound\a3ftrace\group" mrp="sf\os\mm\devsound\a3ftrace\group\multimedia_a3f_traces.mrp"/>
    65 				<unit name="a3ftrace" unitID="sos.a3ftrace" mrp="" bldFile="&layer_real_source_path;/devsound/a3ftrace/group"/>
   119 				<unit name="hwdevapi" unitID="sos.hwdevapi" bldFile="sf\os\mm\devsound\hwdevapi\group" mrp="sf\os\mm\devsound\hwdevapi\group\multimedia_mdf_devsound_hwdev.mrp"/>	
    66 				<unit name="hwdevapi" unitID="sos.hwdevapi" mrp="" bldFile="&layer_real_source_path;/devsound/hwdevapi/group"/>	
   120 				<unit name="devsoundapi" unitID="sos.devsoundapi" bldFile="sf\os\mm\devsound\devsoundapi\group" mrp="sf\os\mm\devsound\devsoundapi\group\multimedia_mdf_devsound_api.mrp"/>	
    67 				<unit name="devsoundapi" unitID="sos.devsoundapi" mrp="" bldFile="&layer_real_source_path;/devsound/devsoundapi/group"/>	
   121 				<unit name="devsoundpluginsupport" unitID="sos.devsoundpluginsupport" bldFile="sf\os\mm\devsound\devsoundpluginsupport\group" mrp="sf\os\mm\devsound\devsoundpluginsupport\group\multimedia_mdf_devsound_pluginsupport.mrp"/>
    68 				<unit name="devsoundpluginsupport" unitID="sos.devsoundpluginsupport" mrp="" bldFile="&layer_real_source_path;/devsound/devsoundpluginsupport/group"/>
   122 			</module>
    69 			</module>
   123 			<module name="multimedia_mmhais">
    70 			<module name="multimedia_mmhais">
   124 				<unit name="videohai" unitID="sos.videohai" bldFile="sf\os\mm\mmhais\videohai\group" mrp="sf\os\mm\mmhais\videohai\group\multimedia_videohai.mrp"/>
    71 				<unit name="videohai" unitID="sos.videohai" mrp="" bldFile="&layer_real_source_path;/mmhais/videohai/group"/>
   125 			</module>
    72 			</module>
   126 			<module name="multimedia_mmplugins">
    73 			<module name="multimedia_mmplugins">
   127 				<unit name="lib3gp" unitID="sos.lib3gp" bldFile="sf\os\mm\mmplugins\lib3gp\group" mrp="sf\os\mm\mmplugins\lib3gp\group\multimedia_3gplibrary.mrp"/>
    74 				<unit name="lib3gp" unitID="sos.lib3gp" mrp="" bldFile="&layer_real_source_path;/mmplugins/lib3gp/group" />
       
    75 				<unit name="mmfplugin" unitID="sos.mmplugin" mrp="" bldFile="&layer_real_source_path;/mmplugins/mmfwplugins/group"/>
   128 			</module>
    76 			</module>
   129 			<module name="multimedia_mmswadaptation">
    77 			<module name="multimedia_mmswadaptation">
   130 				<unit name="videorenderer" unitID="sos.videorenderer" bldFile="sf\os\mm\mmswadaptation\videorenderer\group" mrp="sf\os\mm\mmswadaptation\videorenderer\group\multimedia_videorenderer.mrp"/>
    78 				<unit name="videorenderer" unitID="sos.videorenderer" mrp="" bldFile="&layer_real_source_path;/mmswadaptation/videorenderer/group"/>
   131 			</module>
    79 			</module>
   132 			<module name="multimedia_testframework">
    80 			<module name="multimedia_testframework">
   133 				<unit name="mmtestfw" unitID="sos.mmtestfw" bldFile="sf\os\mm\mmtestenv\mmtestfw\group" mrp="sf\os\mm\mmtestenv\mmtestfw\group\multimedia_testframework_source.mrp" filter="mm_common"/>
    81 				<unit name="mmtestfw" unitID="sos.mmtestfw" mrp="" bldFile="&layer_real_source_path;/mmtestenv/mmtestfw/group" filter="mm_common"/>
   134 			</module>
    82 			</module>
   135 			<module name="mm_testagent">
    83 			<module name="mm_testagent">
   136 				<unit name="mmtestagent" unitID="sos.mmtestagent" bldFile="sf\os\mm\mmtestenv\mmtestagent\group" mrp="sf\os\mm\mmtestenv\mmtestagent\group\multimediatestagent_source.mrp" filter="image"/>
    84 				<unit name="mmtestagent" unitID="sos.mmtestagent" mrp="" bldFile="&layer_real_source_path;/mmtestenv/mmtestagent/group" filter="image"/>
   137 			</module>
    85 			</module>
   138 			<module name="multimedia_testtools">
    86 			<module name="multimedia_testtools">
   139 				<unit name="mmtesttools" unitID="sos.mmtesttools" bldFile="sf\os\mm\mmtestenv\mmtesttools\group" mrp="sf\os\mm\mmtestenv\mmtesttools\group\multimedia_testtools_source.mrp" filter="mmmw"/>
    87 				<unit name="mmtesttools" unitID="sos.mmtesttools" mrp="" bldFile="&layer_real_source_path;/mmtestenv/mmtesttools/group" filter="mmmw"/>
   140 			</module>	
    88 			</module>			
   141 		</layer>
    89     </layer>    
   142 		<layer name="api_test_layer">
    90 
   143 			<module name="multimedia_test_component">
    91         <layer name="arm9e_layer"> 
   144 				<unit name="a3fchartest" unitID="sos.a3fchartest" bldFile="sf\os\mm\devsound\a3fcharacterisationtest\group" mrp="" filter="audio"/>
    92                             <module name=""> 
   145 				<unit name="speechrecogsupporttest" unitID="sos.speechrecogsupporttest" bldFile="sf\os\mm\mmdevicefw\speechrecogsupport\tsrc\ASR\group" mrp="" filter="audio"/>
    93                                     <unit unitID="EAacPlusCodecPlugin_arm9e" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/EAacPlusCodecPlugin/group" filter="!sf_build" name="EAacPlusCodecPlugin_arm9e" /> 
   146 				<unit name="mmfintgdevsound" unitID="sos.mmfintgdevsound" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfintegrationtest\devsound\group" mrp="" filter="audio"/>
    94                             </module> 
   147 				<unit name="acod" unitID="sos.acod" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\ACOD\group" mrp="" filter="audio"/>
    95         </layer>     
   148 				<unit name="DevSoundTestCIPlugins" unitID="sos.DevSoundTestCIPlugins" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\DevSoundTest\CIPlugins\group" mrp="" filter="audio"/>
    96 
   149 				<unit name="DevSoundTest" unitID="sos.DevSoundTest" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\DevSoundTest\group" mrp="" filter="audio"/>
    97   	<layer name="bldmelast_layer">
   150 				<unit name="SbcCodec" unitID="sos.SbcCodec" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\SbcCodec\group" mrp="" filter="audio"/>
    98 			<module name="">
   151 				<unit name="mmtestfwunittest" unitID="sos.mmtestfwunittest" bldFile="sf\os\mm\mmtestenv\mmtestfwunittest\group" mrp="" filter="audio"/>
    99 				<unit unitID="EAacPlusCodecPlugin_arm9e_2" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/EAacPlusCodecPlugin/group" filter="!sf_build" name="EAacPlusCodecPlugin_arm9e_2" />
   152 				<unit name="SDevSound" unitID="sos.SDevSound" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfintegrationtest\SDevSound\group" mrp="" filter="audio"/>				
   100 			</module>
   153 				<unit name="mmfcharacterisationvalidationaudioplay" unitID="sos.mmfcharacterisationvalidationaudioplay" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfcharacterisationvalidation\clientutils\audio\play\group" mrp="" filter="mmmw"/>
   101     </layer>    
   154 				<unit name="mmfcharacterisationvalidationaudiorecord" unitID="sos.mmfcharacterisationvalidationaudiorecord" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfcharacterisationvalidation\clientutils\audio\record\group" mrp="" filter="mmmw"/>
   102 
   155 				<unit name="mmfintegrationtestCtlfrm" unitID="sos.mmfintegrationtestCtlfrm" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfintegrationtest\Ctlfrm\group" mrp="" filter="mmmw"/>
   103 
   156 				<unit name="mmfintegrationtestSecureDrm" unitID="sos.mmfintegrationtestSecureDrm" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfintegrationtest\SecureDRM\group" mrp="" filter="mmmw"/>
   104   	<layer name="api_test_layer">
   157 				<unit name="mmfintegrationtestAclnt" unitID="sos.mmfintegrationtestAclnt" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfintegrationtest\ACLNT\group" mrp="" filter="mmmw"/>
   105 			<module name="mm_tsrc">
   158 				<unit name="mmfunittestsActrl" unitID="sos.mmfunittestsActrl" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\Actrl\group" mrp="" filter="mmmw"/>	
   106 				<unit unitID="mm_tsrc" name="mm_tsrc" bldFile="&layer_real_source_path;/tsrc/group" mrp="" />
   159 				<unit name="mmfunittestaclnt" unitID="sos.mmfunittestaclnt" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\aclnt\group" mrp="" filter="mmmw"/>
   107 			</module>
   160 				<unit name="mmfunittestsAFMT" unitID="sos.mmfunittestsAFMT" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\AFMT\group" mrp="" filter="mmmw"/>	
   108     </layer>   
   161 				<unit name="mmfunittestsBasecl" unitID="sos.mmfunittestsBasecl" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\basecl\group" mrp="" filter="mmmw"/>
   109 
   162 				<unit name="mmfunittestsctlfrm" unitID="sos.mmfunittestsctlfrm" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\ctlfrm\group" mrp="" filter="mmmw"/>
   110 
   163 				<unit name="mmfunittestsGEF" unitID="sos.mmfunittestsGEF" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\GEF\group" mrp="" filter="mmmw"/>
   111   	<layer name="module_test_layer">
   164 				<unit name="mmfunittestsMidiClnt" unitID="sos.mmfunittestsMidiClnt" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\MidiClnt\group" mrp="" filter="mmmw"/>
   112 			<module name="nga_mdf_tsrc">
   165 				<unit name="mmfunittestsMidiTestCntrl" unitID="sos.mmfunittestsMidiTestCntrl" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\MidiClnt\MidiTestCntrl\group" mrp="" filter="mmmw"/>
   113 				<unit unitID="nga_mdf_tsrc" name="nga_mdf_tsrc" bldFile="&layer_real_source_path;/mdfdevvideoextensions/nga_mdf_postprocessor/tsrc/StifNgaMdfPoPTest/group" mrp="" />
   166 				<unit name="mmfunittestsRecogniser" unitID="sos.mmfunittestsRecogniser" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\Recogniser\group" mrp="" filter="mmmw"/>
   114 			</module>
   167 				<unit name="mmfunittestsSRSSNK" unitID="sos.mmfunittestsSRSSNK" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\srssnk\group" mrp="" filter="mmmw"/>				
   115     </layer>   
   168 				<unit name="mdfunittestcodecapi" unitID="sos.mdfunittestcodecapi" bldFile="sf\os\mm\mmdevicefw\mdfunittest\codecapi\video\group" mrp="" filter="video"/>
   116 
   169 				<unit name="mdfunittestcodecapiPU" unitID="sos.mdfunittestcodecapiPU" bldFile="sf\os\mm\mmdevicefw\mdfunittest\codecapi\PU\video\group" mrp="" filter="video"/>				
   117 
   170 				<unit name="lib3gpunittest" unitID="sos.lib3gpunittest" bldFile="sf\os\mm\mmplugins\lib3gpunittest\group" mrp="" filter="video"/>				
   118   	<layer name="pref_test_layer">
   171 				<unit name="cameraunittest" unitID="sos.cameraunittest" bldFile="sf\os\mm\imagingandcamerafws\cameraunittest\group" mrp="" filter="video"/>				
   119 			<module name="mm_tsrc_group">
   172 				<unit name="VideoUnitTest" unitID="sos.VideoUnitTest" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfunittest\group\VideoGroup" mrp="" filter="video"/>
   120 				<unit unitID="mm_tsrc_group" name="mm_tsrc_group" bldFile="&layer_real_source_path;/tsrc/group" mrp="" filter="TA_MM" />
   173 				<unit name="xvidcore" unitID="sos.xvidcore" bldFile="sf\xvidhwdevice\group" mrp="" filter="video"/>
   121 			</module>
   174 				<unit name="xvidpu" unitID="sos.xvidpu" bldFile="sf\xvidpu\group" mrp="" filter="video"/>			
   122 			<module name="nga_mdf_tsrc_group">
   175 				<!--unit name="dvbhreceiverhai" unitID="sos.dvbhreceiverhai" bldFile="sf\os\mm\mmhais\dvbhreceiverhai\hai\dvbh\group" mrp="" filter="video"/-->
   123 				<unit unitID="nga_mdf_tsrc_group" name="nga_mdf_tsrc_group" bldFile="&layer_real_source_path;/mdfdevvideoextensions/nga_mdf_postprocessor/tsrc/StifNgaMdfPoPTest/group" mrp="" filter="TA_NGA_MDF_POSTPROCESSOR" />
   176 				<!--unit name="dvbhunittest" unitID="sos.dvbhunittest" bldFile="sf\os\mm\mmhais\dvbhunittest\hai\dvbh\group" mrp="" filter="video"/-->				
   124 			</module>
   177 				<unit name="mmtplugin" unitID="sos.mmplugin" bldFile="sf\os\mm\mmplugins\mmfwplugins\group" mrp="" filter="video"/>
   125     </layer>    
   178 				<!--unit name="mvsintegrationtest" unitID="sos.mvsintegrationtest" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmvalidationsuite\mvsintegrationtest\group" mrp="" filter="video"/-->
   126 
   179 				<unit name="VideoIntegrationTest" unitID="sos.VideoIntegrationTest" bldFile="sf\os\mm\mmlibs\mmfw\tsrc\mmfintegrationtest\group\VideoGroup" mrp="" filter="video"/>				
   127  
   180 				<unit name="imagingunittest" unitID="sos.imagingunittest" bldFile="sf\os\mm\imagingandcamerafws\imagingunittest\group" mrp="" filter="image"/>
   128   	<layer name="os_mm_layer">
   181 				<unit name="imaginginttest" unitID="sos.imaginginttest" bldFile="sf\os\mm\imagingandcamerafws\imaginginttest\group" mrp="" filter="image"/>
   129 			<module name="mm_group">
   182 				<unit name="TSU_ICL_GSCAL_01" unitID="sos.TSU_ICL_GSCAL_01" bldFile="sf\os\mm\imagingandcamerafws\imagingunittest\TSU_ICL_GSCAL_01\group" mrp="" filter="image"/>
   130 				<unit unitID="mm_group" mrp="" bldFile="&layer_real_source_path;/group" name="mm_group" />
   183 				<unit name="TSU_ICL_ITFM_01" unitID="sos.TSU_ICL_ITFM_01" bldFile="sf\os\mm\imagingandcamerafws\imagingunittest\TSU_ICL_ITFM_01\group" mrp="" filter="image"/>				
   131 			</module>
   184 			</module>
   132 			<module name="">
   185 			<module name="multimedia_test_component_rom">
   133 				<unit unitID="AudioEqualizerUtility_group" mrp="" bldFile="&layer_real_source_path;/devsoundextensions/effectspresets/AudioEqualizerUtility/group" filter="!dfs_build" name="AudioEqualizerUtility_group" />
   186 				<unit name="a3fintegrationtest" unitID="sos.a3fintegrationtest" bldFile="sf\os\mm\devsound\a3fintegrationtest\group" mrp="" filter="audio"/>
   134 				<unit unitID="EnvironmentalReverbUtility_group" mrp="" bldFile="&layer_real_source_path;/devsoundextensions/effectspresets/EnvironmentalReverbUtility/group" filter="!dfs_build" name="EnvironmentalReverbUtility_group" />
   187 			</module>
   135 			</module>
   188 		</layer>
   136 			<module name="">
       
   137 				<unit unitID="AacEncoderPlugin_group" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/AacEncoderPlugin/group" filter="!sf_build" name="AacEncoderPlugin_group" />
       
   138 			</module>
       
   139 			<module name="">
       
   140 				<unit unitID="AmrNbCodecPlugin_group" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/AmrNbCodecPlugin/group" filter="!sf_build" name="AmrNbCodecPlugin_group" />
       
   141 			</module>
       
   142 			<module name="">
       
   143 				<unit unitID="AmrWbCodecPlugin_group" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/AmrWbCodecPlugin/group" filter="!sf_build" name="AmrWbCodecPlugin_group" />
       
   144 			</module>
       
   145 			<module name="">
       
   146 				<unit unitID="EAacPlusCodecPlugin_group" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/EAacPlusCodecPlugin/group" filter="!sf_build" name="EAacPlusCodecPlugin_group" />
       
   147 			</module>
       
   148 			<module name="">
       
   149 				<unit unitID="EAacPlusUtil_group" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/EAacPlusUtil/group" filter="!sf_build" name="EAacPlusUtil_group" />
       
   150 			</module>
       
   151 			<module name="">
       
   152 				<unit unitID="MP3CodecPlugin_group" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/MP3CodecPlugin/group" filter="!sf_build" name="MP3CodecPlugin_group" />
       
   153 			</module>
       
   154 			<module name="">
       
   155 				<unit unitID="WMADecoderPlugin_group" mrp="" bldFile="&layer_real_source_path;/audio/ARM_CMMF_codecs/WMADecoderPlugin/group" filter="!sf_build" name="WMADecoderPlugin_group" />
       
   156 			</module>
       
   157 			<module name="">
       
   158 				<unit unitID="ARM_MDF_Decoders_group" mrp="" bldFile="&layer_real_source_path;/video/ARM_MDF_Decoders/group" filter="!sf_build" name="ARM_MDF_Decoders_group" />
       
   159 			</module>
       
   160 			<module name="">
       
   161 				<unit unitID="Utilities_group" mrp="" bldFile="&layer_real_source_path;/video/ARM_MDF_Decoders/Utilities/group" filter="sf_build" name="Utilities_group" />
       
   162 			</module>
       
   163     </layer>    
       
   164   	<layer name="audio_test_layer">
       
   165 			<module name="mf_multimedia_test_component">
       
   166 				<unit name="a3fchartest" unitID="sos.a3fchartest" bldFile="&layer_real_source_path;/devsound/a3fcharacterisationtest/group" mrp=""/>
       
   167 				<unit name="speechrecogsupporttest" unitID="sos.speechrecogsupporttest" bldFile="&layer_real_source_path;/mmdevicefw/speechrecogsupport/tsrc/ASR/group" mrp=""/>
       
   168 				<unit name="mmfintgdevsound" unitID="sos.mmfintgdevsound" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfintegrationtest/devsound/group" mrp=""/>
       
   169 				<unit name="acod" unitID="sos.acod" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/ACOD/group" mrp=""/>
       
   170 				<unit name="DevSoundTestCIPlugins" unitID="sos.DevSoundTestCIPlugins" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/CIPlugins/group" mrp=""/>
       
   171 				<unit name="DevSoundTest" unitID="sos.DevSoundTest" bldFile="&layer_real_source_path;/mmlibs\mmfw\tsrc\mmfunittest\DevSoundTest\group" mrp=""/>
       
   172 				<unit name="SbcCodec" unitID="sos.SbcCodec" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/SbcCodec/group" mrp=""/>
       
   173 				<unit name="mmtestfwunittest" unitID="sos.mmtestfwunittest" bldFile="&layer_real_source_path;/mmtestenv/mmtestfwunittest/group" mrp=""/>
       
   174 				<unit name="SDevSound" unitID="sos.SDevSound" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfintegrationtest/SDevSound/group" mrp=""/>
       
   175 				<!--unit name="a3fintegrationtest" unitID="sos.a3fintegrationtest" bldFile="&layer_real_source_path;/devsound/a3fintegrationtest/group" mrp="" />-->				
       
   176 			</module>			
       
   177     </layer>   
       
   178   	<layer name="mmmw_test_layer">
       
   179 			<module name="mmmw_multimedia_test_component">
       
   180 				<unit name="mmfcharacterisationvalidationaudioplay" unitID="sos.mmfcharacterisationvalidationaudioplay" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfcharacterisationvalidation/clientutils/audio/play/group" mrp=""/>
       
   181 				<unit name="mmfcharacterisationvalidationaudiorecord" unitID="sos.mmfcharacterisationvalidationaudiorecord" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfcharacterisationvalidation/clientutils/audio/record/group" mrp=""/>
       
   182 				<unit name="mmfintegrationtestCtlfrm" unitID="sos.mmfintegrationtestCtlfrm" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfintegrationtest/Ctlfrm/group" mrp=""/>
       
   183 				<unit name="mmfintegrationtestSecureDrm" unitID="sos.mmfintegrationtestSecureDrm" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfintegrationtest/SecureDRM/group" mrp=""/>
       
   184 				<unit name="mmfintegrationtestAclnt" unitID="sos.mmfintegrationtestAclnt" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/group" mrp=""/>
       
   185 				<unit name="mmfunittestsActrl" unitID="sos.mmfunittestsActrl" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/Actrl/group" mrp=""/>	
       
   186 				<unit name="mmfunittestaclnt" unitID="sos.mmfunittestaclnt" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/aclnt/group" mrp=""/>
       
   187 				<unit name="mmfunittestsAFMT" unitID="sos.mmfunittestsAFMT" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/AFMT/group" mrp=""/>	
       
   188 				<unit name="mmfunittestsBasecl" unitID="sos.mmfunittestsBasecl" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/basecl/group" mrp=""/>
       
   189 				<unit name="mmfunittestsctlfrm" unitID="sos.mmfunittestsctlfrm" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/ctlfrm/group" mrp=""/>
       
   190 				<unit name="mmfunittestsGEF" unitID="sos.mmfunittestsGEF" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/GEF/group" mrp=""/>
       
   191 				<unit name="mmfunittestsMidiClnt" unitID="sos.mmfunittestsMidiClnt" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/MidiClnt/group" mrp=""/>
       
   192 				<unit name="mmfunittestsMidiTestCntrl" unitID="sos.mmfunittestsMidiTestCntrl" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/MidiClnt/MidiTestCntrl/group" mrp=""/>
       
   193 				<unit name="mmfunittestsRecogniser" unitID="sos.mmfunittestsRecogniser" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/Recogniser/group" mrp=""/>
       
   194 				<unit name="mmfunittestsSRSSNK" unitID="sos.mmfunittestsSRSSNK" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/srssnk/group" mrp=""/>				
       
   195 			</module>			
       
   196     </layer>   
       
   197   	<layer name="video_test_layer">
       
   198 			<module name="video_multimedia_test_component">
       
   199 				<unit name="mdfunittestcodecapi" unitID="sos.mdfunittestcodecapi" bldFile="&layer_real_source_path;/mmdevicefw/mdfunittest/codecapi/video/group" mrp=""/>
       
   200 				<unit name="mdfunittestcodecapiPU" unitID="sos.mdfunittestcodecapiPU" bldFile="&layer_real_source_path;/mmdevicefw/mdfunittest/codecapi/PU/video/group" mrp=""/>				
       
   201 				<unit name="lib3gpunittest" unitID="sos.lib3gpunittest" bldFile="&layer_real_source_path;/mmplugins/lib3gpunittest/group" mrp=""/>				
       
   202 				<unit name="cameraunittest" unitID="sos.cameraunittest" bldFile="&layer_real_source_path;/imagingandcamerafws/cameraunittest/group" mrp=""/>				
       
   203 				<unit name="VideoUnitTest" unitID="sos.VideoUnitTest" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfunittest/group/VideoGroup" mrp=""/>
       
   204 				<unit name="xvidcore" unitID="sos.xvidcore" bldFile="sf\xvidhwdevice\group" mrp=""/>
       
   205 				<unit name="xvidpu" unitID="sos.xvidpu" bldFile="sf\xvidpu\group" mrp=""/>			
       
   206 				<!--unit name="dvbhreceiverhai" unitID="sos.dvbhreceiverhai" bldFile="&layer_real_source_path;/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp=""/-->
       
   207 				<!--unit name="dvbhunittest" unitID="sos.dvbhunittest" bldFile="&layer_real_source_path;/mmhais/dvbhunittest/hai/dvbh/group" mrp=""/-->				
       
   208 				<!--unit name="mvsintegrationtest" unitID="sos.mvsintegrationtest" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmvalidationsuite/mvsintegrationtest/group" mrp=""/-->
       
   209 				<unit name="VideoIntegrationTest" unitID="sos.VideoIntegrationTest" bldFile="&layer_real_source_path;/mmlibs/mmfw/tsrc/mmfintegrationtest/group/VideoGroup" mrp=""/>				
       
   210 			</module>			
       
   211     </layer>   
       
   212   	<layer name="imaging_test_layer">
       
   213 			<module name="imaging_multimedia_test_component">
       
   214 				<unit name="imagingunittest" unitID="sos.imagingunittest" bldFile="&layer_real_source_path;/imagingandcamerafws/imagingunittest/group" mrp=""/>
       
   215 				<unit name="imaginginttest" unitID="sos.imaginginttest" bldFile="&layer_real_source_path;/imagingandcamerafws/imaginginttest/group" mrp=""/>
       
   216 				<unit name="TSU_ICL_GSCAL_01" unitID="sos.TSU_ICL_GSCAL_01" bldFile="&layer_real_source_path;/imagingandcamerafws/imagingunittest/TSU_ICL_GSCAL_01/group" mrp=""/>
       
   217 				<unit name="TSU_ICL_ITFM_01" unitID="sos.TSU_ICL_ITFM_01" bldFile="&layer_real_source_path;/imagingandcamerafws/imagingunittest/TSU_ICL_ITFM_01/group" mrp=""/>				
       
   218 			</module>			
       
   219     </layer>
       
   220 
       
   221   	<layer name="mmapi_test_layer">
       
   222 			<module name="mmapi_multimedia_test_component">
       
   223 				<unit name="devsoundexthaitest" unitID="sos.devsoundexthaitest" bldFile="&layer_real_source_path;/mmapitest/devsoundexthaitest/group" mrp=""/>
       
   224 				<unit name="devsoundhaitest" unitID="sos.devsoundhaitest" bldFile="&layer_real_source_path;/mmapitest/devsoundhaitest/group" mrp=""/>
       
   225 				<unit name="devvideohaitest" unitID="sos.devvideohaitest" bldFile="&layer_real_source_path;/mmapitest/devvideohaitest/group" mrp=""/>
       
   226 				<unit name="mmsvs" unitID="sos.mmsvs" bldFile="&layer_real_source_path;/mmapitest/mmsvs/suite/group" mrp=""/>				
       
   227 			</module>			
       
   228     </layer>  
   189   </systemModel>
   229   </systemModel>
   190 </SystemDefinition>
   230 </SystemDefinition>