equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-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: Build information file for IA Update Client |
|
15 * member functions. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 DEFAULT |
|
24 |
|
25 PRJ_EXPORTS |
|
26 |
|
27 ../loc/iaupdate.loc MW_LAYER_LOC_EXPORT_PATH(iaupdate.loc) |
|
28 |
|
29 PRJ_MMPFILES |
|
30 |
|
31 // IA Updater |
|
32 #include "../updater/group/bld.inf" |
|
33 |
|
34 // IA Engine |
|
35 #include "../engine/group/bld.inf" |
|
36 |
|
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 |
|
45 // Compile before UI and bgchecker because they import the library |
|
46 #include "../firmwareupdate/group/bld.inf" |
|
47 |
|
48 // IA UI |
|
49 #include "../ui/group/bld.inf" |
|
50 |
|
51 // IA Enabler |
|
52 #include "../enabler/group/bld.inf" |
|
53 |
|
54 // background checker |
|
55 #include "../backgroundchecker/group/bld.inf" |
|
56 |
|
57 // launcher |
|
58 #include "../launcher/group/bld.inf" |
|
59 |
|
60 // configurator |
|
61 #include "../configurator/group/bld.inf" |