emulator/emulatorbsp/specific/property.cpp
branchRCL_3
changeset 40 cb9d56c0e2af
parent 0 cec860690d41
child 55 7151b503b58d
equal deleted inserted replaced
28:7fcac431985a 40:cb9d56c0e2af
   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;