bthci/bthci2/group/hci_framework.iby
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 11:01:00 +0300
branchRCL_3
changeset 22 786b94c6f0a4
parent 0 29b1cd4cb562
child 23 5b153be919d4
permissions -rw-r--r--
Revision: 201031 Kit: 201033

// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

#ifndef  HCI_FRAMEWORK_IBY
#define  HCI_FRAMEWORK_IBY

// If __HCI_DEBUG__ is defined pull in debug versions of the
// HCI DLLs regardless of the ROM type
#ifdef __HCI_DEBUG__
define HCIF_DIR UDEB
#else
define HCIF_DIR BUILD_DIR
#endif

file=ABI_DIR\HCIF_DIR\corehci_base.dll		System\Libs\corehci_base.dll
file=ABI_DIR\HCIF_DIR\hctl_base.dll			System\Libs\hctl_base.dll
file=ABI_DIR\HCIF_DIR\qdp_base.dll			System\Libs\qdp_base.dll
file=ABI_DIR\HCIF_DIR\initialisor_base.dll	System\Libs\initialisor_base.dll
file=ABI_DIR\HCIF_DIR\hciutil.dll			System\Libs\hciutil.dll
file=ABI_DIR\HCIF_DIR\hcicmdq.dll				System\Libs\hcicmdq.dll

REM Command Queue configuration file
data=ZPRIVATE\101f7989\bluetooth\cmdq.ini	Private\101F7989\Bluetooth\cmdq.ini

#endif //  HCI_FRAMEWORK_IBY