landmarksui/rom/LocationLandmarksUi.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:   LandmarksUi Content File      
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #ifndef __LandmarksUI_IBY__
       
    24 #define __LandmarksUI_IBY__
       
    25 
       
    26 #include <bldvariant.hrh>
       
    27 
       
    28 				///////////////////////
       
    29 			        // *** Landmarks UI*** //
       
    30 				///////////////////////
       
    31 
       
    32 
       
    33 // Landmarks UI Common UI library
       
    34 file=ABI_DIR\BUILD_DIR\LmkCommonUi.dll		SHARED_LIB_DIR\LmkCommonUi.dll
       
    35 
       
    36 /// Lmk UI Ui dll
       
    37 file=ABI_DIR\BUILD_DIR\LmkUi.dll		SHARED_LIB_DIR\LmkUi.dll
       
    38 
       
    39 
       
    40 /// Landmark UI Engine library
       
    41 file=ABI_DIR\BUILD_DIR\LmkEng.dll		SHARED_LIB_DIR\LmkEng.dll
       
    42 
       
    43 
       
    44 SCALABLE_IMAGE(resource\apps,resource\apps,Landmarks)
       
    45 
       
    46 
       
    47 
       
    48 // LmkUi Mif file 
       
    49 data=ZRESOURCE\apps\LmkUi.mif              APP_RESOURCE_DIR\LmkUi.mif
       
    50 
       
    51 
       
    52 #if defined(FF_LANDMARKS_UI) 
       
    53 
       
    54 // Landmarks UI application Icons and Resources 
       
    55 
       
    56 S60_APP_AIF_ICONS(Landmarks)
       
    57 S60_UPGRADABLE_APP_REG_RSC(Landmarks)
       
    58 
       
    59 // Lmk Application
       
    60 
       
    61 file=ABI_DIR\BUILD_DIR\Landmarks.exe            PROGRAMS_DIR\Landmarks.exe
       
    62 
       
    63 
       
    64 
       
    65 #endif // FF_LANDMARKS_UI
       
    66 
       
    67 #ifdef __LANDMARKS_CONVERTER
       
    68 
       
    69 // Landmarks MsgViewer
       
    70 
       
    71 S60_APP_AIF_ICONS(LmkMsgViewer)
       
    72 S60_UPGRADABLE_APP_REG_RSC(LmkMsgViewer)
       
    73 
       
    74 /// LmkMsgViewer Application
       
    75 
       
    76 file=ABI_DIR\BUILD_DIR\LmkMsgViewer.exe           PROGRAMS_DIR\LmkMsgViewer.exe 
       
    77 
       
    78 #endif // __LANDMARKSCONVERTER
       
    79 
       
    80 
       
    81 #endif // __LandmarksUI_IBY__
       
    82 
       
    83