crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiserver.cpp
branchRCL_3
changeset 45 030c4fbc13d7
parent 15 da2ae96f639b
child 61 641f389e9157
--- a/crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiserver.cpp	Thu Apr 01 00:24:41 2010 +0300
+++ b/crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiserver.cpp	Wed Apr 14 17:48:59 2010 +0300
@@ -105,10 +105,6 @@
 
 #include "ruleselectcommonstep.h"
 
-#if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
-#include "dummyecccipherloadstep.h"
-#include "dummyeccsignerloadstep.h"
-#endif
 //#include "pluginruleselectstep.h"
 
 _LIT(KServerName,"Te_CryptoSpi");
@@ -335,12 +331,5 @@
 	else if(aStepName == KRuleSelectCommonStep)
 		testStep = new CRuleSelectCommonStep();		
 
-#if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
-    else if(aStepName == KDummyEccCipherLoadStep)
-        testStep = new CDummyEccCipherLoadStep();
-	else if(aStepName == KDummyEccSignerLoadStep)
-	        testStep = new CDummyEccSignerLoadStep();
-#endif
-	
 	return testStep;
 	}