crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiconversion.cpp
branchRCL_3
changeset 61 641f389e9157
parent 45 030c4fbc13d7
child 62 a71299154b21
--- a/crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiconversion.cpp	Thu Aug 19 11:38:48 2010 +0300
+++ b/crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiconversion.cpp	Tue Aug 31 17:00:08 2010 +0300
@@ -140,6 +140,10 @@
 	else if (*this==_L("KMacInterface")) return KMacInterfaceUid;
 	else if (*this==_L("KMacModeType")) return KMacModeTypeUid;
 #endif
+#if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
+    else if (*this==_L("KAlgorithmCipherEcc")) return KEccCipherUid;
+    else if (*this==_L("KAlgorithmSignerEcc")) return KEccSignerUid;
+#endif
 	else
 		{
 		User::Panic(*this,KErrNotFound);