crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiserver.cpp
changeset 15 da2ae96f639b
parent 8 35751d3474b7
child 45 030c4fbc13d7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
   103 #include "plugincharsasymkeypairstep.h"
   103 #include "plugincharsasymkeypairstep.h"
   104 #include "plugincharsextendedstep.h"
   104 #include "plugincharsextendedstep.h"
   105 
   105 
   106 #include "ruleselectcommonstep.h"
   106 #include "ruleselectcommonstep.h"
   107 
   107 
       
   108 #if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
       
   109 #include "dummyecccipherloadstep.h"
       
   110 #include "dummyeccsignerloadstep.h"
       
   111 #endif
   108 //#include "pluginruleselectstep.h"
   112 //#include "pluginruleselectstep.h"
   109 
   113 
   110 _LIT(KServerName,"Te_CryptoSpi");
   114 _LIT(KServerName,"Te_CryptoSpi");
   111 CTe_CryptoSpi* CTe_CryptoSpi::NewL()
   115 CTe_CryptoSpi* CTe_CryptoSpi::NewL()
   112 /**
   116 /**
   329 		testStep = new CPluginCharsExtendedStep();
   333 		testStep = new CPluginCharsExtendedStep();
   330 	
   334 	
   331 	else if(aStepName == KRuleSelectCommonStep)
   335 	else if(aStepName == KRuleSelectCommonStep)
   332 		testStep = new CRuleSelectCommonStep();		
   336 		testStep = new CRuleSelectCommonStep();		
   333 
   337 
       
   338 #if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
       
   339     else if(aStepName == KDummyEccCipherLoadStep)
       
   340         testStep = new CDummyEccCipherLoadStep();
       
   341 	else if(aStepName == KDummyEccSignerLoadStep)
       
   342 	        testStep = new CDummyEccSignerLoadStep();
       
   343 #endif
       
   344 	
   334 	return testStep;
   345 	return testStep;
   335 	}
   346 	}