locationtriggering/group/bld.inf
branchRCL_3
changeset 44 2b4ea9893b66
parent 31 380473e13443
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     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 #endif
       
    32 
       
    33 #ifdef MW_LAYER_CONFML
       
    34 ../conf/lbtsettings.confml							  MW_LAYER_CONFML(lbtsettings.confml)
       
    35 #endif
       
    36 
       
    37 #ifdef MW_LAYER_CRML
       
    38 ../conf/lbtsettings_1028312F.crml					  MW_LAYER_CRML(lbtsettings_1028312F.crml)
       
    39 #endif
       
    40 
    23 
    41 #include "../ltlogger/group/bld.inf"
    24 #include "../ltlogger/group/bld.inf"
    42 #include "../ltclientlib/group/bld.inf"
    25 #include "../ltclientlib/group/bld.inf"
    43 #include "../ltmanagementlib/group/bld.inf"
    26 #include "../ltmanagementlib/group/bld.inf"
    44 #include "../ltcontainer/group/bld.inf"
    27 #include "../ltcontainer/group/bld.inf"
    45 #include "../ltserver/group/bld.inf"
    28 #include "../ltserver/group/bld.inf"
    46 #include "../ltstrategypluginapi/group/bld.inf"
    29 #include "../ltstrategypluginapi/group/bld.inf"
    47 #include "../ltstrategyengine/group/bld.inf"
    30 #include "../ltstrategyengine/group/bld.inf"
    48 #include "../ltmovementdetectionpluginapi/group/bld.inf"
    31 #include "../ltmovementdetectionpluginapi/group/bld.inf"
    49 #include "../ltcellidmovementdetector/group/bld.inf"
    32 #include "../ltcellidmovementdetector/group/bld.inf"
    50 #include "../lbtmgmtui/group/bld.inf"
       
    51 #include "../ltcontextsourceplugin/group/bld.inf"
    33 #include "../ltcontextsourceplugin/group/bld.inf"
    52 
    34 
    53 PRJ_MMPFILES
    35 PRJ_MMPFILES
    54 
    36 
    55 // End of file
    37 // End of file