iaupdateapi_stub/group/bld.inf
changeset 0 ba25891c3a9e
child 11 3ba40be8e484
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2008 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 file 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 PRJ_EXPORTS
       
    25 //Configuration tool migration
       
    26 ../conf/iaupdate.confml                    CONFML_EXPORT_PATH(iaupdate.confml,s60)
       
    27 ../conf/iaupdate_2000F85A.crml	           CRML_EXPORT_PATH(iaupdate_2000F85A.crml,s60)
       
    28 
       
    29 ../rom/iaupdateapi.iby             CORE_MW_LAYER_IBY_EXPORT_PATH( iaupdateapi.iby )
       
    30 
       
    31 #ifndef FF_IAUPDATE
       
    32 ../sis/iaupdate_stub.sis        /epoc32/data/z/system/install/iaupdate_stub.sis
       
    33 #endif //FF_IAUPDATE
       
    34 
       
    35 PRJ_MMPFILES
       
    36 #ifndef FF_IAUPDATE
       
    37 iaupdateapi.mmp
       
    38 #endif //FF_IAUPDATE
       
    39