diff -r 0ba996a9b75d -r 613943a21004 bluetoothengine/group/bld.inf --- a/bluetoothengine/group/bld.inf Thu Aug 19 10:05:41 2010 +0300 +++ b/bluetoothengine/group/bld.inf Tue Aug 31 15:25:10 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2006-2010 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" @@ -11,7 +11,7 @@ * * Contributors: * -* Description: Build information file for project ?myapp +* Description: Build information file for project bluetoothengine * */ @@ -19,15 +19,18 @@ PRJ_PLATFORMS DEFAULT +// This is to break cyclic building dependency between these logical components. +// A better source structure will be implemented in future. +#include "../btnotif/btnotifclient/group/bld.inf" #include "../bteng/group/bld.inf" +#include "../btserviceutil/group/bld.inf" #include "../btnotif/group/bld.inf" #include "../btaudioman/group/bld.inf" #include "../btmac/group/bld.inf" #include "../btsac/group/bld.inf" #include "../btaudiostreamer/group/bld.inf" #include "../btsap/group/bld.inf" -#include "../btui/group/bld.inf" #include "../btpbap/group/bld.inf" #include "../bthid/group/bld.inf" #include "../btctrldcmoadapter/group/bld.inf" @@ -41,3 +44,8 @@ PRJ_TESTMMPFILES PRJ_TESTEXPORTS +../conf/testframework.ini /epoc32/WINSCW/C/TestFramework/testframework.ini +../btserviceutil/tsrc/btserviceutiltest/conf/btserviceutiltest.cfg /epoc32/winscw/c/TestFramework/btserviceutiltest.cfg +../btnotif/btnotifclient/tsrc/btnotifclienttest/conf/btnotifclienttest.cfg /epoc32/WINSCW/C/TestFramework/btnotifclienttest.cfg +../btnotif/btnotifwrapper/tsrc/btnotifwrappertest/conf/btnotifwrappertest.cfg /epoc32/WINSCW/C/TestFramework/btnotifwrappertest.cfg +../btnotif/btnotifsrv/tsrc/btnotifsrvtest/conf/btnotifsrvtest.cfg /epoc32/WINSCW/C/TestFramework/btnotifsrvtest.cfg