emulator/emulatorbsp/specific/property.cpp
changeset 14 cf4c5641c6dd
parent 0 cec860690d41
child 55 7151b503b58d
--- a/emulator/emulatorbsp/specific/property.cpp	Mon May 03 13:33:44 2010 +0300
+++ b/emulator/emulatorbsp/specific/property.cpp	Fri May 14 16:58:21 2010 +0300
@@ -435,6 +435,16 @@
 		}
 	
 
+	// Get the name of the extension media drivers from epoc.ini (optional)
+	value = NULL;
+	iProperties.GetString("MediaExtensionDriver", value);
+	if (value)
+		{
+		if (iProperties.Append("Extension", value) == NULL)
+			return KErrNoMemory;		
+		}
+
+
 //	load additional configuration specific properties
 
 //	get the multi property "configuration"