emulator/emulatorbsp/specific/property.cpp
branchRCL_3
changeset 55 7151b503b58d
parent 40 cb9d56c0e2af
equal deleted inserted replaced
49:a4ff6126ec76 55:7151b503b58d
   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 
       
   447 
   437 
   448 //	load additional configuration specific properties
   438 //	load additional configuration specific properties
   449 
   439 
   450 //	get the multi property "configuration"
   440 //	get the multi property "configuration"
   451 	value = NULL;
   441 	value = NULL;