photosgallery/exports/bld.inf
branchRCL_3
changeset 78 dbcb928abe9c
equal deleted inserted replaced
77:0a4059b7d4fe 78:dbcb928abe9c
       
     1 /*
       
     2 * Copyright (c) 2008-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:    Build information for project mgallery.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>     
       
    19 
       
    20 PRJ_PLATFORMS
       
    21 DEFAULT
       
    22 
       
    23 PRJ_EXPORTS
       
    24 ../rom/glxgallery.iby                   CORE_APP_LAYER_IBY_EXPORT_PATH(glxgallery.iby)
       
    25 ../rom/glxgallery_resources.iby         LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(glxgallery_resources.iby)
       
    26 
       
    27 #ifdef APP_LAYER_LOC_EXPORT_PATH
       
    28 // export engineering english loc file
       
    29 ../gallery/loc/photos.loc  		APP_LAYER_LOC_EXPORT_PATH(photos.loc)
       
    30 #endif 
       
    31