114
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-2005 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:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#ifdef RD_CUSTOMIZABLE_AI
|
|
20 |
|
|
21 |
#include <platform_paths.hrh>
|
|
22 |
|
|
23 |
PRJ_PLATFORMS
|
|
24 |
DEFAULT
|
|
25 |
|
|
26 |
|
|
27 |
PRJ_EXPORTS
|
|
28 |
../loc/aifw.loc MW_LAYER_LOC_EXPORT_PATH(aifw.loc)
|
|
29 |
|
|
30 |
// Generic configuration interface for component cenrep settings
|
|
31 |
../conf/activeidle2.confml APP_LAYER_CONFML(activeidle2.confml)
|
|
32 |
../conf/activeidle2_10275102.crml APP_LAYER_CRML(activeidle2_10275102.crml)
|
|
33 |
|
|
34 |
../rom/idlefw.iby CORE_MW_LAYER_IBY_EXPORT_PATH(idlefw.iby)
|
|
35 |
../rom/idlefw_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(idlefw_resources.iby)
|
|
36 |
|
|
37 |
PRJ_MMPFILES
|
|
38 |
aiutils.mmp
|
|
39 |
aiidleint.mmp
|
|
40 |
aifw.mmp
|
|
41 |
homescreen.mmp
|
|
42 |
|
|
43 |
|
|
44 |
PRJ_TESTMMPFILES
|
|
45 |
|
|
46 |
PRJ_TESTEXPORTS
|
|
47 |
|
|
48 |
//
|
|
49 |
// Include subprojects
|
|
50 |
//
|
|
51 |
|
|
52 |
// hslaunch
|
|
53 |
#include "../hslaunch/group/bld.inf"
|
|
54 |
|
|
55 |
// Plug-ins
|
|
56 |
#include "../plugins/group/bld.inf"
|
|
57 |
|
|
58 |
#endif // RD_CUSTOMIZABLE_AI
|