emailservices/emailstore/rom/emailstore.iby
changeset 18 578830873419
parent 0 8466d47a6819
child 20 ecc8def7944a
--- a/emailservices/emailstore/rom/emailstore.iby	Tue Feb 02 00:02:40 2010 +0200
+++ b/emailservices/emailstore/rom/emailstore.iby	Fri Apr 16 14:51:52 2010 +0300
@@ -21,13 +21,14 @@
 #define _EMAILSTORE_IBY_
 
 #include <data_caging_paths_for_iby.hrh>
+#include <bldvariant.hrh>
 
 //----------------------------------------------------
 // Email Store - message store and base email plugin
 //----------------------------------------------------
 
 // Ignore some content when not in a Cmail environment
-//#ifdef FF_EMAIL_FRAMEWORK 
+#ifdef FF_EMAIL_FRAMEWORK 
 
 // Base email plugin
 file=ABI_DIR\BUILD_DIR\baseplugin.dll                 SHARED_LIB_DIR\baseplugin.dll
@@ -43,6 +44,6 @@
 //the stub sis.
 data=DATAZ_\system\install\emailstore_stub.sis        system\install\emailstore_stub.sis
 
-//#endif //FF_EMAIL_FRAMEWORK 
+#endif //FF_EMAIL_FRAMEWORK 
 
 #endif //_EMAILSTORE_IBY_
\ No newline at end of file