mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/src/cmediamtpdataproviderdescriptionutility.cpp
--- a/mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/src/cmediamtpdataproviderdescriptionutility.cpp Fri Mar 12 15:44:36 2010 +0200
+++ b/mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/src/cmediamtpdataproviderdescriptionutility.cpp Mon Mar 15 12:42:31 2010 +0200
@@ -531,11 +531,16 @@
CMTPTypeObjectPropDescEnumerationForm* expectedForm =
CMTPTypeObjectPropDescEnumerationForm::NewLC( EMTPTypeString ); // + expectedForm
- CMTPTypeString* string = CMTPTypeString::NewLC( _L( "SP@LL" ) ); // + string
+ CMTPTypeString* string = CMTPTypeString::NewLC( _L("SP@LL") ); // + string
+ expectedForm->AppendSupportedValueL( *string );
+ string->SetL( _L("SP@ML") );
expectedForm->AppendSupportedValueL( *string );
- string->SetL( _L("SP@ML"));
+ string->SetL( _L("MP@LL") );
expectedForm->AppendSupportedValueL( *string );
- string->SetL( _L("MP@LL"));
+
+ string->SetL( _L("MP@ML") );
+ expectedForm->AppendSupportedValueL( *string );
+ string->SetL( _L("MP@HL") );
expectedForm->AppendSupportedValueL( *string );
CMTPTypeObjectPropDesc::TPropertyInfo propertyInfo;