pimprotocols/pbap/group/pbap.iby
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __PBAP_IBY__
       
    17 #define __PBAP_IBY__
       
    18 
       
    19 // If __BT_DEBUG__ is defined pull in debug versions of the
       
    20 // PBAP DLLs regardless of the ROM type
       
    21 #ifdef __BT_DEBUG__
       
    22 define BT_DIR UDEB
       
    23 #else
       
    24 define BT_DIR BUILD_DIR
       
    25 #endif
       
    26 
       
    27 #if defined(_DEBUG) || defined (__BT_DEBUG__)
       
    28 #include <btlogger.iby>
       
    29 #endif
       
    30 
       
    31 file=ABI_DIR\BT_DIR\pbapcli.dll                            System\Libs\pbapcli.dll
       
    32 file=ABI_DIR\BT_DIR\btaccesshost.exe                       System\Libs\btaccesshost.exe
       
    33 file=ABI_DIR\BT_DIR\pbaplogeng.dll                         System\Libs\pbaplogeng.dll
       
    34 
       
    35 #endif	// __PBAP_IBY__