diff -r 7fcac431985a -r cb9d56c0e2af emulator/emulatorbsp/specific/property.cpp --- a/emulator/emulatorbsp/specific/property.cpp Mon Jun 21 16:55:23 2010 +0300 +++ b/emulator/emulatorbsp/specific/property.cpp Thu Aug 19 10:59:57 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"