|
1 /* |
|
2 * Copyright (c) 2009 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: This file provides the information required for building the |
|
15 * LBT FW |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 PRJ_PLATFORMS |
|
22 DEFAULT |
|
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 #endif |
|
29 |
|
30 #ifdef MW_LAYER_CONFML |
|
31 ../conf/lbtsettings.confml MW_LAYER_CONFML(lbtsettings.confml) |
|
32 #endif |
|
33 |
|
34 #ifdef MW_LAYER_CRML |
|
35 ../conf/lbtsettings_1028312F.crml MW_LAYER_CRML(lbtsettings_1028312F.crml) |
|
36 #endif |
|
37 |
|
38 #include "../ltlogger/group/bld.inf" |
|
39 #include "../ltclientlib/group/bld.inf" |
|
40 #include "../ltmanagementlib/group/bld.inf" |
|
41 #include "../ltcontainer/group/bld.inf" |
|
42 #include "../ltserver/group/bld.inf" |
|
43 #include "../ltstrategypluginapi/group/bld.inf" |
|
44 #include "../ltstrategyengine/group/bld.inf" |
|
45 #include "../ltmovementdetectionpluginapi/group/bld.inf" |
|
46 #include "../ltcellidmovementdetector/group/bld.inf" |
|
47 #include "../lbtmgmtui/group/bld.inf" |
|
48 #include "../ltcontextsourceplugin/group/bld.inf" |
|
49 |
|
50 PRJ_MMPFILES |
|
51 |
|
52 // End of file |