equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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 AI application. |
|
16 * |
|
17 */ |
|
18 |
|
19 #ifdef RD_CUSTOMIZABLE_AI |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 PRJ_PLATFORMS |
|
24 DEFAULT |
|
25 |
|
26 PRJ_EXPORTS |
|
27 |
|
28 ../rom/aicontainer.iby CORE_APP_LAYER_IBY_EXPORT_PATH(aicontainer.iby) |
|
29 |
|
30 // Generic configuration interface for component cenrep settings |
|
31 ../conf/activeidle.confml APP_LAYER_CONFML(activeidle.confml) |
|
32 ../conf/activeidle_10207467.crml APP_LAYER_CRML(activeidle_10207467.crml) |
|
33 |
|
34 PRJ_MMPFILES |
|
35 ../group/aicontainer.mmp |
|
36 |
|
37 PRJ_TESTMMPFILES |
|
38 |
|
39 |
|
40 #endif // RD_CUSTOMIZABLE_AI |