installationservices/swi/test/tuiscriptadaptors/tswisserver.cpp
branchRCL_3
changeset 19 7ca52d38f8c3
parent 0 ba25891c3a9e
child 34 741e5bba2bd1
child 42 d17dc5398051
equal deleted inserted replaced
18:3ba40be8e484 19:7ca52d38f8c3
     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".
   231 		testStep = new CSwisUninstallPkgsStep(CSwisUninstallPkgsStep::EListPkgs);
   231 		testStep = new CSwisUninstallPkgsStep(CSwisUninstallPkgsStep::EListPkgs);
   232 	else if (aStepName == KSwisRemoveUninstallPkgsStep)	// Removing Uninstalled apps
   232 	else if (aStepName == KSwisRemoveUninstallPkgsStep)	// Removing Uninstalled apps
   233 		testStep = new CSwisUninstallPkgsStep(CSwisUninstallPkgsStep::ERemovePkgs);
   233 		testStep = new CSwisUninstallPkgsStep(CSwisUninstallPkgsStep::ERemovePkgs);
   234 	else if (aStepName == KSwisGetPackageDetails)	// Get Package Details
   234 	else if (aStepName == KSwisGetPackageDetails)	// Get Package Details
   235 		testStep = new CSwisUninstallPkgsStep(CSwisUninstallPkgsStep::EPkgDetails);
   235 		testStep = new CSwisUninstallPkgsStep(CSwisUninstallPkgsStep::EPkgDetails);
       
   236 	else if (aStepName == KSwisGetPublishedUidArrayStep)  // Get Published Package Uid's Array
       
   237 	        testStep = new CSwisCheckPublishUidStep();
   236 	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   238 	#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   237 	else if (aStepName == KCheckSCRFieldStep)	// Check the SCR components' 'Origin Verified', 'Known Revoked', 'DRM Ptotected' field values.
   239 	else if (aStepName == KCheckSCRFieldStep)	// Check the SCR components' 'Origin Verified', 'Known Revoked', 'DRM Ptotected' field values.
   238 		testStep = new CCheckScrFieldStep();
   240 		testStep = new CCheckScrFieldStep();
   239 	else if (aStepName == KCheckSCRCompPropertyStep)	// Check the SCR component property value.
   241 	else if (aStepName == KCheckSCRCompPropertyStep)	// Check the SCR component property value.
   240 		testStep = new CCheckScrCompPropertyStep();
   242 		testStep = new CCheckScrCompPropertyStep();