bluetoothcommsprofiles/btpan/group/btpan.iby
branchRCL_3
changeset 24 e9b924a62a66
parent 23 5b153be919d4
equal deleted inserted replaced
23:5b153be919d4 24:e9b924a62a66
     1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    32 #endif
    32 #endif
    33 
    33 
    34 REM *** Now for things which should only be included if the device
    34 REM *** Now for things which should only be included if the device
    35 REM *** supports bluetooth, to save ROM space...
    35 REM *** supports bluetooth, to save ROM space...
    36 
    36 
    37 #ifndef __BT
    37 #ifdef SYMBIAN_EXCLUDE_BLUETOOTH
    38 REM Feature BLUETOOTH is not in this ROM (btpan.iby)
    38 REM Feature BLUETOOTH is not in this ROM (btpan.iby)
    39 
    39 
    40 #else
    40 #else
    41 // __BT
    41 // !SYMBIAN_EXCLUDE_BLUETOOTH
    42 
    42 
    43 file=ABI_DIR\BT_DIR\panagt.agt		System\Libs\panagt.agt
    43 file=ABI_DIR\BT_DIR\panagt.agt		System\Libs\panagt.agt
    44 file=ABI_DIR\BT_DIR\panhelper.dll		System\Libs\panhelper.dll
    44 file=ABI_DIR\BT_DIR\panhelper.dll		System\Libs\panhelper.dll
    45 file=ABI_DIR\BT_DIR\bnep.drv			System\Libs\bnep.drv
    45 file=ABI_DIR\BT_DIR\bnep.drv			System\Libs\bnep.drv
    46 
    46 
    48 file=ABI_DIR\BT_DIR\panmessages.dll     System\Libs\panmessages.dll
    48 file=ABI_DIR\BT_DIR\panmessages.dll     System\Libs\panmessages.dll
    49 BT_PLUGIN(panproviders.dll,panproviders.rsc)
    49 BT_PLUGIN(panproviders.dll,panproviders.rsc)
    50 #endif
    50 #endif
    51 
    51 
    52 #endif
    52 #endif
    53 // __BT
    53 // SYMBIAN_EXCLUDE_BLUETOOTH
    54 
    54 
    55 #endif
    55 #endif
    56 // __BTPAN_IBY__
    56 // __BTPAN_IBY__