mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/src/cmediamtpdataproviderdescriptionutility.cpp
branchRCL_3
changeset 15 d240f0a77280
parent 14 05b0d2323768
child 17 780c925249c1
equal deleted inserted replaced
14:05b0d2323768 15:d240f0a77280
   529     PRINT( _L( "MM MTP => CMediaMtpDataProviderDescriptionUtility::NewEncodingProfileDescriptionPropDescL" ) );
   529     PRINT( _L( "MM MTP => CMediaMtpDataProviderDescriptionUtility::NewEncodingProfileDescriptionPropDescL" ) );
   530 
   530 
   531     CMTPTypeObjectPropDescEnumerationForm* expectedForm =
   531     CMTPTypeObjectPropDescEnumerationForm* expectedForm =
   532         CMTPTypeObjectPropDescEnumerationForm::NewLC( EMTPTypeString ); // + expectedForm
   532         CMTPTypeObjectPropDescEnumerationForm::NewLC( EMTPTypeString ); // + expectedForm
   533 
   533 
   534     CMTPTypeString* string = CMTPTypeString::NewLC( _L( "SP@LL" ) );    // + string
   534     CMTPTypeString* string = CMTPTypeString::NewLC( _L("SP@LL") );    // + string
   535     expectedForm->AppendSupportedValueL( *string );
   535     expectedForm->AppendSupportedValueL( *string );
   536     string->SetL( _L("SP@ML"));
   536     string->SetL( _L("SP@ML") );
   537     expectedForm->AppendSupportedValueL( *string );
   537     expectedForm->AppendSupportedValueL( *string );
   538     string->SetL( _L("MP@LL"));
   538     string->SetL( _L("MP@LL") );
       
   539     expectedForm->AppendSupportedValueL( *string );
       
   540 
       
   541     string->SetL( _L("MP@ML") );
       
   542     expectedForm->AppendSupportedValueL( *string );
       
   543     string->SetL( _L("MP@HL") );
   539     expectedForm->AppendSupportedValueL( *string );
   544     expectedForm->AppendSupportedValueL( *string );
   540 
   545 
   541     CMTPTypeObjectPropDesc::TPropertyInfo propertyInfo;
   546     CMTPTypeObjectPropDesc::TPropertyInfo propertyInfo;
   542     propertyInfo.iDataType = EMTPTypeString;
   547     propertyInfo.iDataType = EMTPTypeString;
   543     propertyInfo.iFormFlag = CMTPTypeObjectPropDesc::EEnumerationForm;
   548     propertyInfo.iFormFlag = CMTPTypeObjectPropDesc::EEnumerationForm;