bluetoothmgmt/btrom/bluetooth.iby
changeset 33 4e80e1b997a8
parent 17 907b2fb7aa8e
child 48 22de2e391156
equal deleted inserted replaced
19:4b81101308c6 33:4e80e1b997a8
    78 file=ABI_DIR\BT_DIR\a2dpoptimisation.dll	System\Libs\a2dpoptimisation.dll
    78 file=ABI_DIR\BT_DIR\a2dpoptimisation.dll	System\Libs\a2dpoptimisation.dll
    79 
    79 
    80 REM *** Now for things which should only be included if the device
    80 REM *** Now for things which should only be included if the device
    81 REM *** supports bluetooth, to save ROM space...
    81 REM *** supports bluetooth, to save ROM space...
    82 
    82 
    83 #ifdef SYMBIAN_EXCLUDE_BLUETOOTH
    83 #ifndef __BT
    84 REM Feature BLUETOOTH is not in this ROM (bluetooth.iby)
    84 REM Feature BLUETOOTH is not in this ROM (bluetooth.iby)
    85 #else
    85 #else
    86 
    86 
    87 REM BT Manager Backup Registration
    87 REM BT Manager Backup Registration
    88 data=ZPRIVATE\100069cc\backup_registration.xml	Private\100069cc\backup_registration.xml
    88 data=ZPRIVATE\100069cc\backup_registration.xml	Private\100069cc\backup_registration.xml
   131 REM AVCTP Services
   131 REM AVCTP Services
   132 file=ABI_DIR\BT_DIR\avctpservices.dll	System\Libs\avctpservices.dll
   132 file=ABI_DIR\BT_DIR\avctpservices.dll	System\Libs\avctpservices.dll
   133 
   133 
   134 #endif // BLUETOOTH_NO_AV
   134 #endif // BLUETOOTH_NO_AV
   135 
   135 
   136 #endif // SYMBIAN_EXCLUDE_BLUETOOTH
   136 #endif // __BT
   137 
   137 
   138 #endif
   138 #endif
   139 
   139