contentmgmt/referencedrmagent/RefTestAgent/inc/reftestagentconstants.h
changeset 15 da2ae96f639b
parent 8 35751d3474b7
child 45 030c4fbc13d7
--- a/contentmgmt/referencedrmagent/RefTestAgent/inc/reftestagentconstants.h	Fri Oct 02 13:15:59 2009 +0300
+++ b/contentmgmt/referencedrmagent/RefTestAgent/inc/reftestagentconstants.h	Mon Oct 12 10:17:04 2009 +0300
@@ -39,6 +39,15 @@
 _LIT(KRtaDefaultOutputDirectory, "c:\\");
 _LIT(KRtaDefaultOutputFile, "output");
 
+#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
+      
+// Asf header object GUID.
+_LIT8(KRtaAsfHeaderObject, "75B22630668E11CFA6D900AA0062CE6C");
+_LIT8(KRtaWmaContentType, "audio/x-ms-wma");
+_LIT(KRtaWmdrmFileExtension, ".asf");
+#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
+      
+
 // combine KRtaDefaultOutputDirectory, KRtaDefaultOutputFile and
 // KRtaExtensionContent
 _LIT(KRtaDefaultOutputPath, "c:\\output.content");