contentmgmt/cafstreamingsupport/test/tscaf/source/treferenceagent.cpp
branchRCL_3
changeset 96 a71299154b21
parent 95 641f389e9157
--- a/contentmgmt/cafstreamingsupport/test/tscaf/source/treferenceagent.cpp	Tue Aug 31 17:00:08 2010 +0300
+++ b/contentmgmt/cafstreamingsupport/test/tscaf/source/treferenceagent.cpp	Wed Sep 01 12:40:57 2010 +0100
@@ -22,7 +22,9 @@
 
 using namespace StreamAccess;
 
+#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
 const TUint32 KTestSpiBase = 667;
+#endif
 
 CScafRefAgent::CScafRefAgent(CScafServer& aParent): CScafIpSec(aParent)
 	{
@@ -32,6 +34,7 @@
 
 TVerdict CScafRefAgent::doTestL()
 	{
+#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
 	SetTestStepResult(EPass);
 	CleanAgentsPrivateFolderL(KSraPrivateFolder());
 	CopyFile2AgentsPrivateFolderL(iParent.Fs(), KProgramProtectedRo(), KSraPrivateFolder());
@@ -92,5 +95,6 @@
 	// Release the allocated memories
 	CleanupStack::PopAndDestroy(5, protectedStreamDesc);
 	CleanupStack::PopAndDestroy(); // sdpDoc
+#endif
 	return TestStepResult();	
 	}