landmarksui/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 #include <platform_paths.hrh>
       
    26 #include <data_caging_paths.hrh>
       
    27 
       
    28 PRJ_PLATFORMS
       
    29 DEFAULT
       
    30 //  Help exports
       
    31 #include "../help/group/bld.inf"
       
    32 
       
    33 PRJ_EXPORTS
       
    34 // Export Localization files
       
    35 ../loc/landmarks.loc                     	APP_LAYER_LOC_EXPORT_PATH(landmarks.loc)  
       
    36 ../loc/lmkmsgviewer.loc                  	APP_LAYER_LOC_EXPORT_PATH(lmkmsgviewer.loc)  
       
    37 
       
    38 // Export the IBY file
       
    39 ../rom/LocationLandmarksUi.iby			CORE_APP_LAYER_IBY_EXPORT_PATH(LocationLandmarksUi.iby)
       
    40 ../rom/LocationLandmarksUi_resources.iby	LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(LocationLandmarksUi_resources.iby)
       
    41 ../rom/LocationLandmarksUiStub.iby 		CORE_APP_LAYER_IBY_EXPORT_PATH(LocationLandmarksUiStub.iby)
       
    42 
       
    43 PRJ_MMPFILES
       
    44 
       
    45 // Include Bld.infs
       
    46 
       
    47 #include "../engine/group/bld.inf"
       
    48 #include "../uicontrols/group/bld.inf"
       
    49 #include "../commonui/group/bld.inf"
       
    50 #include "../app/group/bld.inf"
       
    51 #include "../msgviewer/group/bld.inf"
       
    52 //  End of File