equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006 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 * whole of a FMRadio. |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 PRJ_PLATFORMS |
|
22 DEFAULT |
|
23 |
|
24 PRJ_EXPORTS |
|
25 // export central repository configuration files |
|
26 ../conf/fmradio.confml CONFML_EXPORT_PATH(fmradio.confml, customsw) |
|
27 ../conf/fmradio_2001b25e.crml CRML_EXPORT_PATH(fmradio_2001b25e.crml, customsw) |
|
28 |
|
29 // export localization source loc file |
|
30 ../loc/fmradio.loc APP_LAYER_LOC_EXPORT_PATH(fmradio.loc) |
|
31 |
|
32 PRJ_MMPFILES |
|
33 #include "../activeidleengine/group/bld.inf" |
|
34 #include "../fmradioengine/group/bld.inf" |
|
35 #include "../fmradioactionhandler/group/bld.inf" |
|
36 #include "../fmradiomcpplugin/group/bld.inf" |
|
37 #include "../fmradio/group/bld.inf" |
|
38 // Help exports |
|
39 #include "../help/group/bld.inf" |
|
40 // End of File |
|
41 |