uiacceltk/hitchcock/plugins/alftranseffect/alftfxserverplugin/src/alftransitionserver.cpp
branchRCL_3
changeset 17 c9d868f1e20c
parent 0 15bf7259bb7c
child 19 e5af45d51884
--- a/uiacceltk/hitchcock/plugins/alftranseffect/alftfxserverplugin/src/alftransitionserver.cpp	Mon Jun 21 16:41:52 2010 +0300
+++ b/uiacceltk/hitchcock/plugins/alftranseffect/alftfxserverplugin/src/alftransitionserver.cpp	Thu Jul 15 19:40:07 2010 +0300
@@ -27,7 +27,7 @@
 #include "alftfxserverdef.h"
 #include "alftransitionserver.h"
 #include "alflogger.h"
-
+#include "alfmoduletestconf.h" 
 // ======== MEMBER FUNCTIONS ========
 
 
@@ -1198,7 +1198,11 @@
 #ifdef __WINS__
     _LIT( KOptionalDrive, "C:" );
 #else
-    _LIT( KOptionalDrive, "F:" );
+    #ifdef USE_ALTERNATIVE_EFFECTS_FROM_MMC
+         _LIT( KOptionalDrive, "F:" );
+    #else
+         _LIT( KOptionalDrive, "Z:" );
+    #endif
 #endif
     
     TInt err = KErrNone;
@@ -1215,7 +1219,6 @@
         iFile.Close();
         iParse.Set( KOptionalDrive, &aResourceDir, NULL );  
         }
-    
     // Now iParse contains the alternative path if the file is found in the alternative
     // location, else it contains the original path.
     __ALFFXLOGSTRING1("CAlfTransitionServerClient::FindEffectFile - return: %d <<", err);