diff -r 613943a21004 -r 9386f31cc85b bluetoothengine/btnotif/rom/Btnotif.iby --- a/bluetoothengine/btnotif/rom/Btnotif.iby Tue Aug 31 15:25:10 2010 +0300 +++ b/bluetoothengine/btnotif/rom/Btnotif.iby Wed Sep 01 12:20:04 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies). +* 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" @@ -11,21 +11,18 @@ * * Contributors: * -* Description: Image description file for project btnotif +* Description: * */ +#ifndef __BTNOTIF_IBY__ +#define __BTNOTIF_IBY__ -#ifndef BTNOTIF_IBY -#define BTNOTIF_IBY - -#include +REM Bluetooth notifiers library -#ifdef __BT +file=ABI_DIR\BUILD_DIR\btnotif.dll SHARED_LIB_DIR\btnotif.dll +SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,btnotif) -file=ABI_DIR/BUILD_DIR/btnotifsrv.exe SHARED_LIB_DIR/btnotifsrv.exe -ECOM_PLUGIN( btnotifwrapper.dll, btnotifwrapper.rsc ) +ECOM_PLUGIN(btnotifwrapper.dll,101FD68F.rsc) -#endif // __BT - -#endif // BTNOTIF_IBY +#endif