installationservices/swi/test/tsisregistrytest/tsisregistrytest.cpp
changeset 25 98b66e4fb0be
parent 0 ba25891c3a9e
child 50 c6e8afe0ba85
child 60 245df5276b97
equal deleted inserted replaced
24:84a16765cd86 25:98b66e4fb0be
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   124 		}	
   124 		}	
   125 	if (strippedStepName == KInRomNonRemovablePackages)
   125 	if (strippedStepName == KInRomNonRemovablePackages)
   126 		{
   126 		{
   127 		name = new CInRomNonRemovablePackage;
   127 		name = new CInRomNonRemovablePackage;
   128 		}
   128 		}
       
   129     if (strippedStepName == KSetCenRepSetting)
       
   130         {
       
   131         name = new CSetCenRepSettingStep; 
       
   132         }
   129 	if (strippedStepName == KInstalledDrives)
   133 	if (strippedStepName == KInstalledDrives)
   130 		{
   134 		{
   131 		name = new CInstalledDrives;
   135 		name = new CInstalledDrives;
   132 		}		
   136 		}		
   133 	else if (strippedStepName == KIsUidInstalled)
   137 	else if (strippedStepName == KIsUidInstalled)