obex/obexprotocol/group/obexprotocol.iby
changeset 22 a5c0bb5018eb
parent 0 d0791faffa3f
child 43 4a793f564d72
--- a/obex/obexprotocol/group/obexprotocol.iby	Mon May 03 13:19:02 2010 +0300
+++ b/obex/obexprotocol/group/obexprotocol.iby	Fri May 14 16:42:01 2010 +0300
@@ -63,7 +63,7 @@
 REM *** Now for things which should only be included if the device
 REM *** supports USB, to save ROM space...
 
-#ifdef SYMBIAN_EXCLUDE_USB
+#ifndef __USB
 REM OBEX USB transport is not included in this ROM as it depends on USB
 #else
 OBEX_PLUGIN(obexusbtransportcontroller.dll,1020de87.rsc)
@@ -72,7 +72,7 @@
 REM *** Now for things which should only be included if the device
 REM *** supports bluetooth, to save ROM space...
 
-#ifdef SYMBIAN_EXCLUDE_BLUETOOTH
+#ifndef __BT
 REM OBEX Bluetooth transport is not included in this ROM as it depends on BLUETOOTH
 #else
 OBEX_PLUGIN(obexbtrfcommtransportcontroller.dll,1020e043.rsc)