emulator/emulatorbsp/specific/property.cpp
changeset 14 cf4c5641c6dd
parent 0 cec860690d41
child 55 7151b503b58d
equal deleted inserted replaced
12:a80bfc23ff0e 14:cf4c5641c6dd
   432 		if (iProperties.Append("Extension", KExtensionUsiiNand) == NULL)
   432 		if (iProperties.Append("Extension", KExtensionUsiiNand) == NULL)
   433 			return KErrNoMemory;
   433 			return KErrNoMemory;
   434 
   434 
   435 		}
   435 		}
   436 	
   436 	
       
   437 
       
   438 	// Get the name of the extension media drivers from epoc.ini (optional)
       
   439 	value = NULL;
       
   440 	iProperties.GetString("MediaExtensionDriver", value);
       
   441 	if (value)
       
   442 		{
       
   443 		if (iProperties.Append("Extension", value) == NULL)
       
   444 			return KErrNoMemory;		
       
   445 		}
       
   446 
   437 
   447 
   438 //	load additional configuration specific properties
   448 //	load additional configuration specific properties
   439 
   449 
   440 //	get the multi property "configuration"
   450 //	get the multi property "configuration"
   441 	value = NULL;
   451 	value = NULL;