iaupdate/IAD/group/bld.inf
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    20 #include <platform_paths.hrh>
    20 #include <platform_paths.hrh>
    21 
    21 
    22 PRJ_PLATFORMS
    22 PRJ_PLATFORMS
    23 DEFAULT
    23 DEFAULT
    24 
    24 
    25 PRJ_EXPORTS
       
    26 
       
    27 ../loc/iaupdate.loc  MW_LAYER_LOC_EXPORT_PATH(iaupdate.loc)
       
    28 
    25 
    29 PRJ_MMPFILES
    26 PRJ_MMPFILES
    30 
    27 
    31 // IA Updater
    28 // IA Updater
    32 #include "../updater/group/bld.inf"
    29 #include "../updater/group/bld.inf"
    33 
    30 
    34 // IA Engine
    31 // IA Engine
    35 #include "../engine/group/bld.inf"
    32 #include "../engine/group/bld.inf"
    36 
    33 
    37 // IA Tools
       
    38 #include "../tools/group/bld.inf"
       
    39 
       
    40 // IA API
       
    41 // Compile API before UI because UI imports the IA API library
       
    42 #include "../api/group/bld.inf"
       
    43 
       
    44 // firmware update 
    34 // firmware update 
    45 // Compile before UI and bgchecker because they import the library
       
    46 #include "../firmwareupdate/group/bld.inf"
    35 #include "../firmwareupdate/group/bld.inf"
    47 
       
    48 // IA UI
       
    49 #include "../ui/group/bld.inf"
       
    50 
    36 
    51 // IA Enabler
    37 // IA Enabler
    52 #include "../enabler/group/bld.inf"
    38 #include "../enabler/group/bld.inf"
    53 
    39 
    54 // background checker
    40 // background checker
    55 #include "../backgroundchecker/group/bld.inf"
    41 #include "../backgroundchecker/group/bld.inf"
    56 
    42 
    57 // launcher
       
    58 #include "../launcher/group/bld.inf"
       
    59 
       
    60 // configurator
    43 // configurator
    61 #include "../configurator/group/bld.inf"
    44 #include "../configurator/group/bld.inf"