locationtriggering/group/bld.inf
changeset 43 24e118dfbea1
parent 32 b12ea03c50a3
equal deleted inserted replaced
39:3efc7a0e8755 43:24e118dfbea1
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-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".
    14 * Description:  This file provides the information required for building the 
    14 * Description:  This file provides the information required for building the 
    15 *		         LBT FW
    15 *		         LBT FW
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 #include <platform_paths.hrh>
    19 PRJ_PLATFORMS
       
    20 WINSCW ARMV5 GCCE
    20 
    21 
    21 PRJ_PLATFORMS  
    22 #include "../rom/bld.inf"
    22 DEFAULT GCCE
       
    23 
       
    24 PRJ_EXPORTS
       
    25 #ifdef CORE_MW_LAYER_IBY_EXPORT_PATH
       
    26 ../rom/locationtriggering.iby                         CORE_MW_LAYER_IBY_EXPORT_PATH(locationtriggering.iby)
       
    27 ../rom/locationtriggeringstub.iby                     CORE_MW_LAYER_IBY_EXPORT_PATH(locationtriggeringstub.iby)
       
    28 
       
    29 // Export SIS File
       
    30 ../data/lbtstub.sis  					/epoc32/data/z/system/install/lbtstub.sis
       
    31 
       
    32 #endif
       
    33 
       
    34 #ifdef MW_LAYER_CONFML
       
    35 ../conf/lbtsettings.confml							  MW_LAYER_CONFML(lbtsettings.confml)
       
    36 #endif
       
    37 
       
    38 #ifdef MW_LAYER_CRML
       
    39 ../conf/lbtsettings_1028312F.crml					  MW_LAYER_CRML(lbtsettings_1028312F.crml)
       
    40 #endif
       
    41 
    23 
    42 #include "../ltlogger/group/bld.inf"
    24 #include "../ltlogger/group/bld.inf"
    43 #include "../ltclientlib/group/bld.inf"
    25 #include "../ltclientlib/group/bld.inf"
    44 #include "../ltmanagementlib/group/bld.inf"
    26 #include "../ltmanagementlib/group/bld.inf"
    45 #include "../ltcontainer/group/bld.inf"
    27 #include "../ltcontainer/group/bld.inf"