bluetoothengine/btui/rom/btui.iby
changeset 0 f63038272f30
child 17 f05641c183ff
child 55 613943a21004
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bluetoothengine/btui/rom/btui.iby	Mon Jan 18 20:28:57 2010 +0200
@@ -0,0 +1,36 @@
+/*
+* Copyright (c) 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 __BTUI_IBY__
+#define __BTUI_IBY__
+
+#ifdef __BT
+
+// BTUI Application(EXE)
+S60_APP_EXE(BtUi)
+SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,BtUi)
+S60_APP_AIF_ICONS(BtUi)
+S60_APP_AIF_RSC(BtUi)
+
+// BTUI Model(DLL)
+file=ABI_DIR\BUILD_DIR\btdevmodel.dll          SHARED_LIB_DIR\btdevmodel.dll
+
+//ECOM plugin(Ecom DLL)
+ECOM_PLUGIN( BtuiPlugin.dll, BtuiPlugin.rsc )
+
+#endif //__BT
+
+#endif //__BTUI_IBY__