# HG changeset patch # User MattD <mattd@symbian.org> # Date 1265372699 0 # Node ID 5381d0e2c9eb7539087628cb490288a8f546adbd # Parent ae56cbc47e4bf06d7ec761456c4c88e852809aad symbian3 models - Added 3GPExtParserLib_stub to fix Bug 1529 diff -r ae56cbc47e4b -r 5381d0e2c9eb symbian3/single/sysdefs/system_model.xml --- a/symbian3/single/sysdefs/system_model.xml Tue Feb 02 18:45:01 2010 +0000 +++ b/symbian3/single/sysdefs/system_model.xml Fri Feb 05 12:24:59 2010 +0000 @@ -1062,6 +1062,10 @@ <component name="mmmw" purpose="optional" plugin="N"> <unit bldFile="/sf/mw/mmmw/group" mrp=""/> </component> +<!-- MattD 20100205 - This stub is needed for metadatautility (see Bug 1529) --> +<component name="mmmw_3GPExtParserLib_stub" purpose="optional" plugin="N"> +<unit mrp="" bldFile="sf/mw/mmmw/mmserv/metadatautility/3GPExtParserLib_stub/group" /> +</component> </collection> </block> diff -r ae56cbc47e4b -r 5381d0e2c9eb symbian3/split/sysdefs/system_model_s60.xml --- a/symbian3/split/sysdefs/system_model_s60.xml Tue Feb 02 18:45:01 2010 +0000 +++ b/symbian3/split/sysdefs/system_model_s60.xml Fri Feb 05 12:24:59 2010 +0000 @@ -233,6 +233,8 @@ </module> <module name="mmmw"> <unit unitID="mmmw" mrp="" bldFile="sf/mw/mmmw/group" name="mmmw"/> + <!-- MattD 20100205 - This stub is needed for metadatautility (see Bug 1529) --> + <unit unitID="mmmw_3GPExtParserLib_stub" mrp="" bldFile="sf/mw/mmmw/mmserv/metadatautility/3GPExtParserLib_stub/group" name="mmmw_3GPExtParserLib_stub"/> </module> <module name="mmuifw"> <unit unitID="uxdo.mmuifw" mrp="" bldFile="sf/mw/mmuifw/group" name="mmuifw"/>