--- a/contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp Thu Aug 19 11:38:48 2010 +0300
+++ b/contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp Tue Aug 31 17:00:08 2010 +0300
@@ -280,7 +280,17 @@
testStep = new CCAFManagerStringAttributeByFileHandleStep(*this);
else if(aStepName == KCAFManagerStringAttributeSetByFileHandleStep)
testStep = new CCAFManagerStringAttributeSetByFileHandleStep(*this);
-
+#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
+ else if(aStepName == KCAFHelperStep)
+ testStep = new CCafHelperStep();
+ else if(aStepName == KWmdrmCAFContentStep)
+ testStep = new CWmdrmCAFContentStep();
+ else if(aStepName == KWmdrmCAFDataStep)
+ testStep = new CWmdrmCAFDataStep();
+ else if(aStepName == KWmdrmCAFReadStep)
+ testStep = new CWmdrmCAFReadStep();
+#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
+
return testStep;
}