bthci/bthci2/group/hci_framework.iby
changeset 0 29b1cd4cb562
child 22 786b94c6f0a4
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2006-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  HCI_FRAMEWORK_IBY
       
    17 #define  HCI_FRAMEWORK_IBY
       
    18 
       
    19 // If __HCI_DEBUG__ is defined pull in debug versions of the
       
    20 // HCI DLLs regardless of the ROM type
       
    21 #ifdef __HCI_DEBUG__
       
    22 define HCIF_DIR UDEB
       
    23 #else
       
    24 define HCIF_DIR BUILD_DIR
       
    25 #endif
       
    26 
       
    27 file=ABI_DIR\HCIF_DIR\corehci_base.dll		System\Libs\corehci_base.dll
       
    28 file=ABI_DIR\HCIF_DIR\hctl_base.dll			System\Libs\hctl_base.dll
       
    29 file=ABI_DIR\HCIF_DIR\qdp_base.dll			System\Libs\qdp_base.dll
       
    30 file=ABI_DIR\HCIF_DIR\initialisor_base.dll	System\Libs\initialisor_base.dll
       
    31 file=ABI_DIR\HCIF_DIR\hciutil.dll			System\Libs\hciutil.dll
       
    32 file=ABI_DIR\HCIF_DIR\hcicmdq.dll				System\Libs\hcicmdq.dll
       
    33 
       
    34 REM Command Queue configuration file
       
    35 data=ZPRIVATE\101F7989\Bluetooth\cmdq.ini	Private\101F7989\Bluetooth\cmdq.ini
       
    36 
       
    37 #endif //  HCI_FRAMEWORK_IBY