installationservices/swcomponentregistry/test/tscr/source/tscrserver.cpp
changeset 60 245df5276b97
parent 33 8110bf1194d1
equal deleted inserted replaced
53:ae54820ef82c 60:245df5276b97
   252         testStep = new CScrGetAppUidsForComponent(*this);
   252         testStep = new CScrGetAppUidsForComponent(*this);
   253 	else if (strippedStepName == KScrAddConcurrentApplicationEntryStep)
   253 	else if (strippedStepName == KScrAddConcurrentApplicationEntryStep)
   254         testStep = new CScrAddConcurrentApplicationEntryStep(*this);	
   254         testStep = new CScrAddConcurrentApplicationEntryStep(*this);	
   255     else if (strippedStepName == KScrGetAppInfoStep)
   255     else if (strippedStepName == KScrGetAppInfoStep)
   256         testStep = new CScrGetAppInfoStep(*this);
   256         testStep = new CScrGetAppInfoStep(*this);
   257   	
   257     else if (strippedStepName == KScrComponentOnEMMC)
       
   258            testStep = new CScrEMMCComponentStep(*this);
       
   259     else if (strippedStepName == KScrComponentPresentForNameVendor)
       
   260          testStep = new CScrComponentPresentForNameVendorStep(*this);
   258 	if(performanceStep)
   261 	if(performanceStep)
   259 		{
   262 		{
   260 		CScrTestStep *scrTestStep = dynamic_cast<CScrTestStep*>(testStep);
   263 		CScrTestStep *scrTestStep = dynamic_cast<CScrTestStep*>(testStep);
   261 		scrTestStep->MarkAsPerformanceStep();
   264 		scrTestStep->MarkAsPerformanceStep();
   262 		}
   265 		}