diff -r a80bfc23ff0e -r cf4c5641c6dd emulator/emulatorbsp/specific/property.cpp --- 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"