diff -r 641f389e9157 -r a71299154b21 crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiserver.cpp --- a/crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiserver.cpp Tue Aug 31 17:00:08 2010 +0300 +++ b/crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiserver.cpp Wed Sep 01 12:40:57 2010 +0100 @@ -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; }