diff -r f18401adf8e1 -r 641f389e9157 crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiconversion.cpp --- 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);