equal
deleted
inserted
replaced
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 |
|
112 //#include "pluginruleselectstep.h" |
108 //#include "pluginruleselectstep.h" |
113 |
109 |
114 _LIT(KServerName,"Te_CryptoSpi"); |
110 _LIT(KServerName,"Te_CryptoSpi"); |
115 CTe_CryptoSpi* CTe_CryptoSpi::NewL() |
111 CTe_CryptoSpi* CTe_CryptoSpi::NewL() |
116 /** |
112 /** |
333 testStep = new CPluginCharsExtendedStep(); |
329 testStep = new CPluginCharsExtendedStep(); |
334 |
330 |
335 else if(aStepName == KRuleSelectCommonStep) |
331 else if(aStepName == KRuleSelectCommonStep) |
336 testStep = new CRuleSelectCommonStep(); |
332 testStep = new CRuleSelectCommonStep(); |
337 |
333 |
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 |
|
345 return testStep; |
334 return testStep; |
346 } |
335 } |