bthci/hci2implementations/group/hci_implementation_reference.iby
branchRCL_3
changeset 24 e9b924a62a66
parent 23 5b153be919d4
child 25 99439b07e980
equal deleted inserted replaced
23:5b153be919d4 24:e9b924a62a66
     1 // Copyright (c) 2006-2010 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  HCI_IMPLEMENTATION_REFERENCE_IBY
       
    17 #define  HCI_IMPLEMENTATION_REFERENCE_IBY
       
    18 
       
    19 // If __HCI_DEBUG__ is defined pull in debug versions of the
       
    20 // HCI DLLs and Plugins regardless of the ROM type
       
    21 #ifdef __HCI_DEBUG__
       
    22 define HCI_DIR UDEB
       
    23 #define HCI_PLUGIN ECOM_PLUGIN_UDEB
       
    24 #else
       
    25 define HCI_DIR BUILD_DIR
       
    26 #define HCI_PLUGIN ECOM_PLUGIN
       
    27 #endif
       
    28 
       
    29 #include <corehci_symbian.iby>
       
    30 #include <commandsevents_symbian.iby>
       
    31 #include <hci_qdp_symbian.iby>
       
    32 
       
    33 #ifdef HCI_TI
       
    34 
       
    35 #include <hctl_ti.iby>
       
    36 #include <hci_initialisor_ti.iby>
       
    37 
       
    38 #else // CSR + Default
       
    39 
       
    40 #include <hctl_bcsp.iby>
       
    41 #include <initialisor_symbian.iby>
       
    42 
       
    43 #endif
       
    44 
       
    45 #endif //  HCI_IMPLEMENTATION_REFERENCE_IBY