landmarksui/app/group/bld.inf
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2002 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 *	 This file provides the information required for building the
       
    16 *    	 whole of a Landmarks application.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26   
       
    27  // APP_LAYER_PLATFORM_EXPORT_PATH macro definitions
       
    28 #include <platform_paths.hrh>
       
    29 PRJ_PLATFORMS
       
    30 DEFAULT
       
    31 
       
    32 PRJ_EXPORTS
       
    33 
       
    34 // Export landmarksstub.sis file
       
    35 ../data/landmarksstub.sis  /epoc32/data/z/system/install/landmarksstub.sis
       
    36 
       
    37 PRJ_MMPFILES
       
    38 landmarks.mmp
       
    39 
       
    40 PRJ_EXTENSIONS
       
    41 START EXTENSION s60/mifconv
       
    42 OPTION TARGETFILE landmarks.mif
       
    43 OPTION HEADERFILE landmarks.mbg
       
    44 OPTION SOURCES -c8,8 qgn_prop_lm_names_tab2.svg -c8,8 qgn_prop_lm_categories_tab2.svg
       
    45 END
       
    46 
       
    47 
       
    48 START EXTENSION s60/mifconv
       
    49 OPTION TARGETFILE landmarks_aif.mif
       
    50 OPTION SOURCES -c8 qgn_menu_lm.svg
       
    51 END
       
    52 
       
    53 //  End of File