bluetoothmgmt/btrom/hci.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".
    30 #include <btlogger.iby>
    30 #include <btlogger.iby>
    31 
    31 
    32 REM Symbian HCIv2 Framework DLLs - must be included
    32 REM Symbian HCIv2 Framework DLLs - must be included
    33 #include <hci_framework.iby>
    33 #include <hci_framework.iby>
    34 
    34 
    35 REM hci_implementation.iby is provided elsewhere (platform-specific).
    35 REM Reference HCIv2 DLLs - this will be branched/overwritten by the licensee to include the relevant files
    36 REM Use reference HCI implementation for H4, H6 and Naviengine.
       
    37 #if ( defined __MOMAP24XX_H4HRP__ || defined __MOMAP34XX_SDP__ || defined __NE1_TB__ )
       
    38 #include <hci_implementation_reference.iby>
       
    39 #else
       
    40 #include <hci_implementation.iby>
    36 #include <hci_implementation.iby>
    41 #endif
       
    42 
    37 
    43 #endif // __HCI_IBY__
    38 #endif // __HCI_IBY__
       
    39