bluetoothmgmt/btrom/bluetooth.iby
branchRCL_3
changeset 24 e9b924a62a66
parent 23 5b153be919d4
equal deleted inserted replaced
23:5b153be919d4 24:e9b924a62a66
    56 REM SDP
    56 REM SDP
    57 file=ABI_DIR\BT_DIR\sdpdatabase.dll		System\Libs\sdpdatabase.dll
    57 file=ABI_DIR\BT_DIR\sdpdatabase.dll		System\Libs\sdpdatabase.dll
    58 file=ABI_DIR\BT_DIR\sdpagent.dll		System\Libs\sdpagent.dll
    58 file=ABI_DIR\BT_DIR\sdpagent.dll		System\Libs\sdpagent.dll
    59 
    59 
    60 REM Bluetooth AV user libraries
    60 REM Bluetooth AV user libraries
    61 file=ABI_DIR\BT_DIR\bluetoothAV.dll		System\Libs\bluetoothAV.dll
    61 file=ABI_DIR\BT_DIR\bluetoothav.dll		System\Libs\bluetoothAV.dll
    62 file=ABI_DIR\BT_DIR\gavdp.dll			System\Libs\gavdp.dll
    62 file=ABI_DIR\BT_DIR\gavdp.dll			System\Libs\gavdp.dll
    63 
    63 
    64 REM Generic Remote Control Framework
    64 REM Generic Remote Control Framework
    65 file=ABI_DIR\BT_DIR\remconstatusapi.dll	System\Libs\remconstatusapi.dll
    65 file=ABI_DIR\BT_DIR\remconstatusapi.dll	System\Libs\remconstatusapi.dll
    66 #include <remotecontrol.iby>
    66 #include <remotecontrol.iby>
    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 #ifndef __BT
    83 #ifdef SYMBIAN_EXCLUDE_BLUETOOTH
    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
    89 
    89 
    90 REM default is to run Esock_BT thread in DealerPlayer role
    90 REM default is to run Esock_BT thread in DealerPlayer role
    91 data=ZPRIVATE\101F7988\esock_bt.cmi private\101F7988\esock_bt.cmi
    91 data=ZPRIVATE\101f7988\esock_bt.cmi private\101F7988\esock_bt.cmi
    92 
    92 
    93 file=ABI_DIR\BT_DIR\btcomm.csy			System\Libs\btcomm.csy
    93 file=ABI_DIR\BT_DIR\btcomm.csy			System\Libs\btcomm.csy
    94 
    94 
    95 REM BT Manager
    95 REM BT Manager
    96 file=ABI_DIR\BT_DIR\btmanserver.exe		System\Libs\btmanserver.exe
    96 file=ABI_DIR\BT_DIR\btmanserver.exe		System\Libs\btmanserver.exe
   100 
   100 
   101 
   101 
   102 REM Bluetooth using HCI API Version 2
   102 REM Bluetooth using HCI API Version 2
   103 file=ABI_DIR\BT_DIR\bt_v2.prt							System\Libs\bt_v2.prt
   103 file=ABI_DIR\BT_DIR\bt_v2.prt							System\Libs\bt_v2.prt
   104 REM Stack configuration files
   104 REM Stack configuration files
   105 data=ZPRIVATE\101f7989\ESock\bt.bt_v2.esk				Private\101f7989\ESock\bt.bt_v2.esk
   105 data=ZPRIVATE\101f7989\esock\bt.bt_v2.esk				Private\101f7989\ESock\bt.bt_v2.esk
   106 data=ZPRIVATE\101F7989\Bluetooth\bluetooth_stack.ini	Private\101F7989\Bluetooth\bluetooth_stack.ini
   106 data=ZPRIVATE\101f7989\bluetooth\bluetooth_stack.ini	Private\101F7989\Bluetooth\bluetooth_stack.ini
   107 
   107 
   108 REM HCI Shared binary
   108 REM HCI Shared binary
   109 file=ABI_DIR\BT_DIR\hcishared.dll			System\Libs\hcishared.dll
   109 file=ABI_DIR\BT_DIR\hcishared.dll			System\Libs\hcishared.dll
   110 
   110 
   111 REM HCI variant includes
   111 REM HCI variant includes
   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 // __BT
   136 #endif // SYMBIAN_EXCLUDE_BLUETOOTH
   137 
   137 
   138 #endif
   138 #endif
   139 
   139