diff -r 522cd55cc3d7 -r 13ae750350c9 basiclocationinfodisplay/blid/rom/blid.iby --- a/basiclocationinfodisplay/blid/rom/blid.iby Tue Feb 02 00:16:03 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,57 +0,0 @@ -/* -* 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: IBY file for BLID -* -*/ - - -#ifndef __BLID_IBY__ -#define __BLID_IBY__ - -#include - -// Blid application's satellite info UI -#ifdef __LOCATIONFRAMEWORKCORE - -file=ABI_DIR\BUILD_DIR\SatInfo.dll SHARED_LIB_DIR\SatInfo.dll - -SCALABLE_IMAGE(resource\apps,resource\apps,satellite) - -#if defined(__BASIC_LOCATION_INFO_DISPLAY) - -SCALABLE_IMAGE(resource\apps,resource\apps,BLID) - -S60_APP_AIF_ICONS(BLID) -S60_UPGRADABLE_APP_REG_RSC(blid) - -// Blid application engine -file=ABI_DIR\BUILD_DIR\BlidEng.dll SHARED_LIB_DIR\BlidEng.dll - -// Blid Application exe -file=ABI_DIR\BUILD_DIR\Blid.exe PROGRAMS_DIR\Blid.exe - - -#endif // __BASIC_LOCATION_INFO_DISPLAY - -#else -file=ABI_DIR\BUILD_DIR\SatInfoStub.dll SHARED_LIB_DIR\SatInfo.dll -#endif // __LOCATIONFRAMEWORKCORE - -// export blid lc registration file -data=ZPRIVATE\10283138\import\blid_lc_registration.xml \private\10283138\import\blid_lc_registration.xml - -// backup-restore registration file to take backup -data=DATAZ_\private\101F85A0\backup_registration.xml private\101F85A0\backup_registration.xml - -#endif // __Blid_IBY__