basiclocationinfodisplay/blid/rom/blid.iby
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: IBY file for BLID
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __BLID_IBY__
       
    20 #define __BLID_IBY__
       
    21 
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 // Blid application's satellite info UI
       
    25 #ifdef __LOCATIONFRAMEWORKCORE
       
    26 
       
    27 file=ABI_DIR\BUILD_DIR\SatInfo.dll		SHARED_LIB_DIR\SatInfo.dll
       
    28 
       
    29 SCALABLE_IMAGE(resource\apps,resource\apps,satellite)
       
    30 
       
    31 #if defined(__BASIC_LOCATION_INFO_DISPLAY)
       
    32 
       
    33 SCALABLE_IMAGE(resource\apps,resource\apps,BLID)
       
    34 
       
    35 S60_APP_AIF_ICONS(BLID)
       
    36 S60_UPGRADABLE_APP_REG_RSC(blid)
       
    37 
       
    38 // Blid application engine
       
    39 file=ABI_DIR\BUILD_DIR\BlidEng.dll		SHARED_LIB_DIR\BlidEng.dll
       
    40 
       
    41 // Blid Application exe
       
    42 file=ABI_DIR\BUILD_DIR\Blid.exe            PROGRAMS_DIR\Blid.exe
       
    43 
       
    44 
       
    45 #endif // __BASIC_LOCATION_INFO_DISPLAY
       
    46 
       
    47 #else
       
    48 file=ABI_DIR\BUILD_DIR\SatInfoStub.dll		SHARED_LIB_DIR\SatInfo.dll
       
    49 #endif // __LOCATIONFRAMEWORKCORE
       
    50 
       
    51 // backup-restore registration file to take backup
       
    52 data=DATAZ_\private\101F85A0\backup_registration.xml    private\101F85A0\backup_registration.xml
       
    53 
       
    54 #endif // __Blid_IBY__