obex/obexprotocol/group/obexprotocol.iby
branchRCL_3
changeset 20 4a793f564d72
parent 19 0aa8cc770c8a
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
    61 
    61 
    62 
    62 
    63 REM *** Now for things which should only be included if the device
    63 REM *** Now for things which should only be included if the device
    64 REM *** supports USB, to save ROM space...
    64 REM *** supports USB, to save ROM space...
    65 
    65 
    66 #ifndef __USB
    66 #ifdef SYMBIAN_EXCLUDE_USB
    67 REM OBEX USB transport is not included in this ROM as it depends on USB
    67 REM OBEX USB transport is not included in this ROM as it depends on USB
    68 #else
    68 #else
    69 OBEX_PLUGIN(obexusbtransportcontroller.dll,1020de87.rsc)
    69 OBEX_PLUGIN(obexusbtransportcontroller.dll,1020de87.rsc)
    70 #endif
    70 #endif
    71 
    71 
    72 REM *** Now for things which should only be included if the device
    72 REM *** Now for things which should only be included if the device
    73 REM *** supports bluetooth, to save ROM space...
    73 REM *** supports bluetooth, to save ROM space...
    74 
    74 
    75 #ifndef __BT
    75 #ifdef SYMBIAN_EXCLUDE_BLUETOOTH
    76 REM OBEX Bluetooth transport is not included in this ROM as it depends on BLUETOOTH
    76 REM OBEX Bluetooth transport is not included in this ROM as it depends on BLUETOOTH
    77 #else
    77 #else
    78 OBEX_PLUGIN(obexbtrfcommtransportcontroller.dll,1020e043.rsc)
    78 OBEX_PLUGIN(obexbtrfcommtransportcontroller.dll,1020e043.rsc)
    79 #endif
    79 #endif
    80 
    80