obex/obexprotocol/group/obexprotocol.iby
branchRCL_3
changeset 19 0aa8cc770c8a
parent 0 d0791faffa3f
child 20 4a793f564d72
--- a/obex/obexprotocol/group/obexprotocol.iby	Thu Aug 19 10:44:03 2010 +0300
+++ b/obex/obexprotocol/group/obexprotocol.iby	Tue Aug 31 16:03:15 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)