profilesservices/FileList/group/bld.inf
branchRCL_3
changeset 24 8ee96d21d9bf
parent 23 8bda91a87a00
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
     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: 
       
    15 *     This file provides the information required for building
       
    16 *     File List.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 // To get the APP_LAYER_DOMAIN_EXPORT_PATH-definition
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 DEFAULT
       
    26 
       
    27 PRJ_EXTENSIONS
       
    28 START EXTENSION s60/mifconv
       
    29   OPTION TARGETFILE filelist.mif
       
    30   OPTION HEADERFILE filelist.mbg
       
    31   OPTION SOURCES -c8,8 qgn_indi_fmgr_ms_add
       
    32 END
       
    33 
       
    34 
       
    35 PRJ_MMPFILES
       
    36 
       
    37 //gnumakefile filelist_icons_aif_scalable_dc.mk
       
    38 
       
    39 FileList.mmp
       
    40 
       
    41 PRJ_EXPORTS
       
    42 ../rom/filelist.iby		CORE_APP_LAYER_IBY_EXPORT_PATH(filelist.iby)
       
    43 ../rom/filelistResources.iby	LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(filelistResources.iby)
       
    44 ../loc/FileList.loc		APP_LAYER_LOC_EXPORT_PATH(filelist.loc)
       
    45 
       
    46 // End of File