installationservices/swcomponentregistry/test/tscr/source/tscrserver.cpp
changeset 60 245df5276b97
parent 33 8110bf1194d1
--- a/installationservices/swcomponentregistry/test/tscr/source/tscrserver.cpp	Tue Jul 06 14:23:31 2010 +0300
+++ b/installationservices/swcomponentregistry/test/tscr/source/tscrserver.cpp	Wed Aug 18 09:55:45 2010 +0300
@@ -254,7 +254,10 @@
         testStep = new CScrAddConcurrentApplicationEntryStep(*this);	
     else if (strippedStepName == KScrGetAppInfoStep)
         testStep = new CScrGetAppInfoStep(*this);
-  	
+    else if (strippedStepName == KScrComponentOnEMMC)
+           testStep = new CScrEMMCComponentStep(*this);
+    else if (strippedStepName == KScrComponentPresentForNameVendor)
+         testStep = new CScrComponentPresentForNameVendorStep(*this);
 	if(performanceStep)
 		{
 		CScrTestStep *scrTestStep = dynamic_cast<CScrTestStep*>(testStep);