securitysettings/eapqtdialogs/rom/eapdialogplugin.iby
changeset 39 fe6b6762fccd
parent 33 938269283a16
child 36 c98682f98478
--- a/securitysettings/eapqtdialogs/rom/eapdialogplugin.iby	Wed Jun 23 18:14:55 2010 +0300
+++ b/securitysettings/eapqtdialogs/rom/eapdialogplugin.iby	Tue Jul 06 14:18:35 2010 +0300
@@ -15,14 +15,22 @@
  * 
  */
  
+ /*
+  * %version: 1 %
+  */
+ 
 #ifndef __EAPDIALOGPLUGIN_IBY__
 #define __EAPDIALOGPLUGIN_IBY__
 
 #include <bldvariant.hrh>
 
+#ifdef __PROTOCOL_WLAN
+
 #define HB_PLUGIN_STUB(NAME, SUBDIR) data=\epoc32\data\z\resource\plugins\##SUBDIR##\##NAME##.qtplugin RESOURCE_FILES_DIR\plugins\##SUBDIR##\##NAME##.qtplugin
 
 file=ABI_DIR\BUILD_DIR\EapDialogPlugin.dll                  SHARED_LIB_DIR\eapdialogplugin.dll
 HB_PLUGIN_STUB(eapdialogplugin, devicedialogs)
 
-#endif
\ No newline at end of file
+#endif // __PROTOCOL_WLAN
+
+#endif // __EAPDIALOGPLUGIN_IBY__
\ No newline at end of file